bluss / fast-floatsLinks
Experimental (unstable) “fast-math” wrappers for f32, f64
☆20Updated 4 years ago
Alternatives and similar repositories for fast-floats
Users that are interested in fast-floats are comparing it to the libraries listed below
Sorting:
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- (More or less) accurate floating point algorithms☆57Updated last year
- Faster integer division and modulus operations☆88Updated 6 months ago
- ☆61Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A procedural macro implementation of `quote!`.☆24Updated 2 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 months ago
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- Lossless functionality for platform-native strings.☆74Updated 6 months ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Better reference counted strings for Rust☆139Updated last year
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- Fast functions for printing floating-point primitives to a decimal string☆136Updated 2 weeks ago
- Crunchy unroller - deterministically unroll constant loops☆50Updated 6 months ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 3 months ago
- Token tree calling convention☆82Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- ☆62Updated last year
- ☆46Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets☆64Updated 4 years ago
- A tool for finding large memcpy's in llvm ir☆61Updated 6 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago