HedgehogInTheCPP
HedgehogInTheCPP
> > > I recently changed some compile time config options into runtime config options. I believe that both worlds would be good. I would prefer if the compile time...
P. S. my current version of the test code is: ` [[assume(_view._Unchecked_end() - _view._Unchecked_begin() >= 1)]]; double val; constexpr auto options{fast_float::chars_format::general | fast_float::chars_format::no_infnan | fast_float::chars_format::disallow_leading_sign}; const auto res = fast_float::from_chars(_view._Unchecked_begin(),...
I added an improvement test with parser emulation. P. S. In real code of mathematical processing engine, my patches also give significant improvements (this is from MSVC, not tested on...
Additionally, you can also test the compilation flag FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN with a file from here https://population.un.org/wpp/downloads?folder=Standard%20Projections&group=CSV%20format — this is a CSV with only positive numbers in there, for example this https://population.un.org/wpp/assets/Excel%20Files/1_Indicator%20(Standard)/CSV_FILES/WPP2024_TotalPopulationBySex.csv.gz
Hmm, I tried to update the brunch, and it's successfully updated, but now this PR isn't updated. What do I need to do? Close this and create a new PR...
> I am not certain of what you mean. The content of a PR a determined by the content of a branch. Now it's probably fine, thank you. I see...
Well, I don't know how to compile basictest.cpp locally, and currently I'm done because it's not any ability to compile tests locally on Windows. If you can upgrade the tests...
Now I have added additional improvements, fixed a warning, and made tests in Linux work again.
@lemire @dalle , can I compile all CI tests locally on the windows?
1.5-2% in the base, and additional more than 10% with defines. 