kinghajj / dequeLinks
A (mostly) lock-free concurrent work-stealing deque in Rust.
☆239Updated 2 years ago
Alternatives and similar repositories for deque
Users that are interested in deque are comparing it to the libraries listed below
Sorting:
- Generate CPU FlameGraphs based on DWARF Debug Info☆134Updated 7 years ago
- A Bounded SPSC queue for Rust☆161Updated 2 years ago
- Compact string type for zero-copy parsing☆259Updated last year
- a Rust library implementing safe, lightweight context switches, without relying on kernel services☆522Updated 3 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆229Updated last month
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- Allocators in Rust☆313Updated 5 years ago
- An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.☆174Updated last year
- A fast mpmc queue with broadcast capabilities☆209Updated 6 years ago
- A rust-macro which makes errors easy to write☆336Updated last year
- Rust macro to generate self-referential structs☆211Updated 4 years ago
- Efficient transactional memory in rust.☆210Updated 3 years ago
- A small utility to compare Rust micro-benchmarks.☆357Updated 10 months ago
- Multi-producer, multi-consumer concurrent channel for Rust.☆388Updated 4 years ago
- Rust library that provides helpers for testing resilience of IO operations☆144Updated 3 years ago
- A Rust procedural macro for tracing function execution☆337Updated 2 years ago
- RAMP - Rust Arithmetic in Multiple Precision☆263Updated 3 years ago
- Fast generic radix trie implemented in Rust☆201Updated 2 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 11 months ago
- Easily create type-safe `Future`s from state machines — without the boilerplate.☆332Updated 6 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- Cuckoo Filter: Practically Better Than Bloom (In Rust)☆283Updated 2 years ago
- A library for creating references that carry their owner with them.☆375Updated last year
- A rustc plugin to check for numerical instability☆174Updated 8 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆140Updated 6 years ago
- Mirror of https://gitlab.redox-os.org/redox-os/ralloc☆320Updated 4 years ago
- A cargo subcommand for creating GraphViz DOT files and dependency graphs☆216Updated 5 years ago
- Rust interface to io_uring☆335Updated last year
- Multi-producer multi-consumer channels for message passing☆326Updated 6 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆278Updated 2 years ago