mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Still need to streamline number parsing.
This commit is contained in:
@@ -108,7 +108,6 @@ public:
|
||||
int64_t intval;
|
||||
double doubleval;
|
||||
for (; tapeidx < howmany; tapeidx++) {
|
||||
// printf("\ncounter: %d\n", tapeidx);
|
||||
tape_val = tape[tapeidx];
|
||||
u64 payload = tape_val & JSONVALUEMASK;
|
||||
type = (tape_val >> 56);
|
||||
|
||||
Reference in New Issue
Block a user