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
- ☆125Updated 3 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆174Updated 4 months ago
- Small, fast, synchronization primitives☆254Updated last year
- skiplist☆144Updated 4 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- A data structure to efficiently intern, cache and restore strings.☆206Updated 4 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 6 months ago
- Faster integer division and modulus operations☆87Updated 6 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated 2 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆185Updated last month
- Rust serializer library☆88Updated 3 months ago
- Async stream for Rust and the futures crate.☆189Updated 2 weeks ago
- A simple bitset container for Rust☆158Updated 6 months ago
- A fast, concurrent string interner☆162Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Library safely exposing the io_uring API.☆70Updated this week
- (lifetime) GATs on stable Rust☆59Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 4 months ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- Run closures in parallel☆115Updated 11 months ago
- A rust implementation of murmur3☆74Updated last year
- Better reference counted strings for Rust☆139Updated last year