samccone / The-cost-of-transpiling-es2015-in-2016

Investigating the overhead cost of compiled es2015
1.34k stars 37 forks source link

Add brotli compression #26

Closed nstepien closed 8 years ago

nstepien commented 8 years ago

Anyone obsessed with saving bytes should be curious to know what brotli can offer, so I added it to the size task using brotli 0.3.0 installed via Homebrew. Brotli-compressed files can already be served to Firefox. Support in Chrome stable will come soon enough.

Some of the results differ from yours on my machine for some reason, I decided to include them anyway.

make babel and make babelify gave the exact same file size, I haven't looked deep into it.

samccone commented 8 years ago

oh this is awesome @MayhemYDG :)