Skip to content

cyberdelia/lz4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lz4

lz4 implements reading and writing of lz4 format compressed files for Go, following lz4 stream format. It uses the lz4 C library underneath.

Installation

Download and install:

$ go get github.com/cyberdelia/lz4

Add it to your code:

import "github.com/cyberdelia/lz4"

Command line tool

Download and install:

$ go get github.com/cyberdelia/lz4/cmd/lz4

Compress and decompress:

$ lz4 testdata/pg135.txt
$ lz4 -d testdata/pg135.txt.lz4

About

lz4 implements reading and writing of lz4 format compressed file or stream

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages