A high-performance parallelized vector container with deferred execution for bulk parallel operations
Experiment using a combinator API for flexible string splitting
Yet Another Bloom Filter, this one using seahash
Makes it easier to work with common string patterns and regular expressions in Rust, adding convenient regex match and replace methods (pattern_match and pattern_replace) to the standard String type as well to vectors of strings
Reed-Solomon coding with O(n log n) complexity. Leverages SIMD instructions on x86(-64) and AArch64.
The Rust bindings for Picovoice's Cheetah library
Typed parser for Apple .sdef (scripting definition) XML files.
Reed-Solomon GF(2^16) erasure coding with O(n log n) complexity
ReBAC (Relationship-Based Access Control) authorization engine - Google Zanzibar implementation