Releases: fjall-rs/fjall
Releases · fjall-rs/fjall
0.2.0
- Use less string heap allocations
- Add
Tree::approximate_len
- Cap FIFO compaction level 0 size to prevent write stalls
- Improve key range checks when creating prefix iterators
- A prefix key like
"a"
should not create a prefix iterator over a segment with key range"b".."z"
anymore
- A prefix key like
- Refactor write stall logic
0.1.1
Fixes
Tree::range
: Fixed MemTable exclusive lower bound being wrong
Initial release
0.1.0 update cargo toml