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.
☆87Updated 2 weeks ago
Alternatives and similar repositories for indexset:
Users that are interested in indexset are comparing it to the libraries listed below
- A concurrent, append-only vector.☆149Updated last week
- Zero-cost bitsets over native Rust types☆76Updated 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆118Updated 5 months ago
- ☆102Updated this week
- An ε-copy serialization/deserialization framework for Rust☆137Updated this week
- Lending iterators on stable Rust☆81Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆86Updated last week
- Yet another string type for Rust☆83Updated 3 weeks ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆81Updated last month
- A simple in-memory search for collections and key-value stores.☆70Updated 3 weeks ago
- Fast JSON deserialization on borrowed data☆85Updated last month
- Fantastic serialization library☆159Updated 9 months ago
- Collection of insert-only wait-free data-structures.☆28Updated last year
- Typed any map for rust☆65Updated 2 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆77Updated last week
- Benchmarking Rust storage engines☆31Updated this week
- A fast and flexible LRU map.☆175Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆130Updated 5 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated last month
- Blazing fast immutable collection datatypes for Rust.☆97Updated 2 weeks ago
- A memory efficient syntax tree for language developers☆54Updated last month
- Parallel iterator processing library for Rust☆102Updated last year
- Reports when tokio runtime threads are blocking☆64Updated 6 months ago
- Eventually consistent values for Rust☆122Updated 2 years ago
- A faster Arc.☆57Updated last year
- A concise, self-describing binary format written in Rust for Serde☆64Updated 6 months ago
- An exploration of Storages☆36Updated last year
- Define your own PhantomData☆151Updated last week
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆180Updated 4 months ago