jonhoo / ordsearch
A Rust data structure for efficient lower-bound lookups
☆90Updated last year
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☆116Updated 3 years ago
- Library safely exposing the io_uring API.☆61Updated last month
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Better reference counted strings for Rust☆125Updated 9 months ago
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆156Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- A fast and flexible LRU map.☆181Updated 4 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 4 months ago
- A data structure to efficiently intern, cache and restore strings.☆193Updated last month
- rust bindings of snmalloc☆129Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆88Updated 3 weeks ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- Interning of data in rust☆101Updated 2 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆144Updated last month
- A simple bitset container for Rust☆139Updated 2 weeks ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆102Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆124Updated 3 months ago
- Run closures in parallel☆113Updated 3 months ago
- A fast, concurrent string interner☆150Updated 8 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Async stream for Rust and the futures crate.☆183Updated this week
- Benchmarking library for stable Rust☆36Updated last month
- An idiomatic and fast QP-trie implementation in pure Rust.☆100Updated last year
- Make trait methods callable without the trait in scope☆136Updated 2 months ago