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.
☆120Aug 27, 2026Updated this week
Alternatives and similar repositories for indexset
Users that are interested in indexset are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A pure-rust(with zero dependencies) fenwick tree, for the efficient computation of dynamic prefix sums.☆24Jan 4, 2026Updated 7 months ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Jan 5, 2022Updated 4 years ago
- Rust wrapper type that implements hashing and comparison by pointer address☆37Mar 27, 2024Updated 2 years ago
- Provides a composable, declarative way to consume an iterator.☆26Aug 22, 2026Updated last week
- A Rust hash table using 8-way hopscotch hashing with constant-time worst-case lookups, and SIMD acceleration☆26Oct 4, 2025Updated 10 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆19Nov 21, 2023Updated 2 years ago
- Jump Consistent Hash implementation for Rust☆16Apr 16, 2024Updated 2 years ago
- bytes::BufMut implementation to count buffer size☆24Jun 24, 2026Updated 2 months ago
- Optimal open-addressing hash maps (Elastic Hashing & Funnel Hashing) in Rust, with Python bindings.☆17Aug 17, 2026Updated 2 weeks ago
- zerocopy, async, no_std and autobahn compliant websockets implementation☆29May 8, 2026Updated 3 months ago
- A Rust data structure for efficient lower-bound lookups☆92Feb 26, 2024Updated 2 years ago
- A hash table with deque-like order and fast iteration; access items by key or sequence index☆19Updated this week
- lock-free B+ tree☆315Sep 8, 2024Updated last year
- A big integer library in Rust with good performance.☆107Jul 24, 2026Updated last month
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Eager evaluation of macros like `concat!` and `env!`☆44Aug 3, 2026Updated 3 weeks ago
- rustupolis - Tuple Space for Rust.☆11Jun 23, 2026Updated 2 months ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆96Jul 13, 2025Updated last year
- Succinct data structures using very efficient rank and select☆133Aug 10, 2026Updated 2 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆158Sep 23, 2024Updated last year
- A FUSE filesystem to browse & edit FASTA files☆21Jul 16, 2026Updated last month
- Rust traits for key comparison in maps.☆42Feb 14, 2025Updated last year
- ☆21Apr 13, 2026Updated 4 months ago
- 🌾 A pretty fast text rope☆320Aug 23, 2026Updated last week
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Fast directory traversal tool using keybinds.☆19Dec 13, 2025Updated 8 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆201Dec 23, 2025Updated 8 months ago
- A Box-like type in Rust that avoids allocations by storing small values in-place☆15Jun 15, 2025Updated last year
- Rust generators implemented through async/await syntax☆12Sep 29, 2023Updated 2 years ago
- Exit cleanly with an exit code.☆12May 2, 2026Updated 3 months ago
- Rust crate for displaying in different formats☆14Nov 20, 2022Updated 3 years ago
- rust api for vega-lite v3☆42Jul 12, 2021Updated 5 years ago
- Automatically derives `is_dog` and `is_cat` methods for `enum Pet { Dog, Cat }`.☆22Dec 26, 2020Updated 5 years ago
- Fast and compact sets of bytes or ASCII characters☆28Mar 13, 2021Updated 5 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Deserialization logic for efficiently processing Clang's `-ast-dump=json` format☆154Jun 24, 2026Updated 2 months ago
- Safe generators on stable Rust.☆40Jul 1, 2023Updated 3 years ago
- Dynamic parser. You can define parsing rules with a peg format☆15Mar 14, 2020Updated 6 years ago
- Fork of rust concurrent hash map bencmarks to include leapfrog map.☆14Mar 13, 2022Updated 4 years ago
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆941Aug 21, 2026Updated last week
- Async task switching for cooperative multitasking in single thread environments with no_std support.☆17Feb 9, 2022Updated 4 years ago
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆37Jun 20, 2026Updated 2 months ago