brurucy / indexset
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.
☆90Updated this week
Alternatives and similar repositories for indexset:
Users that are interested in indexset are comparing it to the libraries listed below
- Zero-cost bitsets over native Rust types☆76Updated 3 weeks ago
- A concurrent, append-only vector.☆156Updated last month
- Zero-cost type for stack without complicated type or Box☆45Updated 2 weeks ago
- ☆62Updated 2 months ago
- An updated version of linked-hash-map and friends☆111Updated last week
- A minimal and unopinionated actor framework for Rust.☆68Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆96Updated 3 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆135Updated 6 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆120Updated 7 months ago
- cargo-add command to make dependencies into dylibs☆99Updated 2 years ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆86Updated 2 weeks ago
- Const TypeId and non-'static TypeId☆66Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆88Updated last week
- Lending iterators on stable Rust☆82Updated last year
- Yet another string type for Rust☆85Updated this week
- Collection of insert-only wait-free data-structures.☆29Updated last year
- Perfect hashing for an imperfect world☆88Updated 2 months ago
- structured parallel execution for async Rust☆33Updated 8 months ago
- Fast JSON deserialization on borrowed data☆86Updated 2 months ago
- A simple in-memory search for collections and key-value stores.☆72Updated 2 months ago
- Generate enum variants inline☆57Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- Parallel iterator processing library for Rust☆103Updated last year
- Fantastic serialization library☆158Updated 11 months ago
- Benchmarking Rust storage engines☆35Updated this week
- A fast and flexible LRU map.☆181Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 3 months ago
- Async, lock-free synchronization primitives for task wakeup☆44Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated last month