@Aissen@social.treehouse.systems
Post #1560396
2026-03-27 10:46 UTC
Initially, performance for clippy wasn't a priority. There are a lot (600+) of lints. Alejandra optimized all of this.
#RustInParis
Replies (1)
-
@Aissen@social.treehouse.systems 2026-03-27 10:48
For profiling clippy, which runs multiple processes (including rustc), Alejandra settled on valgrind's callgrind after trying many tools. #RustInParis