Explore >> Select a destination


You are here

halobates.de
| | www.brendangregg.com
2.8 parsecs away

Travel
| | Investigating Java warmup performance using flame graphs and the Linux perf profiler.
| | shuheikagawa.com
3.7 parsecs away

Travel
| | A personal website of Shuhei Kagawa. I write mostly on web technologies and life.
| | lwn.net
0.8 parsecs away

Travel
| | Tracing is a technique that is used for both performance analysis and debugging. A tracer gen [...]
| | keyj.emphy.de
28.6 parsecs away

Travel
| [AI summary] The article discusses the process of creating ultra-small Windows executables by optimizing the PE (Portable Executable) format. KeyJ, the author, details various techniques such as removing sections, collapsing headers, and using hash-based import lookups to minimize the executable size. The article also includes comments from readers discussing the challenges and successes of these optimizations, as well as the importance of compatibility across different Windows versions. The final executable size is reduced to around 268 bytes, and the author acknowledges the trade-offs between size and compatibility.