mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
new number parsing (#1222)
* Remove our dependency on strtod_l by bundling our own slow path. * Ok. Let us drop strtod entirely. * Trimming down the powers to -342. * Removing useless line. * Many more comments. * Adding some DLL exports. * Let the gods help those who rely on windows+gcc. * Marking the subnormals as unlikely. This is pretty much "performance neutral", but it might help just a bit with twitter.json.
This commit is contained in:
@@ -4,6 +4,7 @@ SIMDJSON_PUSH_DISABLE_WARNINGS
|
||||
SIMDJSON_DISABLE_UNDESIRED_WARNINGS
|
||||
|
||||
#include "to_chars.cpp"
|
||||
#include "from_chars.cpp"
|
||||
#include "internal/error_tables.cpp"
|
||||
#include "internal/jsoncharutils_tables.cpp"
|
||||
#include "internal/numberparsing_tables.cpp"
|
||||
|
||||
Reference in New Issue
Block a user