brurucy / indexsetLinks
A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and allows lookups of entries by value or sorted order position.
☆102Updated last month
Alternatives and similar repositories for indexset
Users that are interested in indexset are comparing it to the libraries listed below
Sorting:
- A concurrent, append-only vector.☆195Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- An ε-copy serialization/deserialization framework for Rust☆154Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆192Updated last week
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Perfect hashing for an imperfect world☆93Updated last week
- Lazy formatting utility macro for rust☆128Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 11 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- cargo-add command to make dependencies into dylibs☆100Updated 2 years ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆100Updated 3 weeks ago
- Zero-cost bitsets over native Rust types☆78Updated 5 months ago
- Define your own PhantomData☆156Updated 3 weeks ago
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆154Updated last year
- Yet another string type for Rust☆89Updated this week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆150Updated last month
- Fast JSON deserialization on borrowed data☆112Updated 2 months ago
- Pull in every source file in a directory as a module☆177Updated 3 weeks ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated this week
- Interning of data in rust☆106Updated 2 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆257Updated last month
- Better reference counted strings for Rust☆135Updated last year
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆139Updated 11 months ago
- Fast, concurrent, arena-based allocator with drop support☆140Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated last week
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- An updated version of linked-hash-map and friends☆122Updated 5 months ago