vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.76k stars 196 forks source link

Apply ArrayList.subList optimizations to BigArrayBigList #228

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

Also apply ArrayList.subList optimizations to BigArrayBigList

Also a minor comment fix to IntArrayListTest and IntImmutableListTest.

vigna commented 3 years ago

There are some conflicts after merging the other PR.