-
Notifications
You must be signed in to change notification settings - Fork 922
Tracking issue: performance #338
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
Comments
|
Some concrete steps I think would be good to do:
|
I don't know if this is the right place for this, but these are the top 25 function calls I found using callgrind.
Some stats are to be expected, such as the many calls to the |
In order to properly wrap lines even with unicode chars, it is necessary to use |
Nothing much to track yet, and not quite a priority, but we need to do some performance work at some point. Even moderate sized crates take quite some time to format, if we want to be run regularly on large projects, we need to make some improvements and ensure we do not do worse as we get better at formatting.
todo list:
The text was updated successfully, but these errors were encountered: