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.
☆99Updated last month
Alternatives and similar repositories for indexset
Users that are interested in indexset are comparing it to the libraries listed below
Sorting:
- An ε-copy serialization/deserialization framework for Rust☆153Updated 3 weeks ago
- A concurrent, append-only vector.☆191Updated last week
- Zero-cost bitsets over native Rust types☆78Updated 4 months ago
- A faster Arc.☆73Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆90Updated 6 months ago
- Perfect hashing for an imperfect world☆92Updated 6 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
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- Blazing fast immutable collection datatypes for Rust.☆111Updated last week
- Lazy formatting utility macro for rust☆128Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated 2 weeks ago
- Fast, concurrent, arena-based allocator with drop support☆139Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆126Updated 11 months ago
- ☆54Updated last month
- Fast JSON deserialization on borrowed data☆112Updated 2 months ago
- A library for generating chrome://tracing traces in Rust.☆115Updated last year
- RcLite: small, fast, and memory-friendly reference counting for Rust☆191Updated 4 months ago
- ☆61Updated 2 weeks ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆153Updated last year
- Macros for deriving as functions to access Enums as their inner components☆104Updated 11 months ago
- Yet another string type for Rust☆86Updated last week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- Utility wrapper to send non send types to other threads safely☆184Updated 5 months ago
- A simple in-memory search for collections and key-value stores.☆77Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆248Updated 2 months ago
- A fast and flexible LRU map.☆190Updated 7 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆183Updated 10 months ago