Go to file
Travis Burtrum a8f5a83450 Implement binary search for RandomAccessFileList, other API tweaks 2017-02-14 23:41:49 -05:00
src/main/java/com/moparisthebest/filelist Implement binary search for RandomAccessFileList, other API tweaks 2017-02-14 23:41:49 -05:00
.gitignore Initial commit 2017-02-09 22:58:05 -05:00
license.txt Initial commit 2017-02-09 22:58:05 -05:00
pom.xml Implement binary search for RandomAccessFileList, other API tweaks 2017-02-14 23:41:49 -05:00
readme.md Initial commit 2017-02-09 22:58:05 -05:00

readme.md

Java List implementation over files

I needed a List 99,999,999,999 elements long, which wouldn't fit in ram of course, but could fit in 500gb as a 40-bit unsigned integer, these classes actually let you implement any List backed by a RandomAccessFile.

Enjoy!