taiki-e / portable-atomicLinks
Portable atomic types including support for 128-bit atomics, atomic float, etc.
☆204Updated 3 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 simple Cross-platform thread schedule and priority library for rust.☆139Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆166Updated last year
- A lightweight version of pin-project written with declarative macros.☆257Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆258Updated 2 weeks ago
- Utilities for working with impl traits in Rust.☆116Updated 8 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated 3 weeks ago
- Minimal asynchronous executor for Rust☆130Updated last week
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A fixed-size circular buffer written in Rust.☆127Updated 3 months ago
- Define your own PhantomData☆158Updated last month
- Open a scope and then freeze it in time for future access.☆107Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆141Updated last year
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Compatibility adapter between tokio and futures☆184Updated last month
- A fast and flexible LRU map.☆193Updated 9 months ago
- FFI-compatible futures☆167Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Semantic wrapper for byte count representations☆148Updated 3 weeks ago
- Async synchronization primitives☆274Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- A fast and safe implementation of stackful coroutines in Rust☆255Updated last week
- Better reference counted strings for Rust☆137Updated last year
- ☆226Updated 2 months ago
- Make trait methods callable without the trait in scope☆159Updated last month
- rust bindings of snmalloc☆142Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago