Skip to content

Switch tokenizer to use a pointer rather than index for position tracking#381

Closed
emilio wants to merge 1 commit intomainfrom
slice-iter
Closed

Switch tokenizer to use a pointer rather than index for position tracking#381
emilio wants to merge 1 commit intomainfrom
slice-iter

Conversation

@emilio
Copy link
Copy Markdown
Member

@emilio emilio commented Apr 7, 2024

Fixes #210. Posted for posterity since it seems a regression at least in some of our benchmarks, and would need more work.

…king.

Fixes #210. Posted for posterity since it seems a regression at least in
some of our benchmarks, and would need more work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider using a pointer offset instead of a slice and integer position

1 participant