novacrazy / numeric-array
Wrapper around generic-array that adds efficient numeric trait implementations
☆64Updated 8 months ago
Alternatives and similar repositories for numeric-array:
Users that are interested in numeric-array are comparing it to the libraries listed below
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- ☆52Updated 5 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A rust library for checked floating point operations☆81Updated 3 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Judy array implementation in pure Rust☆86Updated 7 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- 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 circular buffer with fixed capacity (Rust).☆104Updated last year
- Rust bindings for Amazon's Hawktracer profiler☆72Updated 4 years ago
- Implementation of triple buffering in Rust☆86Updated last week
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- A flexible thread pool providing scoped and static threads.☆85Updated 6 years ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 6 months ago
- An object pool manager in Rust☆196Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Shred based event handler☆59Updated 2 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- ☆76Updated 2 years ago
- A #[no_std] LinAlg library