simd-r-drive 0.16.0-alpha

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

mod xxh3_build_hasher;
pub use xxh3_build_hasher::{Xxh3BuildHasher, Xxh3Hasher};