in-place allocation-reusing queues for Rust
☆394Jun 6, 2024Updated last year
Alternatives and similar repositories for thingbuf
Users that are interested in thingbuf are comparing it to the libraries listed below
Sorting:
- Lock-free SPSC FIFO ring buffer with direct access to inner data☆548Dec 25, 2025Updated 2 months ago
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆468Sep 13, 2025Updated 6 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- 🍄 an alleged 'operating system'☆740Mar 13, 2026Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 2 months ago
- Slotmap data structure for Rust☆1,293Dec 6, 2025Updated 3 months ago
- A no_std + serde compatible message library for Rust☆1,360Feb 3, 2026Updated last month
- Futures, streams, and async I/O combinators.☆537Feb 5, 2026Updated last month
- a lock-free concurrent slab (experimental)☆309Jan 20, 2026Updated 2 months ago
- Portable interface to epoll, kqueue, event ports, and wepoll☆726Feb 7, 2026Updated last month
- Zero-copy deserialization framework for Rust☆4,090Feb 28, 2026Updated 2 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆265Jun 23, 2025Updated 8 months ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Oct 12, 2025Updated 5 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆940Feb 20, 2025Updated last year
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- Heapless, `static` friendly data structures☆1,928Feb 16, 2026Updated last month
- A minimal `syn` syntax tree pretty-printer☆750Feb 9, 2026Updated last month
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆885Aug 6, 2025Updated 7 months ago
- Rust reflection, serialization, deserialization, pretty printing, etc. — the last proc macro you should need☆2,426Mar 12, 2026Updated last week
- Command-line sampling profiler for macOS, Linux, and Windows☆3,997Mar 13, 2026Updated last week
- Efficient, lock-free, bounded Rust broadcast channel☆837Sep 9, 2023Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- A fast and flexible LRU map.☆199Jan 3, 2025Updated last year
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,372Feb 13, 2026Updated last month
- high-speed timing library in Rust☆392Jun 10, 2025Updated 9 months ago
- A simple and fast random number generator☆569Mar 9, 2026Updated last week
- Program startup and thread support written in Rust☆207Feb 18, 2026Updated last month
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,531Mar 5, 2026Updated 2 weeks ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Nov 19, 2025Updated 4 months ago
- Module initialization/global constructor functions for Rust☆964Dec 4, 2025Updated 3 months ago
- Stack unwinding library in Rust☆134Mar 5, 2026Updated 2 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆78Dec 20, 2025Updated 3 months ago
- pure rust io_uring library, built on libc, thread & async friendly, misuse resistant☆998Jun 27, 2022Updated 3 years ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆930Updated this week