Skip to content

Commit

Permalink
java : coding choices list part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjacobmorris committed Jan 1, 2025
1 parent 0486e28 commit ad6fdc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Java/Performance and Memory/PerformanceAndMemoryTuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,15 @@ Use when:
* Multi-threaded application with many threads accessing the sam list
* Lots of read and very few writes
#### LinkedList
Sorting is slightly slower in linkedlist than in ArrayList
#### AttributeList
Child of ArrayList. Used for mbean
#### RoleList
Child of ArrayList. Used for managing role objects
#### RoleUnresolvedList
Child of ArrayList. Used for managing role objects
#### Stack
Child object of vector
Child object of vector. Recommended to use LinkedList instead
#### Vector
Thread safe alternative to arraylist. Been there before arraylist.

Expand Down

0 comments on commit ad6fdc5

Please sign in to comment.