jonhoo / ordsearch
A Rust data structure for efficient lower-bound lookups
☆89Updated 11 months ago
Alternatives and similar repositories for ordsearch:
Users that are interested in ordsearch are comparing it to the libraries listed below
- An on-disk hash table implementation☆113Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆222Updated last week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆106Updated last month
- Make trait methods callable without the trait in scope☆135Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Library safely exposing the io_uring API.☆56Updated this week
- Generic Atomic<T> type for Rust☆225Updated last year
- A fast and flexible LRU map.☆173Updated 3 weeks ago
- Faster integer division and modulus operations☆70Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 5 months ago
- ☆123Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- An updated version of linked-hash-map and friends☆105Updated last month
- A reader-writer lock that provides extremely fast read access without starving writers☆76Updated last year
- Utility wrapper to send non send types to other threads safely☆172Updated last year
- Better reference counted strings for Rust☆117Updated 6 months ago
- (lifetime) GATs on stable Rust☆56Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆148Updated 8 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆106Updated last year
- Async fundamentals initiative: portable and interoperable☆75Updated last year
- A plugin for Criterion.rs to measure Linux perf events.☆41Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated this week
- Run closures in parallel☆112Updated last week
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆96Updated 9 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆117Updated 4 months ago
- A simple bitset container for Rust☆130Updated 2 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- rust bindings of snmalloc☆125Updated last month
- Define your own PhantomData☆151Updated last week