8000 GitHub - TurtleSimos/LZSSE: LZ77/LZSS designed for SSE based decompression
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TurtleSimos/LZSSE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZSSE

LZSS designed for a branchless SSE decompression implementation.

Three variants:

  • LZSSE2, for high compression files with small literal runs.
  • LZSSE4, for a more balanced mix of literals and matches.
  • LZSSE8, for lower compression data with longer runs of matches.

About

LZ77/LZSS designed for SSE based decompression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.0%
  • C 9.0%
0