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

Lots of allocations caused by blank_space() #141

Open
jrmuizel opened this issue Mar 13, 2021 · 1 comment
Open

Lots of allocations caused by blank_space() #141

jrmuizel opened this issue Mar 13, 2021 · 1 comment

Comments

@jrmuizel
Copy link
Contributor

jrmuizel commented Mar 13, 2021

a single call to blank_space() can end up heap allocating mutiple VerboseErrors and since it shows up in lots of places we end up doing unnecessary allocations all over the place.

@hadronized
Copy link
Owner

That can indeed be an issue. I’ll have a look if I can find time by the end of the week.

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

No branches or pull requests

2 participants