pub struct LsmTree {}Expand description
LSM-tree storage (placeholder)
A log-structured merge-tree (LSM) based storage engine planned for v0.2. This will provide high-throughput writes and batched compactions for efficient disk usage.
Auto Trait Implementations§
impl Freeze for LsmTree
impl RefUnwindSafe for LsmTree
impl Send for LsmTree
impl Sync for LsmTree
impl Unpin for LsmTree
impl UnwindSafe for LsmTree
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more