Saturday, February 28, 2015
Friday, February 27, 2015
Thursday, February 26, 2015
Sunday, February 22, 2015
Saturday, February 21, 2015
Daily Tag 02/22/2015
-
Google SoundScript: faster OOP for JavaScript
"Conclusion The division of labor is clear: Use asm.js if you need to crunch numbers. Use SoundScript if you need fast OOP. Further optimizations for storing objects efficiently are being worked on (e.g. Typed Objects). Use JavaScript for everything else. Then you get maximum flexibility and static typing (should you desire it) is completely optional [4]. SoundScript is still in its very early stages. What matters is that Google experiments with making JavaScript OOP faster. How SoundScript is integrated with JavaScript can still be tweaked later. Random idea of mine: Instead of marking code via "use stricter" and "use stricter+types", it may be feasible to use ES6 modules in some way. Further reading “Javascript at the speed of light” by Dmitry Lomov (slides) “Explaining JavaScript VMs in JavaScript – Inline Caches” by Vyacheslav “Mr. Aleph” Egorov http://mrale.ph/blog/2012/06/03/explaining-js-vms-in-js-inline-caches.html asm.js: closing the gap between JavaScript and nativ"
tags: soundscript javascript
Wednesday, February 18, 2015
Tuesday, February 17, 2015
Daily Tag 02/18/2015
Monday, February 16, 2015
Friday, February 13, 2015
Tuesday, February 10, 2015
Sunday, February 8, 2015
Daily Tag 02/09/2015
-
Cross-Host linking using ambassador containers - Docker Documentation
tags: docker link embassador
- This pattern also allows you to transparently move the Redis server to a different docker host from the consumer.
-