How to speed up the Rust compiler one last time
blog.mozilla.org
How to speed up the Rust compiler one last time
1–10 of 61 posts
Re: How to speed up the Rust compiler one last time
#2If there are any smart rust-using company, they should definitely hire nnethercote to continue their excellent work!
Re: How to speed up the Rust compiler one last time
#3> It’s rare that a single micro-optimization is a big deal, but dozens and dozens of them are. Persistence is key
Persistence is work. Mozilla is cutting the people who put in the work of staving off bitrot
Re: How to speed up the Rust compiler one last time
#4Re: How to speed up the Rust compiler one last time
#5Re: How to speed up the Rust compiler one last time
#6Nicholas Nethercote didn't just speed up Rust. He went in & did the dirty work of dredging through Firefox profiling > It’s rare that a single micro-optimization is a big deal, but dozens and dozens of them are. Persistence is key Persistence is work. Mozilla is cutting the people who put in the work of staving off bitrot
To clarify: I am still at Mozilla! But I will be working fully on Firefox for the foreseeable future. I have edited the opening paragraph of the post to make this clearer.
Re: How to speed up the Rust compiler one last time
#7Re: How to speed up the Rust compiler one last time
#8Nicholas Nethercote didn't just speed up Rust. He went in & did the dirty work of dredging through Firefox profiling > It’s rare that a single micro-optimization is a big deal, but dozens and dozens of them are. Persistence is key Persistence is work. Mozilla is cutting the people who put in the work of staving off bitrot
Thank you for the kind words. To clarify: I am still at Mozilla! But I will be working fully on Firefox for the foreseeable future. I have edited the opening paragraph of the post to make this clearer.
Re: How to speed up the Rust compiler one last time
#9Re: How to speed up the Rust compiler one last time
#10IMO compiler speed still remains the main ergonomics hurdle in developing Rust software.