Skip to content

Instantly share code, notes, and snippets.

@gfx
Last active August 29, 2015 14:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfx/987d7303410923b6fc63 to your computer and use it in GitHub Desktop.
Save gfx/987d7303410923b6fc63 to your computer and use it in GitHub Desktop.

http://d.hatena.ne.jp/gfx/20130521/1369159181 の追試。 as of JSX 0.9.89

title command size ratio
original jsx --release src/jsx-node-front.jsx | wc -c 1697 1.00
minify jsx --release --minify src/jsx-node-front.jsx | wc -c 364 0.21
gcc jsx --release src/jsx-node-front.jsx | closure-compiler | wc -c 703 0.41
gcc/A jsx --release src/jsx-node-front.jsx | closure-compiler --compilation_level ADVANCED_OPTIMIZATIONS | wc -c 345 0.20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment