Skip to content

yoavweiss/url_compression_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLs: How do they compress? Do they compress? Let's find out!

This repo is an extremely simple experiment to compress URLs (using GZIP and Brotli) and report the results of that compression operation.

Simply run ./generate_urls.sh and it will output the results.

What does the script do?

The script looks at the list of package URLs in packages.txt (taken from npm.js' most depended packages). It then installs those modules, gathers a list of their URLs, compresses them and outputs the per URL results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages