novacrazy / numeric-arrayLinks
Wrapper around generic-array that adds efficient numeric trait implementations
☆64Updated 2 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☆83Updated 4 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- ☆53Updated 6 years ago
- ☆78Updated 2 years ago
- Rust library providing a counter-based thread barrier☆58Updated 7 years ago
- An object pool manager in Rust☆199Updated 4 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- Implementation of triple buffering in Rust☆102Updated 2 weeks ago
- Floating point approximate comparison for Rust☆65Updated 10 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆81Updated 5 months ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- A typesafe store keyed by types and containing different types of values.☆180Updated 6 years ago
- Rust bindings for Amazon's Hawktracer profiler☆74Updated 5 years ago
- Fast and simple file reading for Rust☆39Updated 3 weeks ago
- (More or less) accurate floating point algorithms☆57Updated last year
- Thermite SIMD: Melt your CPU☆155Updated last week
- Array helpers for Rust's Vector and String types☆78Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 3 years ago