Files
primitive-collections/primitiveCollections
Andreas Huber ab7d554d52 grow the array only by 50%
The old implementation grew the array by 100% with each resize.
The new implementation reduces the memory usage for, especially
for large lists.
The new algorithm is overflow-concious.
2017-09-26 19:59:50 +02:00
..
2017-09-26 19:59:50 +02:00