Viewing profile — Saltor
Saltor
HN member- Joined
- Fri, Dec 12, 2014, 9:19 AM UTC
- HN karma
- 23
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About Saltor
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #8739348
I'm not. Is there some performance penalty for using a struct over a 2 element array?
-
comment
Comment #8739181
why would you a 2 element array of int here instead of defining a struct of 2 ints?