Live data from Hacker News

Viewing profile — matrixanger

matrixanger

HN member
Joined
Tue, Aug 02, 2016, 2:37 PM UTC
HN karma
4
Public activity
3 items

About matrixanger

A normal guy

Recent public activity

  1. 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. …

  2. 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.

  3. comment
    Comment #12210261

    A similar list: https://prism-break.org