You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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