mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Integrating the new 3-stage approach.
This commit is contained in:
@@ -21,3 +21,6 @@ void deallocate_ParsedJson(ParsedJson *pj_ptr);
|
||||
// Parse a document found in buf, need to preallocate ParsedJson.
|
||||
// Return false in case of a failure.
|
||||
bool json_parse(const u8 *buf, size_t len, ParsedJson &pj);
|
||||
|
||||
// like json_parse but users 4 stages, slower.
|
||||
bool json_parse_4stages(const u8 *buf, size_t len, ParsedJson &pj);
|
||||
Reference in New Issue
Block a user