Simple single-file single-threaded key-value append-only storage. Stores pairs (long, byte[]).
Implements seminal integrity control, calculating MD5 of all storage data, stored in separate 'meta' file.
./gradlew build
See the example.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple single-file single-threaded key-value append-only storage. Stores pairs (long, byte[]).
Implements seminal integrity control, calculating MD5 of all storage data, stored in separate 'meta' file.
./gradlew build
See the example.