hello, piotrrzysko.
In class of SimdJsonParser, bitIndexes will be reset twice each time json is parsed.
once in the function of reset, another in the function of stage1, for bitIndexes variable of SimdJsonParser equal to bitIndexes variable of StructuralIndexer. so maybe we can reset once.
hello, piotrrzysko. In class of SimdJsonParser, bitIndexes will be reset twice each time json is parsed. once in the function of reset, another in the function of stage1, for bitIndexes variable of SimdJsonParser equal to bitIndexes variable of StructuralIndexer. so maybe we can reset once.