Announcing succinctly v0.1.0 - High-Performance Succinct Data Structures for Rust
succinctly provides space-efficient data structures with blazing-fast operations, perfect for working with large datasets without blowing up your memory.
Why it matters:
* Uses 18-46x less memory than traditional JSON parsers
* 1.2-6x faster than system jq
* SIMD accelerated on x86_64 (AVX2/AVX-512) and ARM (NEON)
* no_std compatible