Amanieu / brie-treeLinks
SIMD-optimized B+ Tree implementation that uses integer keys
☆69Updated 4 months ago
Alternatives and similar repositories for brie-tree
Users that are interested in brie-tree are comparing it to the libraries listed below
Sorting:
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 2 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆66Updated this week
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- Parse JSON file at compile time and embed as serde_json::Value☆32Updated last week
- Reports when tokio runtime threads are blocking☆66Updated last year
- Async, lock-free synchronization primitives for task wakeup☆48Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆70Updated 2 months ago
- Fluxion is an actor framework designed with distributed systems in mind, namely sending messages not just between actors, but also betwee…☆29Updated last year
- Fast, concurrent, arena-based allocator with drop support☆145Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated last month
- Serde Visitor for deserializing untagged enums☆67Updated last week
- Efficient byte-stream pipe buffer☆44Updated last year
- Const TypeId and non-'static TypeId☆69Updated last week
- Memory validation framework for Rust☆70Updated 2 months ago
- Obsessively tiny error derive macro☆87Updated 10 months ago
- Take a value atomically once.☆30Updated 2 years ago
- Count directory entries—`ls | wc -l` but faster☆29Updated last week
- Human-friendly indexed collections☆56Updated last month
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆65Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- An alternative `std`-like implementation built on origin☆31Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- Rust cli tool for running multiple commands in parallel☆21Updated last year
- Rate-limit middleware for reqwest.☆17Updated last month