Still need to streamline number parsing.

This commit is contained in:
Daniel Lemire
2018-11-29 17:56:17 -05:00
parent c1de7662c1
commit ce85dd0c3a
2 changed files with 9 additions and 15 deletions
-1
View File
@@ -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);