Skip to content

wcroachie/multi-ABS-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

- what does multi-ABS mean? i made it up. it means multiple-adjacent-byte-substitution
- how does it work? it searches a string for the most common adjacent byte pairings and replaces them with an unused single byte. it appends to a dictionary. in this version, it is designed to decode itself at runtime, so it can be evalled.
- what do i use this for? i currently do not have a use for it. originally i wanted to make something to minify code quickly, until i found out what gzip was.
- what is this for? i dont know. it seems like it could be useful.
- it's evil

About

an evil javascript minifier. i wrote a small algorithm for compressing strings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published