thomcc / atomic_floatLinks
Floating point types which can be safely shared between threads
☆22Updated last year
Alternatives and similar repositories for atomic_float
Users that are interested in atomic_float are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 8 months ago
- A newtype with alignment of at least `A` bytes☆33Updated last month
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆56Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Parse integers directly from `[u8]` slices in safe code☆62Updated 2 years ago
- ☆36Updated last year
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- ☆31Updated 5 years ago
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- LZW en- and decoding that goes weeeee!☆29Updated 2 months ago
- ☆111Updated 3 years ago
- Macro for sealing traits and structures☆61Updated last year
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Rust macro to specialize on the type of an expression.☆47Updated 2 years ago
- Rust API stability attributes for the rest of us.☆31Updated last year
- Safe pointer-to-member functionality for rust☆34Updated last year
- Unsafe marker trait for types that deref to a stable address☆34Updated 3 months ago
- Easy and safe destructuring for more types.☆33Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Simple Rust STUN client library for resolving external IP address and port of a UDP socket☆23Updated last month
- ☆77Updated 5 months ago
- ☆56Updated 3 years ago
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago