aickin / cost-of-small-modules

Benchmark showing the performance cost of various bundlers given different numbers of modules

Home Page:https://nolanlawson.github.io/cost-of-small-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cost-of-small-modules

A benchmark demonstrating the performance hit of different module bundlers, given different numbers of modules.

Blog post

Changes since the blog post was published

  • use webpack -p (#6)
  • use gzip -9 (#7)
  • add RequireJS and RequireJS+Almond (#5)

Build

Check out the code, then:

npm install

To rebuild:

npm run build

To serve locally:

npm run serve

To publish to gh-pages:

npm run publish-site

About

Benchmark showing the performance cost of various bundlers given different numbers of modules

https://nolanlawson.github.io/cost-of-small-modules


Languages

Language:Shell 44.7%Language:JavaScript 39.7%Language:HTML 15.6%