main-- / rust-eytzingerLinks
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 flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 5 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated this week
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 5 months ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Cross platform process information in Rust☆65Updated last week
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Serde serializer for generating Starlark build targets☆66Updated this week
- The simd optimized escape code☆54Updated 2 weeks ago
- Asynchronously speed-limiting multiple byte streams☆64Updated 10 months ago
- ☆59Updated 2 weeks ago
- SIMD Floating point and integer compressed vector library☆81Updated last year
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 5 months ago
- ☆34Updated 9 months ago
- bytes::BufMut implementation to count buffer size☆22Updated 2 months ago
- log for concurrent workloads, with support for atomic batches and in-order recovery☆36Updated 3 years ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆91Updated 5 months ago
- Prioritised, parallel job scheduler with concurrent exclusion, job merging, recurring jobs and load limiting for lower priorities.☆46Updated 3 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆42Updated last month
- Consistent Hashing library in Rust☆18Updated 2 years ago
- scan-resistant concurrent lazy LRU☆61Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆47Updated 4 years ago
- A low-level I/O ownership and borrowing library☆103Updated 8 months ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- structured parallel execution for async Rust☆34Updated 11 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year