jonhoo / ordsearchLinks
A Rust data structure for efficient lower-bound lookups
☆92Updated last year
Alternatives and similar repositories for ordsearch
Users that are interested in ordsearch are comparing it to the libraries listed below
Sorting:
- An on-disk hash table implementation☆125Updated 4 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- ☆125Updated 3 years ago
- skiplist☆144Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆175Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆264Updated this week
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- generators☆211Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆193Updated 9 months ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Simple probabilistic data structures☆146Updated last week
- A collection of small utilities for working with pointer types in Rust.☆131Updated 9 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆151Updated 8 months ago
- Pillars for Transactional Systems and Data Grids☆133Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- A data structure to efficiently intern, cache and restore strings.☆204Updated 2 months ago
- a lock-free concurrent slab (experimental)☆302Updated 10 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆230Updated 5 months ago
- ☆61Updated 2 years ago
- Async stream for Rust and the futures crate.☆188Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆79Updated 4 months ago
- ☆167Updated 2 years ago
- Better reference counted strings for Rust☆138Updated last year
- ☆34Updated last year