Small documentation tweak
Use "kB" instead of "kb" and include a space between units and the unit symbol. After discussion with @isiahmeadows, make the size more specific too.
This commit is contained in:
parent
0c8ac06e89
commit
843a720f52
4 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ This page aims to provide a comparison between Mithril and some of the most wide
|
|||
|
||||
### Code Size
|
||||
|
||||
One of the most obvious differences between Mithril and most frameworks is in file size: Mithril is around 7kb gzipped and has no dependencies on other libraries.
|
||||
One of the most obvious differences between Mithril and most frameworks is in file size: Mithril is around 7.8 kB gzipped and has no dependencies on other libraries.
|
||||
|
||||
Note that while a small gzipped size can look appealing, that number is often used to "hide the weight" of the uncompressed code: remember that the decompressed Javascript still needs to be parsed and evaluated on every page load, and this cost (which can be in the dozens of milliseconds range for some frameworks in some browsers) cannot be cached.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue