Releases: kaimast/lsm-rs
Releases · kaimast/lsm-rs
v0.4.1
v0.4.0
- Move sync API into a separate lsm-sync crate
- Removed KvTrait. The crate now only accept and returns bytes
- Get operations now return a reference to the data without copying
- Leverage zerocopy wherever possible to reduce serialization cost
- Update tokio-uring and kioto-uring-executor dependencies
v0.3.0
v0.2.0
- Support for tracing to benchmark the library
- Removed custom Condition Variable implementation
- Databases can be reopened
- Wisckey now uses a more efficient "folding"-based implementation
- Allow disabling key-value separation using the "wisckey" feature flag
- Implemented proper garbage collection for the value log
- The Write-Ahead-Log is properly truncated after writes are flushed to L0