PSeitz / bingganLinks
Benchmarking library for stable Rust
☆45Updated 3 months ago
Alternatives and similar repositories for binggan
Users that are interested in binggan are comparing it to the libraries listed below
Sorting:
- Library safely exposing the io_uring API.☆64Updated 3 months ago
- A fast and flexible LRU map.☆189Updated 6 months ago
- Reports when tokio runtime threads are blocking☆65Updated 10 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 9 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 5 months ago
- Utilities for working with shared slices of memory☆71Updated 2 weeks ago
- Port of bbolt in Rust☆65Updated 9 months ago
- A buffering MPSC queue.☆78Updated last year
- Perfect hashing for an imperfect world☆91Updated 5 months ago
- ☆72Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆126Updated 2 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆157Updated this week
- A concurrent, append-only vector.☆187Updated 3 weeks ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last month
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- Define your own PhantomData☆155Updated last week
- Open a scope and then freeze it in time for future access.☆107Updated 10 months 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…☆88Updated 4 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A low-level MVCC file format for storing blobs.☆63Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 6 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- Track memory allocations by backtrace or originating thread☆43Updated 2 months ago
- A token-based rate limiter based on the leaky bucket algorithm.☆111Updated 3 months ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- An ε-copy serialization/deserialization framework for Rust☆149Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- A pure-rust protobuf compiler, designed for use with prost-build☆89Updated last month
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 7 months ago