|
|
|
|
|
by SillyUsername
399 days ago
|
|
An ArrayList for huge numbers of add operations is not performant. LinkedList will see your list throughput performance at least double. There are other optimisations you can do but in a brief perusal this stood out like a sore thumb. |
|