Skip to content

1.2.0

Compare
Choose a tag to compare
@marvin-j97 marvin-j97 released this 08 Jul 18:56
· 367 commits to main since this release
  • [perf] Optimize scanning in disjoint tree as described in https://fjall-rs.github.io/post/lsm-leveling/#scanning-monotonic-data
  • [perf] Use ahash in BlockCache, reducing CPU time spent in hashing phase
  • [api] Add Leveled compaction strategy alias
  • [refactor] Internal refactors
  • [misc] Allow Leveled compaction strategy to "repair" non-disjoint levels
  • [deps] Update quick-cache