simd-r-drive 0.2.0-alpha

SIMD-optimized append-only schema-less storage engine. Key-based binary storage in a single file.
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;