thomcc / atomic_floatLinks
Floating point types which can be safely shared between threads
☆21Updated 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 last week
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- A newtype with alignment of at least `A` bytes☆32Updated 8 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Embed images in Rust documentation☆27Updated 4 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last week
- Defer running expensive destructors until later☆19Updated 3 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Crunchy unroller - deterministically unroll constant loops☆48Updated 3 months ago
- Macro for sealing traits and structures☆59Updated 10 months ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Rust API stability attributes for the rest of us.☆32Updated last year
- LZW en- and decoding that goes weeeee!☆27Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- A sinless derive helper☆75Updated 3 months ago
- Efficient byte-stream pipe buffer☆43Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated 11 months ago
- ☆36Updated last year
- ☆31Updated 5 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year