Skip to content

dargor0/pyfastlz-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyfastlz-native

This is a native python3 implementation of the FastLZ algorithm (more info in Lempel-Ziv 77 algorithm).

Currently it only implements decompression.

Usage

import fastlz_native

comp_data = bytes(raw_data)
decompressed = fastlz_native.fastlz_decompress(comp_data)

Expected format

This implementation expects the decompressed size in bytes in the first uint32_t chunk.

About

FastLZ implementation in native python3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages