solana-with-rpc-optimizations/kvstore
Mark E. Sinclair 13c9d3d4e1
Kvstore: use bincode serialization (#3385)
* use bincode for SSTable serialization; add tests

* Fix bug uncovered in merge algorithm by unit tests

* use bincode in write-ahead-log serialization

* Add helper `Fill` trait for zeroing buffers
2019-03-20 09:55:44 -05:00
..
benches Extract kvstore into separate crate (#3327) 2019-03-15 18:42:47 -05:00
src Kvstore: use bincode serialization (#3385) 2019-03-20 09:55:44 -05:00
tests Extract kvstore into separate crate (#3327) 2019-03-15 18:42:47 -05:00
Cargo.toml Bump kvstore version to 0.13.0 to match all other solana crates (#3334) 2019-03-15 19:05:24 -05:00