novacrazy / numeric-arrayLinks
Wrapper around generic-array that adds efficient numeric trait implementations
☆64Updated last year
Alternatives and similar repositories for numeric-array
Users that are interested in numeric-array are comparing it to the libraries listed below
Sorting:
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆82Updated last month
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆79Updated 2 months ago
- ☆77Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- ☆53Updated 5 years ago
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- An object pool manager in Rust☆197Updated 4 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated 2 months ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- A crate with indexed arenas with small memory footprint☆78Updated last year
- Array helpers for Rust's Vector and String types☆77Updated 2 years ago
- Implementation of triple buffering in Rust☆89Updated 3 weeks ago
- Hierarchical bit set container☆126Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 3 months ago
- (More or less) accurate floating point algorithms☆58Updated last year
- Floating point approximate comparison for Rust☆64Updated 6 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆60Updated 10 months ago
- Custom derivation macro for Rust☆113Updated 7 years ago