Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

emilio
Copy link
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