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.☆101Updated last year
- An on-disk hash table implementation☆124Updated 3 years ago
- ☆125Updated 2 years ago
- A rust implementation of murmur3☆71Updated 10 months ago
- skiplist☆142Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆248Updated 2 months ago
- Map data structure whose keys are stored as ranges☆93Updated 3 weeks ago
- A HashMap variant that spreads resize load across inserts☆192Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 2 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Faster integer division and modulus operations☆87Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated last week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆167Updated last week
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 2 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated 3 weeks ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 7 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- Rust FFI wrapper for CRoaring☆158Updated 3 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 weeks ago
- Easy function multiversioning for Rust☆233Updated 8 months ago
- rust bindings of snmalloc☆139Updated 4 months ago
- ☆167Updated 2 years ago
- A command line tool for comparing benchmarks run by Criterion.☆251Updated 10 months ago
- A simple bitset container for Rust☆148Updated 2 months ago
- Simple probabilistic data structures☆147Updated 2 weeks ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- a lock-free concurrent slab (experimental)☆292Updated 7 months ago