jorendorff / atomicboxLinks
Safe atomic Box types for Rust
☆23Updated 2 years ago
Alternatives and similar repositories for atomicbox
Users that are interested in atomicbox are comparing it to the libraries listed below
Sorting:
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆101Updated last month
- A safe-guarded transmute for Rust☆39Updated last year
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- Utility for reusing memory☆53Updated 6 years ago
- Utilities for concurrent programming☆37Updated 7 years ago
- The simd optimized escape code☆54Updated 2 weeks ago
- ☆40Updated 6 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- This custom Rust allocator logs all memory actions for further analysis☆54Updated 5 years ago
- A macro to generate Rust actors☆46Updated 4 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Instrument Rust code using Rust☆64Updated 7 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 3 years ago
- A simple map based on a vector for small integer keys☆67Updated last year
- Rust library providing a lazily filled Cell☆61Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- Rust crate to use process file descriptors (pidfd) for Linux