mirror of
https://github.com/moparisthebest/filelists
synced 2024-11-16 14:05:00 -05:00
src/main/java/com/moparisthebest/filelist | ||
.gitignore | ||
license.txt | ||
pom.xml | ||
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!