Skip to content

klauspost/compress-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of compression libraries for Go

Introduction

This repository stores a collection of compression related libraries.

NOTE: This package is in active development. As such, there are no guarantees about the stability of the API. The author reserves the right to arbitrarily break the API for any reason.

Installation

Run the command:

go get github.com/dsnet/compress

Packages

  • brotli: Package brotli implements the Brotli format, described in RFC XXXX.
  • flate: Package flate implements the DEFLATE format, described in RFC 1951.

About

Collection of compression related Go packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%