taiki-e / portable-atomicLinks
Portable atomic types including support for 128-bit atomics, atomic float, etc.
☆201Updated 2 weeks ago
Alternatives and similar repositories for portable-atomic
Users that are interested in portable-atomic are comparing it to the libraries listed below
Sorting:
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆165Updated last year
- A simple Cross-platform thread schedule and priority library for rust.☆137Updated 3 weeks ago
- A lightweight version of pin-project written with declarative macros.☆255Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆172Updated last month
- Define your own PhantomData☆158Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆256Updated 2 weeks ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- Utilities for working with impl traits in Rust.☆115Updated 8 months ago
- FFI-compatible futures☆167Updated 3 months ago
- Mirror of Rust's allocator api for use on stable rust☆65Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Compatibility adapter between tokio and futures☆182Updated last month
- Async synchronization primitives☆273Updated last month
- A scope for async_std and tokio to spawn non-static futures☆146Updated last year
- Minimal asynchronous executor for Rust☆130Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆192Updated last week
- Graph the number of crates that depend on your crate over time☆252Updated 2 weeks ago
- Use bitsized types as if they were a feature of rust.☆189Updated 2 weeks ago
- A fixed-size circular buffer written in Rust.☆127Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆274Updated last month
- An ε-copy serialization/deserialization framework for Rust☆156Updated this week
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 11 months ago
- Semantic wrapper for byte count representations☆145Updated 2 weeks ago
- A lockless mpmc/mpsc to support async base on crossbeam☆139Updated this week
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- rust bindings of snmalloc☆140Updated 3 weeks ago