The Daily Shaarli

All links of one day in a single page.

May 4, 2017

ESBench

Shareable JavaScript Benchmarking

  • Built-in ES2015 support, powered by Babel
  • Statistically significant benchmarks, powered by Benchmark.js
Prepack

Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack replaces the global code of a JavaScript bundle with equivalent code that is a simple sequence of assignments. This gets rid of most intermediate computations and object allocations.