novacrazy / numeric-array
Wrapper around generic-array that adds efficient numeric trait implementations
☆64Updated 10 months ago
Alternatives and similar repositories for numeric-array
Users that are interested in numeric-array are comparing it to the libraries listed below
Sorting:
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆81Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A rust library for checked floating point operations☆81Updated 4 months ago
- Safely combine results☆81Updated 8 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 5 years ago
- ☆76Updated 2 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- ☆52Updated 5 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 7 months ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- An object pool manager in Rust☆196Updated 3 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- Making floating-point behave.☆79Updated 5 months ago
- A flexible thread pool providing scoped and static threads.☆85Updated 6 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Custom derivation macro for Rust☆111Updated 7 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 9 months ago
- Run closures in parallel☆113Updated 3 months ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Lock free bounded non blocking pub sub queue☆76Updated 4 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago