[Pkg-javascript-commits] [uglifyjs] 184/491: docs: update benchmarks using node 8, add babili (#2218)

Jonas Smedegaard dr at jones.dk
Wed Feb 14 19:51:33 UTC 2018


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.

commit 145874e50401137e573f180e1b36ccb5b547840b
Author: kzc <kzc at users.noreply.github.com>
Date:   Sat Jul 8 12:48:53 2017 -0400

    docs: update benchmarks using node 8, add babili (#2218)
---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index fd142f4..621c524 100644
--- a/README.md
+++ b/README.md
@@ -1032,8 +1032,8 @@ in total it's a bit more than just using UglifyJS's own parser.
 
 ### Uglify Fast Minify Mode
 
-It's not well known, but variable and function name mangling accounts for
-95% of the size reduction in minified code for most javascript - not
+It's not well known, but whitespace removal and symbol mangling accounts
+for 95% of the size reduction in minified code for most javascript - not
 elaborate code transforms. One can simply disable `compress` to speed up
 Uglify builds by 3 to 4 times. In this fast `mangle`-only mode Uglify has
 comparable minify speeds and gzip sizes to
@@ -1042,10 +1042,11 @@ comparable minify speeds and gzip sizes to
 | d3.js | minify size | gzip size | minify time (seconds) |
 | --- | ---: | ---: | ---: |
 | original | 451,131 | 108,733 | - |
-| uglify-js at 3.0.23 mangle=false, compress=false | 316,600 | 85,245 | 0.73 |
-| uglify-js at 3.0.23 mangle=true, compress=false | 220,216 | 72,730 | 1.21 |
-| Butternut 0.4.6 | 217,568 | 72,738 | 1.81 |
-| uglify-js at 3.0.23 mangle=true, compress=true | 212,511 | 71,560 | 4.64 |
+| uglify-js at 3.0.24 mangle=false, compress=false | 316,600 | 85,245 | 0.70 |
+| uglify-js at 3.0.24 mangle=true, compress=false | 220,216 | 72,730 | 1.13 |
+| butternut at 0.4.6 | 217,568 | 72,738 | 1.41 |
+| uglify-js at 3.0.24 mangle=true, compress=true | 212,511 | 71,560 | 3.36 |
+| babili at 0.1.4 | 210,713 | 72,140 | 12.64 |
 
 To enable fast minify mode from the CLI use:
 ```

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list