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 idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- ☆126Updated 3 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Map data structure whose keys are stored as ranges☆100Updated 3 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆186Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Library safely exposing the io_uring API.☆71Updated this week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- Rust FFI wrapper for CRoaring☆163Updated last week
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 7 months ago
- Async stream for Rust and the futures crate.☆192Updated this week
- A data structure to efficiently intern, cache and restore strings.☆207Updated 5 months ago
- ☆34Updated last year
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- skiplist☆144Updated 4 years ago
- Simple probabilistic data structures☆147Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated 2 weeks ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- Faster integer division and modulus operations☆88Updated 6 months ago
- A HashMap variant that spreads resize load across inserts☆196Updated 11 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- A fast, concurrent string interner☆162Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆123Updated 4 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆175Updated 5 months ago
- Generic Atomic<T> type for Rust☆246Updated 3 months ago
- A simple bitset container for Rust☆159Updated 6 months ago
- A fast and flexible LRU map.☆199Updated last year