Live data from Hacker News

Viewing profile — joe_loser

joe_loser

HN member
Joined
Sat, Aug 27, 2016, 12:52 PM UTC
HN karma
5
Public activity
2 items

About joe_loser

Software engineer, mathematician, and philomath interested in low-level systems, high-performance library development, and any intersecting domain of computer science and math with hard problems.

I enjoy writing modern C++.

Recent public activity

  1. comment
    Comment #15253992

    Yeah, plus the if branches are runtime-checks instead of the if-constexpr approach

  2. comment
    Comment #14880908

    The book "Engineering a Compiler" ( https://www.amazon.com/Engineering-Compiler-Second-Keith-Coo... ) is a good resource and reference; I keep it on my desk at work. Like other com…