Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active August 20, 2016 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolanlawson/511e0ce09fed29fed040bb8673777ec5 to your computer and use it in GitHub Desktop.
Save nolanlawson/511e0ce09fed29fed040bb8673777ec5 to your computer and use it in GitHub Desktop.
bundle sizes (updated, added rjs and rjs-almond and used gzip -9 and webpack -p)

ungzipped:

100 modules 1000 modules 5000 modules
browserify 7982 79987 419985
browserify-collapsed 5786 57991 309982
webpack 3955 39057 203054
rollup 671 6971 38968
closure 758 7958 43955
rjs 29181 136286 628295
rjs-almond 14459 121562 613572

gzipped:

100 modules 1000 modules 5000 modules
browserify 1650 13779 63554
browserify-collapsed 1464 11837 55536
webpack 688 4835 24603
rollup 300 2145 11523
closure 302 2140 11807
rjs 7931 19007 62665
rjs-almond 2703 13151 56107
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment