Skip to content

pavlos/persistent-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Implementations of Java collections interfaces that use the file system for storage (instead of memory).

Useful for:
* performing operations on collections too large to fit in memory
* persisting any Serializable object

Please note: This project is still in the proof of concept stage, and by no means ready to use in a
live application.  However, if you'd like to collaborate with me, please send me a message on Github.

About

File system backed implementations of Java collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages