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 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 weeks ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- A newtype with alignment of at least `A` bytes☆32Updated this week
- Parser for CARGO_ENCODED_RUSTFLAGS☆17Updated this week
- LZW en- and decoding that goes weeeee!☆29Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 7 months ago
- ☆36Updated last year
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- Unbuffered and unlocked I/O streams☆45Updated 9 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Rust API stability attributes for the rest of us.☆32Updated last year
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated 2 years ago
- Embed images in Rust documentation☆27Updated 4 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Macro for sealing traits and structures☆60Updated last year
- ☆61Updated 2 years ago
- Convert number to enum☆87Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Helps you frob those bits☆41Updated last year
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Faster integer division and modulus operations☆87Updated 5 months ago
- ☆31Updated 5 years ago
- `$crate` in procedural macros.☆78Updated last month
- Cross-platform, endian-aware primitives for Rust☆44Updated 2 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 5 months ago