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

Make tests depending on supplemental_test_files optional #233

Closed StefanBruens closed 7 months ago

StefanBruens commented 8 months ago

As the supplemental_test_files are quite large, it is useful to make running the tests depending on it optional.

By default, the tests are kept enabled, but can be switched of by setting FASTFLOAT_SUPPLEMENTAL_TEST=OFF.

Fixes: #232

lemire commented 8 months ago

I expect to merge this once the tests are green.