/BigSack

BigSack is a high performance big data Java persistence mechanism that provides transaction HashMap, TreeSet and TreeMap key/value store functionality using object serialization. It provides a B-Tree index backed up by a full recovery protocol. It's the simplest database you will ever use. It provides the means to structure large amounts of random data with minimal impact on system design by using semantics provided by existing built-in Java classes.

Primary LanguageJava

Stargazers