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

Allow testing withouth supplemental_test_files #232

Closed StefanBruens closed 9 months ago

StefanBruens commented 10 months ago

The test cases not depending on the supplemental_test_files already provide quite good coverage.

As the supplemental_test_files are 90 MByte (260 MByte uncompressed), the possibility to build and test without it would be very welcome.

lemire commented 10 months ago

Sure. We can allow the option of disabling these tests.