kinghajj / deque
A (mostly) lock-free concurrent work-stealing deque in Rust.
☆233Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for deque
- A fast mpmc queue with broadcast capabilities☆201Updated 6 years ago
- Multi-producer, multi-consumer concurrent channel for Rust.☆392Updated 3 years ago
- Compact string type for zero-copy parsing☆250Updated last year
- Generate CPU FlameGraphs based on DWARF Debug Info☆132Updated 7 years ago
- A rust-macro which makes errors easy to write☆335Updated 7 months ago
- A Bounded SPSC queue for Rust☆160Updated last year
- Fast generic radix trie implemented in Rust☆188Updated last year
- Rust library that provides helpers for testing resilience of IO operations☆144Updated 2 years ago
- a Rust library implementing safe, lightweight context switches, without relying on kernel services☆512Updated 3 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆225Updated last month
- Allocators in Rust☆311Updated 4 years ago
- A library for creating references that carry their owner with them.☆362Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆276Updated 2 years ago
- A compiler plugin to insert flame calls☆379Updated last year
- Rust interface to io_uring☆329Updated 5 months ago
- A Rust implementation of the xxHash algorithm.☆372Updated 2 weeks ago
- Respond to OS signals with channels.☆125Updated 5 years ago
- An intrusive flamegraph profiling tool for rust.☆706Updated 8 months ago
- ☆135Updated 9 months ago
- Mirror of https://gitlab.redox-os.org/redox-os/ralloc☆323Updated 3 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated 3 months ago
- Rust macro to generate self-referential structs☆211Updated 3 years ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆385Updated 2 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆129Updated 5 years ago
- cross-platform Rust API for memory mapped IO☆544Updated 2 years ago
- An extraction of the compiletest utility from the Rust compiler☆218Updated last month
- Cross-platform application sandboxing for Rust☆344Updated 8 months ago
- A port of HdrHistogram to Rust☆305Updated 8 months ago
- A small utility to compare Rust micro-benchmarks.☆342Updated 2 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated last year