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:
- ☆125Updated 3 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- An on-disk hash table implementation☆124Updated 3 years ago
- Library safely exposing the io_uring API.☆68Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- Faster integer division and modulus operations☆87Updated 2 months ago
- A HashMap variant that spreads resize load across inserts☆192Updated 7 months ago
- Pillars for Transactional Systems and Data Grids☆132Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆171Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Run closures in parallel☆114Updated 7 months ago
- Small, fast, synchronization primitives☆250Updated last year
- A data structure to efficiently intern, cache and restore strings.☆203Updated 3 weeks ago
- skiplist☆142Updated 3 years ago
- Utilities for dealing with substructures within syn macros☆142Updated 4 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- An updated version of linked-hash-map and friends☆122Updated 5 months ago
- generators☆209Updated last year
- ☆77Updated 2 years ago
- An ε-copy serialization/deserialization framework for Rust☆154Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated this week
- A simple bitset container for Rust☆148Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆130Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 3 months ago
- A command line tool for comparing benchmarks run by Criterion.☆253Updated 11 months ago
- Rust FFI wrapper for CRoaring☆159Updated last week
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago