Amanieu / brie-treeLinks
SIMD-optimized B+ Tree implementation that uses integer keys
☆69Updated 3 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☆32Updated last month
- Reports when tokio runtime threads are blocking☆66Updated last year
- Mirror of Rust's allocator api for use on stable rust☆68Updated last month
- Async, lock-free synchronization primitives for task wakeup☆47Updated last year
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆50Updated 10 months ago
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Fast, concurrent, arena-based allocator with drop support☆144Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Count directory entries—`ls | wc -l` but faster☆29Updated last month
- Serde Visitor for deserializing untagged enums☆67Updated last month
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆32Updated this week
- Obsessively tiny error derive macro☆87Updated 8 months ago
- Human-friendly indexed collections☆55Updated 2 weeks ago
- futures-buffered☆45Updated 2 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 4 months ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated last month
- `smol` integrations with `hyper`☆17Updated 2 months ago
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆35Updated 3 weeks ago
- Const TypeId and non-'static TypeId☆68Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago
- Efficient byte-stream pipe buffer☆43Updated last year
- Non-interleaving multithreaded output queue☆73Updated this week
- Trying to create Sync bump allocator☆40Updated 3 months ago
- Find out what platform your code is running on from Rust☆32Updated 3 years ago