Elzair / core_affinity_rsLinks
Rust crate for managing CPU core affinities
☆207Updated 7 months ago
Alternatives and similar repositories for core_affinity_rs
Users that are interested in core_affinity_rs are comparing it to the libraries listed below
Sorting:
- Concurrent multi-producer multi-consumer queue☆293Updated 2 months ago
- Async synchronization primitives☆274Updated last month
- Per-object thread-local storage for Rust☆355Updated 3 weeks ago
- high-speed timing library in Rust☆374Updated 4 months ago
- A lightweight version of pin-project written with declarative macros.☆257Updated last month
- Lock-free SPSC FIFO ring buffer with direct access to inner data☆467Updated 2 months ago
- Fast function for printing integer primitives to a decimal string☆347Updated last month
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆307Updated 3 months ago
- Generic Atomic<T> type for Rust☆241Updated last month
- Task abstraction for building executors☆505Updated 2 weeks ago
- Async executor☆402Updated last month
- Rust allocator using jemalloc as a backend☆455Updated last week
- cross-platform Rust API for memory mapped IO☆538Updated 2 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆204Updated 3 weeks ago
- A implementation of convenience integrations between tokio and tower☆132Updated 2 years ago
- Async broadcast channels☆187Updated 2 months ago
- rust stackful generator library☆350Updated 3 weeks ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- ☆198Updated 7 months ago
- A fast and flexible LRU map.☆193Updated 9 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- ☆202Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆257Updated 3 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 8 months ago
- A fixed-size circular buffer written in Rust.☆127Updated 3 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆355Updated last month
- A lockless mpmc/mpsc to support async base on crossbeam☆195Updated last week