Live data from Hacker News

Viewing profile — gsathya_hn

gsathya_hn

HN member
Joined
Fri, Apr 29, 2016, 7:42 PM UTC
HN karma
149
Public activity
6 items

About gsathya_hn

No profile information was provided.

Recent public activity

  1. comment
    Comment #26123903

    > Julia uses a method JIT, which are quick to implement, but which makes latency gets bad. Meaning if you load a whole new package, running the first function can cause some delay.…

  2. comment
    Comment #25023868

    The doc is incorrect, `let`(and even `var`) does perform as well as `const` in optimized code (but it comes with performance cliffs, if there is a re-assignment).

  3. story
  4. comment
    Comment #13560834

    Native promises and bluebird use different microtask queues on Node which makes interop incorrect (which is also one of the reasons why bluebird is ES6 spec non compliant). See htt…

  5. story
  6. story