Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Benchmark showing the cost of various bundlers (repo locked 🔒)
https://github.com/nolanlawson/cost-of-small-modules

Last synced: about 2 months ago
JSON representation

Benchmark showing the cost of various bundlers (repo locked 🔒)

Awesome Lists containing this project

README

        

cost-of-small-modules
=========

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

**🔒 Update:** This benchmark is locked because I believe it has served its purpose in my 2016 blog post. I don't intend to maintain it or update it any further.

[Blog post](https://nolanlawson.com/2016/08/15/the-cost-of-small-modules/)

Changes since the blog post was published
----

- use `webpack -p` ([#6](https://github.com/nolanlawson/cost-of-small-modules/pull/6))
- use `gzip -9` ([#7](https://github.com/nolanlawson/cost-of-small-modules/pull/7))
- add RequireJS and RequireJS+Almond ([#5](https://github.com/nolanlawson/cost-of-small-modules/pull/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