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
- skiplist☆144Updated 4 years ago
- ☆126Updated 3 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆232Updated 8 months ago
- Map data structure whose keys are stored as ranges☆100Updated last month
- A HashMap variant that spreads resize load across inserts☆196Updated last year
- A rust implementation of murmur3☆75Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Async stream for Rust and the futures crate.☆193Updated last week
- Synchronization primitives for Futures and async/await based on intrusive collections☆187Updated 2 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆176Updated 5 months ago
- Rust FFI wrapper for CRoaring☆164Updated last month
- Faster integer division and modulus operations☆88Updated 7 months ago
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- A simple bitset container for Rust☆160Updated 7 months ago
- Pillars for Transactional Systems and Data Grids☆133Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated 2 weeks ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- Portable Bitwise Manipulation Intrinsics☆47Updated last year
- Simple probabilistic data structures☆148Updated last week
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 3 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Fast generic radix trie implemented in Rust☆214Updated 4 months ago