Viewing profile — gsathya_hn
gsathya_hn
HN member- Joined
- Fri, Apr 29, 2016, 7:42 PM UTC
- HN karma
- 149
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About gsathya_hn
No profile information was provided.
Recent public activity
-
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.…
-
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).
- story
-
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…
- story
- story