datalust / squirrel-json

A vectorized JSON parser for pre-validated, minified documents
Apache License 2.0
82 stars 3 forks source link

Rename 'mask' to 'index' #3

Closed KodrAus closed 4 years ago

KodrAus commented 4 years ago

The "index" terminology is more accurate, since we use a mask to create these values, but they're used as indexes to shift through the input.