This PR ports previous version management code into Honu. The implementation is fairly basic and serves as a base/barebones implementation for benchmarking and to get Honu going.
This version of Honu focuses on standard interactions without options to leveldb. All objects written to disk are versioned, which adds overhead to the embedded database interactions.
This PR ports previous version management code into Honu. The implementation is fairly basic and serves as a base/barebones implementation for benchmarking and to get Honu going.
This version of Honu focuses on standard interactions without options to leveldb. All objects written to disk are versioned, which adds overhead to the embedded database interactions.