leveldb
leveldb copied to clipboard
Port of LevelDB to Java
In ezdb-leveldb I optimized away some unnecessary byte[] copies by exposing Slice methods directly in DBImpl and making the DBComparator zero-copy. This almost doubled the performance for iteration from ~1000/ms...
hi, due to the manifest file rewrite when db is reopen, the db is running a very long time, manifest file grew up 4.3G.when i reopen the db, versionset.recover cause...
Bumps [org.iq80.snappy:snappy](https://github.com/dain/snappy) from 0.4 to 0.5. Commits fc4deca [maven-release-plugin] prepare release snappy-0.5 d31f382 Replace implementation with Aircompressor code 0e375d5 Add moved note 8e212de Note location of future development 3109a5f Fix...