jonhoo / busLinks
Efficient, lock-free, bounded Rust broadcast channel
☆815Updated last year
Alternatives and similar repositories for bus
Users that are interested in bus are comparing it to the libraries listed below
Sorting:
- Slab allocator for Rust☆801Updated 3 weeks ago
- A multiprocess drop-in replacement for Rust channels☆980Updated last month
- An implementation of a LRU cache☆726Updated last week
- Asynchronous streams for Rust using async & await notation☆687Updated 7 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆845Updated 4 months ago
- Support atomic operations on Arc itself☆1,028Updated this week
- Async multi-producer multi-consumer channel☆874Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,496Updated this week
- Rust library allowing to register multiple handlers for the same signal☆786Updated last month
- A rust implementation of protobuf parser☆466Updated last year
- Slotmap data structure for Rust☆1,215Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆755Updated 2 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,663Updated last month
- An intrusive flamegraph profiling tool for rust.☆719Updated last year
- Compile-time type-checked builder derive☆1,045Updated 3 months ago
- A lock-free, eventually consistent, concurrent multi-value map.☆510Updated 4 years ago
- Typed distributed plugin registration☆1,133Updated 2 weeks ago
- A Rust proc-macro attribute parser☆1,133Updated last week
- A crate for safe and ergonomic pin-projection.☆667Updated last week
- Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.☆1,165Updated last week
- A rate-limiting library for Rust (f.k.a. ratelimit_meter)☆746Updated last month
- Test harness for ui tests of compiler diagnostics☆896Updated this week
- Full-featured async (tokio-based) postgres connection pool (like r2d2)☆865Updated 3 weeks ago
- A push parser for the HTTP 1.x protocol in Rust.