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 and WebKit/Safari
Apache License 2.0
1.35k stars 124 forks source link

6.1.0 release asset is from an older version #242

Closed englercj closed 6 months ago

englercj commented 6 months ago

It looks like the recent 6.1.0 release has an older version of the amalgamated header attached. It is missing changes that are included in the 6.1.0 tag. You can see that it has a date that does not match the date the release was created.

Particularly for my case v6.1.0 include this code but the header asset attached to the release does not.

image
lemire commented 6 months ago

Refreshed from the git repo.

lemire commented 6 months ago

Closing.

englercj commented 6 months ago

Looks correct now, thanks for the swift response!