Live data from Hacker News

Viewing profile — Saltor

Saltor

HN member
Joined
Fri, Dec 12, 2014, 9:19 AM UTC
HN karma
23
Public activity
5 items

About Saltor

No profile information was provided.

Recent public activity

  1. comment
    Comment #12616492

    I don't think that the implementation here performs correctly... For example, the following: q := NewPrioq() q.In Prints "Read 20" rather than "Read 30". Furthermore, this input: q…

  2. comment
    Comment #12373347

    This (funny and accessible, don't worry) talk by Gary Bernhardt is what helped me understand asm.js for the first time: https://www.destroyallsoftware.com/talks/the-birth-and-death…

  3. comment
    Comment #11394864

    I'm hopeful that this will lead towards greater unification and innovation, but I can see why people are more likely to bring up "Embrace, Extend, Extinguish" when Microsoft does s…

  4. comment
    Comment #8739348

    I'm not. Is there some performance penalty for using a struct over a 2 element array?

  5. comment
    Comment #8739181

    why would you a 2 element array of int here instead of defining a struct of 2 ints?