Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelangelo Jong authored Sep 30, 2016
1 parent a733dbc commit bf89460
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Bars is a light weight high performance templating system. Bars emits DOM rather than DOM-strings, this means the DOM state is preserved even if data updates happen.

| Library | Size | Runtime Size | Emits |
|:------------------|-------:|-------------:|:------------|
| mustache.min.js | 10 KB | 10 KB | DOM-strings |
| bars.min.js | 35 KB | 15 KB | DOM |
| handlebars.min.js | 73 KB | 14 KB | DOM-strings |
| ember.min.js | 419 KB | 173 KB | DOM |
| Library | Size | Runtime Size | Emits |
|:------------------|----------:|-------------:|:------------|
| mustache.min.js | 10 KB | 10 KB | DOM-strings |
| **bars.min.js** | **35 KB** | **15 KB** | **DOM** |
| handlebars.min.js | 73 KB | 14 KB | DOM-strings |
| ember.min.js | 419 KB | 173 KB | DOM |

# What Bars Looks Like

Expand Down

0 comments on commit bf89460

Please sign in to comment.