Skip to content

JCALG1 compression algorithm (LZSS derivative). Legacy from 1999. x86 assembly.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

jeremycollake/jcalg1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcalg1

JCALG1 compression algorithm (LZSS derivative). Legacy from 1999. x86 assembly.

(c)1999-2003 Jeremy Collake [email protected]

LICENSE: MIT

SYNOPSIS: JCALG1 is a lossless compression algorithm loosely based on LZSS. It is written entirely in x86 assembly. It compresses very well, though is slow to compress. Decompression is as rapid as any other LZ77 derivative. It has a unique ability to handle pre-compressed or high entropy data.

See https://bitsum.com/portfolio/jcalg1/ for more info

About

JCALG1 compression algorithm (LZSS derivative). Legacy from 1999. x86 assembly.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published