Speeding up rustc by being lazy(davidlattimore.github.io) |
Speeding up rustc by being lazy(davidlattimore.github.io) |
The duplicate function checker tool is nifty too, 9% of my release build is duplicate functions. As mentioned in the article there are ways to bring this down if you can accept the trade offs.
https://github.com/davidlattimore/wild
https://github.com/davidlattimore/duplicate-function-checker