dtolnay / dtoaLinks
Fast functions for printing floating-point primitives to a decimal string
☆125Updated 2 weeks ago
Alternatives and similar repositories for dtoa
Users that are interested in dtoa are comparing it to the libraries listed below
Sorting:
- docs.rs as a publishing platform?☆68Updated 2 weeks ago
- Automatic cfg for Rust compiler features☆95Updated last week
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated last week
- The simd optimized escape code☆54Updated this week
- Rust fast `&[u8]` to integer parser☆52Updated this week
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Utilities for pinning☆97Updated last year
- A simple map based on a vector for small integer keys☆65Updated 6 months ago
- A simple bitset container for Rust☆142Updated last month
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 6 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 11 months ago
- ☆49Updated 3 months ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- ☆58Updated 2 weeks ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Semantic wrapper for byte count representations☆136Updated 2 months ago
- Generic Atomic<T> type for Rust☆235Updated last year
- Better reference counted strings for Rust☆126Updated 10 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 2 years ago
- Async stream for Rust and the futures crate.☆183Updated 3 weeks ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- ☆72Updated 2 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- (lifetime) GATs on stable Rust☆58Updated last year