Skip to content

0.14.0

Compare
Choose a tag to compare
@cberner cberner released this 26 Mar 19:30
· 418 commits to master since this release
  • Remove Builder::create_mmapped() and Builder::open_mmapped(). The mmap backend has been removed
    because it was infeasible to prove that it was sound. This makes the redb API entirely safe,
    and the remaining File based backed is within a factor of ~2x on all workloads that I've benchmarked
  • Make Table implement Send. It is now possible to insert into multiple Tables concurrently
  • Expose AccessGuardMut, Drain and DrainFilter in the public API
  • Rename RangeIter to Range
  • RenameMultimapRangeIter to MultimapRange
  • Rename MultimapValueIter to MultimapValue
  • Performance optimizations