|
|
hace 4 meses | |
|---|---|---|
| .. | ||
| LICENSE | hace 4 meses | |
| README.md | hace 4 meses | |
| gzip.go | hace 4 meses | |
| huffman_bit_writer.go | hace 4 meses | |
| huffman_code.go | hace 4 meses | |
| token.go | hace 4 meses | |
| writer.go | hace 4 meses | |
This package is a flate/gzip compressor that reuses the matchfinder package that I’ve been developing for brotli. It is copied and adapted from the standard library compress/flate package.