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.
☆93Updated 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.☆165Updated 2 weeks ago
- An ε-copy serialization/deserialization framework for Rust☆148Updated last week
- Parallel iterator processing library for Rust☆103Updated last year
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆152Updated 10 months ago
- A faster Arc.☆69Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆183Updated 2 months ago
- Open a scope and then freeze it in time for future access.☆108Updated 9 months ago
- Zero-cost bitsets over native Rust types☆78Updated 2 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Eventually consistent values for Rust☆125Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- cargo-add command to make dependencies into dylibs☆99Updated 2 years ago
- ☆156Updated last week
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 7 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated 2 weeks ago
- Yet another string type for Rust☆86Updated last week
- ☆62Updated last month
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆116Updated 7 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated last week
- ☆257Updated last month
- Fantastic serialization library☆160Updated last year
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- Fast, concurrent, arena-based allocator with drop support☆135Updated last year
- Comparison of Rust string types☆150Updated last month
- Versioned data-structures for Rust☆204Updated 3 months ago
- Type that deserializes only from one specific value☆243Updated 2 weeks 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…☆84Updated 2 months ago
- Generate Rust enum variants without associated data☆98Updated last year
- Interning of data in rust☆101Updated 3 months ago