mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Trying with just a unified stage 3.
This commit is contained in:
+2
-2
@@ -40,12 +40,12 @@ bool json_parse(const uint8_t *buf, size_t len, ParsedJson &pj, bool reallocifne
|
||||
}
|
||||
}
|
||||
bool isok = find_structural_bits(buf, len, pj);
|
||||
if (isok) {
|
||||
/*if (isok) {
|
||||
isok = flatten_indexes(len, pj);
|
||||
} else {
|
||||
if(reallocated) free((void*)buf);
|
||||
return false;
|
||||
}
|
||||
}*/
|
||||
if (isok) {
|
||||
isok = unified_machine(buf, len, pj);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user