zipora 4.1.0

High-performance Rust implementation providing advanced data structures and compression algorithms with memory safety guarantees. Features LRU page cache, sophisticated caching layer, fiber-based concurrency, real-time compression, secure memory pools, SIMD optimizations, and complete C FFI for migration from C++.
Documentation
1
2
3
4
5
6
7
8
# ThreadSanitizer suppressions (used by `make tsan_cspp`).
#
# crossbeam-epoch synchronizes its garbage queue and Local teardown with
# SeqCst fences, which TSAN does not model — every report matched here has
# all racing frames inside crossbeam_epoch (queue::Node<SealedBag>::drop,
# internal::Local::drop). Known false positives; zipora frames in a report
# would NOT be matched by these entries and still fail the run.
race:crossbeam_epoch