Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
First comments on top threads
HN comment orderI got a ton of value from this book. It actually pushed me to dive deeper into profiling and eventually start building Rust perf tooling of my own https://github.com/pawurb/hotpath-rs
Nicholas Nethercote is, of course, the author of the "How to speed up the Rust compiler" series of articles [1], which I found fascinating. He spent quite some time at Mozilla optimizing rustc internals. Kudos for his work, and for making Rust compilation faster for all of us. ^[1]: https://blog.mozilla.org/nnethercote/category/rust/
Previous discussions: https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...
Section 8 "Heap allocations": > Heap allocations are moderately expensive. The exact details depend on which allocator is in use, but each allocation (and deallocation) typically involves acquiring a global lock, doing some non-trivial data structure manipulation, and possibly executing a system call. One sure hopes it doesn't take a global lock for each allocation; I don't think jemalloc does.
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
- Breakout years
- 2
- Total points
- 514
- Total comments
- 80
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2020-11-17 | The Rust Performance BookFirst breakout | walterbell | 153 | 19 |
| 2023-02-21 | The Rust Performance Book | signa11 | 64 | 1 |
| 2023-04-20 | The Rust Performance Book (2020) | cwaffles | 84 | 27 |
| 2025-11-19 | The Rust Performance Book (2020)Best thread · Latest 20+ point return | vinhnx | 213 | 33 |
