taiki-e / portable-atomicLinks
Portable atomic types including support for 128-bit atomics, atomic float, etc.
☆218Updated last week
Alternatives and similar repositories for portable-atomic
Users that are interested in portable-atomic are comparing it to the libraries listed below
Sorting:
- A lightweight version of pin-project written with declarative macros.☆265Updated last week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆171Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last month
- A simple Cross-platform thread schedule and priority library for rust.☆144Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- A fixed-size circular buffer written in Rust.☆138Updated 6 months ago
- FFI-compatible futures☆171Updated 3 months ago
- Easy function multiversioning for Rust☆252Updated last year
- rust bindings of snmalloc☆148Updated 4 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- A fast and flexible LRU map.☆199Updated last year
- Utilities for working with impl traits in Rust.☆118Updated 11 months ago
- Make trait methods callable without the trait in scope☆162Updated last month
- Minimal asynchronous executor for Rust☆133Updated this week
- Async synchronization primitives☆280Updated 3 weeks ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆217Updated last month
- Use bitsized types as if they were a feature of rust.☆192Updated 4 months ago
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated 3 weeks ago
- Define your own PhantomData☆158Updated last month
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆256Updated last month
- Concurrent multi-producer multi-consumer queue☆299Updated last month
- Compatibility adapter between tokio and futures☆187Updated 2 weeks ago
- Async interface for working with processes☆206Updated 4 months ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year