Docs.rs
lsm-tree-3.0.0-pre.7
lsm-tree 3.0.0-pre.7
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
marvin-j97
Dependencies
byteorder-lite ^0.1.0
normal
bytes ^1
normal
optional
byteview ~0.8.0
normal
crossbeam-skiplist ^0.1.3
normal
enum_dispatch ^0.3.13
normal
interval-heap ^0.0.5
normal
log ^0.4.27
normal
lz4_flex ^0.11.5
normal
optional
quick_cache ^0.6.16
normal
rustc-hash ^2.1.1
normal
self_cell ^1.2.0
normal
sfa ~0.1.0
normal
tempfile ^3.20.0
normal
varint-rs ^2.2.0
normal
xxhash-rust ^0.8.15
normal
criterion ^0.7.0
dev
fs_extra ^1.3.0
dev
nanoid ^0.4.0
dev
rand ^0.9.2
dev
strum ^0.27.2
dev
test-log ^0.2.18
dev
Versions
98.27%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module compaction
lsm_
tree
3.0.0-pre.7
Module compaction
Module Items
Structs
Enums
Traits
Type Aliases
In crate lsm_
tree
lsm_tree
Module
compaction
Copy item path
Source
Expand description
Contains compaction strategies
Structs
§
Fifo
FIFO-style compaction
Input
Input for compactor.
Leveled
Levelled compaction strategy (LCS)
Enums
§
Choice
Describes what to do (compact or not)
Traits
§
Compaction
Strategy
Trait for a compaction strategy
Type Aliases
§
Levelled
Alias for
Leveled