Wrote a new post about wormholes in JavaScript. How to make things go faster by understanding how computers work
https://www.nearform.com/blog/wormholes-in-javascript …
-
-
Replying to @mafintosh
Nice write-up! We should talk about the chicken-egg problem here: ``` // when BigInts are optimised in JavaScript, we could use a BigInt64Array. ``` IMHO it’s the other way around.
1 reply 0 retweets 2 likes -
Replying to @mathias @mafintosh
Ideally, JS engines optimize for real-world coding patterns. By using modern features in an idiomatic way, you force JS engines to improve their performance for those patterns.
2 replies 3 retweets 15 likes
Replying to @mathias @mafintosh
TL;DR Please don’t avoid modern features by default. By default, use them whenever it makes sense to you. If a particular pattern turns out to be a perf bottleneck, let us know.
6:10 AM - 5 Sep 2018
0 replies
4 retweets
16 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.