You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
src/main/java/com/moparisthebest/filelist | 6 years ago | |
.gitignore | 6 years ago | |
license.txt | 6 years ago | |
pom.xml | 6 years ago | |
readme.md | 6 years ago |
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!