A JavaScript Optimizing Compiler
JavaScript to C++ to faster JavaScript. Benchmarks included. (more…)
Read more »Let’s say you have a search feature on your website that you want to live-update while the user types. The naive implementation would be to send a query to your server on every keystroke. This quickly falls apart, however, because users easily type faster… Read more