On-demand parse implementation

This commit is contained in:
John Keiser
2020-08-13 13:36:20 -07:00
parent 04267e0f6b
commit ebcb3c6b3b
30 changed files with 1897 additions and 19 deletions
@@ -161,4 +161,6 @@ SIMDJSON_WARN_UNUSED error_code dom_parser_implementation::parse(const uint8_t *
} // namespace SIMDJSON_IMPLEMENTATION
} // unnamed namespace
#include "generic/ondemand.h"
#include "haswell/end_implementation.h"