Viewing profile — matrixanger
matrixanger
HN member- Joined
- Tue, Aug 02, 2016, 2:37 PM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About matrixanger
A normal guy
Recent public activity
-
comment
Comment #24291468
This has a chapter on low level optimisation in Owl: https://ocaml.xyz/book/core-opt.html , which includes how core functions are implemented in C, and how OpenMP is utilised etc. …
-
comment
Comment #12358773
A trivial and tiny little bit improvement: `objdump -d /usr/bin/* | cut -f3 | grep -oE "^[a-z]+" | sort | uniq -c | sort -k -1rn | head -n5` to get the top-5 instructions.
-
comment
Comment #12210261
A similar list: https://prism-break.org