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).
☆23Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for rust-eytzinger
- structured parallel execution for async Rust☆30Updated 3 months ago
- liburing bindings☆33Updated 2 years ago
- ☆46Updated 4 years ago
- ☆18Updated last year
- A plugin for Criterion.rs to measure Linux perf events.☆40Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 3 months ago
- Example implementation of stack tokens for Rust☆33Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆50Updated last year
- Lockfree resizeable concurrent hash table.☆53Updated 2 years ago
- Dynamic structured values for Rust☆27Updated last month
- An ordered multimap.☆20Updated this week
- A reader-writer lock that provides extremely fast read access without starving writers☆74Updated last year
- Rust crate for accepting general reference-like values without proliferating generics.☆35Updated 7 years ago
- An experimental columnar arena☆41Updated 3 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 3 months ago
- Trying to create Sync bump allocator☆28Updated last week
- 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…☆63Updated 2 weeks ago
- Adaptive Radix Trie implementation for fixed-length keys☆53Updated 9 months ago
- The simd optimized escape code☆53Updated this week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Serialisable closures for Rust.☆64Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- A generic, fixed-size, associative cache☆40Updated 2 weeks ago
- A bit vector with the Rust standard library's portable SIMD API.☆38Updated last year
- Completion futures for Rust☆19Updated 2 years ago
- ☆25Updated 5 months ago
- A memory efficient syntax tree for language developers☆51Updated 2 months ago
- An article explaining the unsoundness I found in owning-ref☆26Updated 2 years ago