Coder Social home page Coder Social logo

pinch's Introduction

Pinch

This was a quick little experiment to see how well Javascript could compress if its AST was serialized into a compact binary form.

Tested on React DOM, minified.

The un-compressed (no Gzip nor Brotli) results were pretty good - about 28% less than the original.

However, Gzip and Brotli compression performed worse than on the original, to nobody's surprise.

This wasn't a super serious or scientific test, I just wanted to see what would happen.

Final results (.p.js extension is the "pinched" version):

120585 react.js
 34550 react.js.br
 39617 react.js.z
 88257 react.p.js
 37335 react.p.js.br
 43357 react.p.js.z

Released into the Public Domain or CC0 or MIT, whichever one floats your boat.

pinch's People

Contributors

qix- avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.