simd-r-drive 0.1.0-alpha2

Key-based binary storage in a single file. SIMD-optimized append-only schema-less storage engine.
Documentation
1
2
3
4
5
6
7
8
mod compute_checksum;
pub use compute_checksum::compute_checksum;

mod compute_hash;
pub use compute_hash::compute_hash;

mod xxh3_build_hasher;
pub use xxh3_build_hasher::Xxh3BuildHasher;