jonhoo / ordsearchLinks
A Rust data structure for efficient lower-bound lookups
☆91Updated last year
Alternatives and similar repositories for ordsearch
Users that are interested in ordsearch are comparing it to the libraries listed below
Sorting:
- ☆124Updated 2 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- Library safely exposing the io_uring API.☆64Updated 3 months ago
- rust bindings of snmalloc☆136Updated 3 months ago
- An on-disk hash table implementation☆123Updated 3 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- A simple bitset container for Rust☆145Updated 2 weeks ago
- skiplist☆142Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- A HashMap variant that spreads resize load across inserts☆192Updated 5 months ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- A data structure to efficiently intern, cache and restore strings.☆199Updated 3 weeks ago
- Utilities for dealing with substructures within syn macros☆139Updated 2 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- Interning of data in rust☆104Updated 2 weeks ago
- Async stream for Rust and the futures crate.☆184Updated last month
- Better reference counted strings for Rust☆130Updated 11 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Pillars for Transactional Systems and Data Grids☆132Updated last year
- Map data structure whose keys are stored as ranges☆89Updated 6 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A fast and flexible LRU map.☆189Updated 6 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆229Updated last month
- A rust implementation of murmur3☆71Updated 9 months ago
- Generic Atomic<T> type for Rust☆235Updated 3 weeks ago
- Faster integer division and modulus operations☆87Updated 2 weeks ago
- Run closures in parallel☆114Updated 5 months ago