Skip to content

2.1.0

Compare
Choose a tag to compare
@marvin-j97 marvin-j97 released this 06 Oct 15:00
· 159 commits to main since this release

Blog post: https://fjall-rs.github.io/post/fjall-2-1/

  • [docs] Update TxKeyspace::persist doc

From lsm-tree

  • [perf] Improve performance of open ranges fjall-rs/lsm-tree#56
  • [perf] Improve performance of range culling in large trees fjall-rs/lsm-tree#55
  • [perf] Use rustc_hash inside BlockCache
  • [perf] Do less Arc clones inside Segment construction
  • [refactor] Internal refactors