Skip to content
/ LZ77 Public

[EN] Implementation of the LZ77 compression algorithm / [FR] Implémentation de l'algorithme de compression LZ77

License

Notifications You must be signed in to change notification settings

fbonhomm/LZ77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

LZ77

[EN] Implementation of the LZ77 compression algorithm

[FR] Implémentation de l'algorithme de compression LZ77

Explanation

Technology

Usage

CLI:

go test -v ./test

CODE:

import "github.com/fbonhomm/LZ77/source"

var lz77 = LZ77.init()

dataCompress := lz77.Compression([]byte("..."))

rawData := lz77.Decompression(dataCompress)

Links

About

[EN] Implementation of the LZ77 compression algorithm / [FR] Implémentation de l'algorithme de compression LZ77

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages