C++ double-to-string conversion benchmark
-
Updated
Aug 2, 2026 - C++
C++ double-to-string conversion benchmark
High-performance SIMD library for Go with AVX/NEON support
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array.
Copy all or part of a matrix A to another matrix B.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Interchange two double-precision floating-point vectors.
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
Calculate the minimum value of a double-precision floating-point strided array.
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Calculate the maximum value of a double-precision floating-point strided array.
To associate your repository with the float64 topic, visit your repo's landing page and select "manage topics."