A Vec-like datastructure with less memory overhead
Rust collections that are newtype wrappers around smallvec
A collection of succinct data structures supported by fast implementations of rank and select queries.
FM index and its variant implementations for Rust, backed by vers-vecs.
High-performance succinct data structures for Rust
This contains the ZK circuits that generate proofs for the `AxiomV2Core` smart contract. These circuits read the RLP encoded block headers for a chain of blocks and verify that the block headers form a chain. They output a Merkle Mountain Range of the block hashes of the chain. This crate also contains aggregation circuits to aggregate multiple circuits for the purpose of proving longer chains.
The program for benchmarking compact sequences and bitmaps
Bit packed and well-typed biological sequences
Succinct Data Structures library for Rust.
The library of compact sequences.
Inverted-index postings lists with segment-style updates. Supports u32 TF (classical) and f32 weights (SPLADE/learned sparse).
An ECS game engine.