https://github.com/scriptedalchemy/diet-data
Brings Brotli level compression to all browsers.
https://github.com/scriptedalchemy/diet-data
Last synced: 3 months ago
JSON representation
Brings Brotli level compression to all browsers.
- Host: GitHub
- URL: https://github.com/scriptedalchemy/diet-data
- Owner: ScriptedAlchemy
- License: mit
- Created: 2017-03-23T14:13:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T23:37:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T01:22:51.172Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diet Data
Brings Brotli level compression to all browsers.
As of right now this is a work in progress upgrade to my previous compression system. The idea is that i want brotli or better levels of compression.
The idea is through a method I call *algorythem stacking*. Pretty much take non web compression algorythems, store the binary in a efficent string of some kind, then optimize the string if possible, and finally send the file to the client of some transport layer such as gzip. Compressing a already compressed file to get an even more compressed result.
The main compression I am using right now is some flavor of LZMA-D. However, if anyone could supply a Zstandard decompressor that runs in the browser... Id love to move to that :)