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

Word splitting has inefficient representation #1940

Open
andychu opened this issue Apr 11, 2024 · 0 comments
Open

Word splitting has inefficient representation #1940

andychu opened this issue Apr 11, 2024 · 0 comments

Comments

@andychu
Copy link
Contributor

andychu commented Apr 11, 2024

I noticed this when fixing read -n

It uses List[Tuple[span_t, int]] which is like List[Tuple[int, int]] I think (could rename span -> piece_kind or something )

Related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant