taiki-e / portable-atomic
Portable atomic types including support for 128-bit atomics, atomic float, etc.
☆177Updated this week
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.☆120Updated 9 months ago
- a lock-free concurrent slab (experimental)☆280Updated 2 months ago
- A lightweight version of pin-project written with declarative macros.☆242Updated this week
- Cargo subcommand for viewing LLVM optimization remarks.☆174Updated 10 months ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 3 weeks ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆229Updated 2 months ago
- A scope for async_std and tokio to spawn non-static futures☆126Updated 9 months ago
- Minimal asynchronous runtime for Rust☆127Updated 7 months ago
- Compatibility adapter between tokio and futures☆167Updated 2 weeks ago
- Better reference counted strings for Rust☆119Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 3 weeks ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated last week
- A simple Cross-platform thread schedule and priority library for rust.☆122Updated 4 months ago
- Open a scope and then freeze it in time for future access.☆107Updated 7 months ago
- A Vec That Has a Smaller size_of☆135Updated 2 weeks ago
- Threadsafe RefCell for Rust☆90Updated last week
- Graph the number of crates that depend on your crate over time☆236Updated this week
- Async interface for working with processes☆189Updated 2 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆151Updated last year
- High-precision and consistent benchmarking framework/harness for Rust☆127Updated this week
- A fixed-size circular buffer written in Rust.☆112Updated 4 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆132Updated 5 months ago
- Constant-time dynamic memory allocator in Rust☆92Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆51Updated last month
- Define your own PhantomData☆152Updated 3 weeks ago
- Library safely exposing the io_uring API.☆59Updated 3 weeks ago
- Utilities for working with impl traits in Rust.☆104Updated last month
- Use bitsized types as if they were a feature of rust.