taiki-e / portable-atomic
Portable atomic types including support for 128-bit atomics, atomic float, etc.
☆184Updated 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
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆126Updated 10 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- A lightweight version of pin-project written with declarative macros.☆245Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- A fast and flexible LRU map.☆181Updated 4 months ago
- Graph the number of crates that depend on your crate over time☆238Updated this week
- A simple Cross-platform thread schedule and priority library for rust.☆126Updated last week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆153Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 3 months ago
- Utilities for working with impl traits in Rust.☆108Updated 3 months ago
- Define your own PhantomData☆152Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆181Updated last month
- Compatibility adapter between tokio and futures☆168Updated last month
- ☆206Updated last month
- FFI-compatible futures☆163Updated 5 months ago
- A fixed-size circular buffer written in Rust.☆113Updated 6 months ago
- ☆192Updated last year
- Minimal asynchronous runtime for Rust☆127Updated 8 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- A fast and safe implementation of stackful coroutines in Rust☆227Updated 5 months ago
- Open a scope and then freeze it in time for future access.☆107Updated 8 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆135Updated 7 months ago
- Async broadcast channels☆177Updated 4 months ago
- Pluggable critical section☆133Updated 5 months ago
- Mirror of Rust's allocator api for use on stable rust☆59Updated 2 months ago
- Constant-time dynamic memory allocator in Rust☆94Updated last month
- offsetof for Rust☆225Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆113Updated 7 months ago