issues
search
fastfloat
/
fast_float
Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis and WebKit/Safari
Apache License 2.0
1.54k
stars
132
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make an intermediate release of fast_float
#222
Coeur
closed
11 months ago
1
Fortran support (with fixes)
#221
lemire
closed
1 year ago
0
Add support for parsing numbers according to JSON format
#220
mayawarrier
closed
1 year ago
5
Allow fast_float to parse strings accepted by the Fortran internal read function.
#219
allenbarnett5
closed
1 year ago
9
Extract the round to even loigic so it can be reused for hex floats.
#218
deadalnix
closed
3 months ago
6
Add CIFuzz workflow
#217
DavidKorczynski
closed
1 year ago
2
Round to even in a branchless fashion.
#216
deadalnix
closed
1 year ago
9
incomplete type is not allowed
#215
breyerml
closed
1 year ago
1
float_common.h: fix possible misuse of comma operator
#214
Coeur
closed
1 year ago
3
Fix for broken MSVC v140 without removing enable_if
#213
mayawarrier
closed
1 year ago
7
Renaming the using for the local type.
#212
lemire
closed
1 year ago
0
warning: C4459: declaration of 'uint' hides global declaration
#211
VioletGiraffe
closed
1 year ago
2
Fix broken msvc v140
#210
Pharago
closed
1 year ago
1
ARM NEON optimization (UTF-16 inputs)
#209
lemire
closed
1 year ago
1
Bumping version.
#208
lemire
closed
1 year ago
0
Add zOS support to float_common.h
#207
v1gnesh
closed
1 year ago
3
float_common.h: Support LoongArch64
#206
zangruochen
closed
1 year ago
1
Add on-release workflow
#205
alugowski
closed
1 year ago
1
Release fastfloat.h does not include BOOST license
#204
alugowski
closed
1 year ago
5
Adding BOOST License.
#203
lemire
closed
1 year ago
3
Adding C++20 tests in CI.
#202
lemire
closed
1 year ago
0
Please bundle Apache 2.0 license in the releases as the license requires
#201
vlsi
closed
1 year ago
2
Make tables external linkage
#200
leni536
closed
1 year ago
4
Fix for broken VS Intellisense
#199
mayawarrier
closed
1 year ago
4
Add opt-in SIMD support for char16_t
#198
mayawarrier
closed
1 year ago
27
Support UTF-16 and UTF-32 inputs
#197
lemire
closed
1 year ago
7
Removing dead code.
#196
lemire
closed
1 year ago
0
simple_decimal_conversion.h can be deleted
#195
nigeltao
closed
1 year ago
1
Fix warnings with -Wundef
#194
aras-p
closed
1 year ago
1
We need to update some of our exhaustive tests to the new API
#193
lemire
closed
1 year ago
1
Added support for the rest of the char types
#192
Pharago
closed
1 year ago
6
Some exhaustive tests fail since version 4.0.0 [Note: This is due to the API change with respect to error reports.]
#191
musicinmybrain
closed
1 year ago
2
Fix subnormal test fails on GCC 9
#190
alugowski
closed
1 year ago
1
Set errc::result_out_of_range on over/underflow
#189
alugowski
closed
1 year ago
10
Compile-time evaluation
#188
lemire
closed
1 year ago
0
If we detect that the compiler supports FASTFLOAT_IS_CONSTEXPR, then let us run the tests automatically.
#187
lemire
closed
1 year ago
0
Fix parsing -0 on clang in non-nearest rounding modes.
#186
leni536
closed
1 year ago
3
Adding more CXX20 testing in CI.
#185
lemire
closed
1 year ago
3
Adds a simple fuzz test
#184
nathaniel-brough
closed
1 year ago
2
Added missing FASTFLOAT_ALLOWS_LEADING_PLUS ifdef check in parse_infnan
#183
filipecosta90
closed
1 year ago
1
Constexpr from_chars
#182
leni536
closed
1 year ago
15
Add my name to CONTRIBUTORS
#181
leni536
closed
1 year ago
0
Constexpr big_int
#180
leni536
closed
1 year ago
3
Simplify to_float
#179
leni536
closed
1 year ago
12
This adds bloat analysis to the tests.
#178
lemire
closed
1 year ago
0
Low-risk C++11 and C++14 constexpr functions
#177
leni536
closed
1 year ago
4
Proof of concept: constexpr from_chars
#176
leni536
closed
1 year ago
2
Trying to extend alpine CI to more systems and fixing legacy issue (x86)
#175
lemire
closed
1 year ago
0
fast_float for x86 fails on basictest
#174
txgk
closed
1 year ago
4
We do not need a fallback.
#173
lemire
closed
1 year ago
0
Previous
Next