▲ | mdf a day ago | ||||||||||||||||
There's something about real optimization stories that I find fascinating – particularly the detailed ones including step-by-step improvements and profiling to show how numbers got better. In some way, they are satisfying to read. Nicholas Nethercote's "How to speed up the Rust compiler" writings[1] fall into this same category for me. Any others? | |||||||||||||||||
▲ | ohr a day ago | parent | next [-] | ||||||||||||||||
(Author here) I'm a huge fan of the "How to speed up the Rust compiler" series! I was hoping to capture the same feeling :) | |||||||||||||||||
| |||||||||||||||||
▲ | Voultapher a day ago | parent | prev | next [-] | ||||||||||||||||
Since you seem to enjoy this kind of writing I'd love to get your feedback on something I've written a while back about branchless partitioning [1]. Despite it being content wise the most work to create of the things I've written about the topic, it found much less attention than other things I've written. So far I've wondered if it was maybe too technical? Would love to get an honest opinion. [1] https://github.com/Voultapher/sort-research-rs/blob/main/wri... | |||||||||||||||||
| |||||||||||||||||
▲ | dpacmittal a day ago | parent | prev | next [-] | ||||||||||||||||
I read an article a while ago where the goal is to process a file as fast as possible and the article talks about compressing the data chunks so they fit in L1 cache. The cache misses were slower than compressing and decompressing the data from L1 cache. I've been trying to find that article ever since but I'm not able to. Anyone knows the article I'm talking about? | |||||||||||||||||
▲ | jms55 a day ago | parent | prev | next [-] | ||||||||||||||||
https://pharr.org/matt/blog/2018/07/16/moana-island-pbrt-all | |||||||||||||||||
▲ | a day ago | parent | prev [-] | ||||||||||||||||
[deleted] |