main-- / rust-eytzinger
This crate implements the "eytzinger" (aka BFS) array layout where a binary search tree is stored by layer (instead of as a sorted array).
☆24Updated 4 years ago
Alternatives and similar repositories for rust-eytzinger
Users that are interested in rust-eytzinger are comparing it to the libraries listed below
Sorting:
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- A bit vector with the Rust standard library's portable SIMD API.☆40Updated 2 years ago
- ☆19Updated 2 years ago
- An experimental columnar arena☆43Updated 6 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆35Updated 8 years ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- A plugin for Criterion.rs to measure Linux perf events.☆42Updated last year
- Serde serializer for generating Starlark build targets☆66Updated 2 months ago
- Rust implementation of a fast, bounded, Zipf-distributed random number generator☆34Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- bytes::BufMut implementation to count buffer size☆22Updated 2 months ago
- Run a process on a particular subset of the available hardware.☆36Updated 5 years ago
- The simd optimized escape code☆53Updated 2 weeks ago
- super simple in-memory blocking LSM for constant-size keys and values☆69Updated 2 months ago
- ☆58Updated 2 months ago
- ☆13Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- A HyperLogLog implementation in Rust.☆50Updated 2 months ago
- Completion futures for Rust☆19Updated 2 years ago
- Rust chrono::TimeZone implementation using the system tz database☆20Updated 3 years ago
- Example implementation of stack tokens for Rust☆34Updated 2 years ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆33Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- ☆27Updated 2 years ago
- Dynamic structured values for Rust☆28Updated last month
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- ☆38Updated 4 years ago
- A BK-tree implementation in Rust.☆40Updated last year
- Calculate the next timestamp matching a given crontab pattern☆56Updated last month
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year