SVI c358e0bd73 SVI Переезд репы il y a 4 mois
..
matchfinder c358e0bd73 SVI Переезд репы il y a 4 mois
.gitignore c358e0bd73 SVI Переезд репы il y a 4 mois
LICENSE c358e0bd73 SVI Переезд репы il y a 4 mois
README.md c358e0bd73 SVI Переезд репы il y a 4 mois
backward_references.go c358e0bd73 SVI Переезд репы il y a 4 mois
backward_references_hq.go c358e0bd73 SVI Переезд репы il y a 4 mois
bit_cost.go c358e0bd73 SVI Переезд репы il y a 4 mois
bit_reader.go c358e0bd73 SVI Переезд репы il y a 4 mois
bitwriter.go c358e0bd73 SVI Переезд репы il y a 4 mois
block_splitter.go c358e0bd73 SVI Переезд репы il y a 4 mois
block_splitter_command.go c358e0bd73 SVI Переезд репы il y a 4 mois
block_splitter_distance.go c358e0bd73 SVI Переезд репы il y a 4 mois
block_splitter_literal.go c358e0bd73 SVI Переезд репы il y a 4 mois
brotli_bit_stream.go c358e0bd73 SVI Переезд репы il y a 4 mois
cluster.go c358e0bd73 SVI Переезд репы il y a 4 mois
cluster_command.go c358e0bd73 SVI Переезд репы il y a 4 mois
cluster_distance.go c358e0bd73 SVI Переезд репы il y a 4 mois
cluster_literal.go c358e0bd73 SVI Переезд репы il y a 4 mois
command.go c358e0bd73 SVI Переезд репы il y a 4 mois
compress_fragment.go c358e0bd73 SVI Переезд репы il y a 4 mois
compress_fragment_two_pass.go c358e0bd73 SVI Переезд репы il y a 4 mois
constants.go c358e0bd73 SVI Переезд репы il y a 4 mois
context.go c358e0bd73 SVI Переезд репы il y a 4 mois
decode.go c358e0bd73 SVI Переезд репы il y a 4 mois
dictionary.go c358e0bd73 SVI Переезд репы il y a 4 mois
dictionary_hash.go c358e0bd73 SVI Переезд репы il y a 4 mois
encode.go c358e0bd73 SVI Переезд репы il y a 4 mois
encoder.go c358e0bd73 SVI Переезд репы il y a 4 mois
encoder_dict.go c358e0bd73 SVI Переезд репы il y a 4 mois
entropy_encode.go c358e0bd73 SVI Переезд репы il y a 4 mois
entropy_encode_static.go c358e0bd73 SVI Переезд репы il y a 4 mois
fast_log.go c358e0bd73 SVI Переезд репы il y a 4 mois
find_match_length.go c358e0bd73 SVI Переезд репы il y a 4 mois
h10.go c358e0bd73 SVI Переезд репы il y a 4 mois
h5.go c358e0bd73 SVI Переезд репы il y a 4 mois
h6.go c358e0bd73 SVI Переезд репы il y a 4 mois
hash.go c358e0bd73 SVI Переезд репы il y a 4 mois
hash_composite.go c358e0bd73 SVI Переезд репы il y a 4 mois
hash_forgetful_chain.go c358e0bd73 SVI Переезд репы il y a 4 mois
hash_longest_match_quickly.go c358e0bd73 SVI Переезд репы il y a 4 mois
hash_rolling.go c358e0bd73 SVI Переезд репы il y a 4 mois
histogram.go c358e0bd73 SVI Переезд репы il y a 4 mois
http.go c358e0bd73 SVI Переезд репы il y a 4 mois
huffman.go c358e0bd73 SVI Переезд репы il y a 4 mois
literal_cost.go c358e0bd73 SVI Переезд репы il y a 4 mois
memory.go c358e0bd73 SVI Переезд репы il y a 4 mois
metablock.go c358e0bd73 SVI Переезд репы il y a 4 mois
metablock_command.go c358e0bd73 SVI Переезд репы il y a 4 mois
metablock_distance.go c358e0bd73 SVI Переезд репы il y a 4 mois
metablock_literal.go c358e0bd73 SVI Переезд репы il y a 4 mois
params.go c358e0bd73 SVI Переезд репы il y a 4 mois
platform.go c358e0bd73 SVI Переезд репы il y a 4 mois
prefix.go c358e0bd73 SVI Переезд репы il y a 4 mois
prefix_dec.go c358e0bd73 SVI Переезд репы il y a 4 mois
quality.go c358e0bd73 SVI Переезд репы il y a 4 mois
reader.go c358e0bd73 SVI Переезд репы il y a 4 mois
ringbuffer.go c358e0bd73 SVI Переезд репы il y a 4 mois
state.go c358e0bd73 SVI Переезд репы il y a 4 mois
static_dict.go c358e0bd73 SVI Переезд репы il y a 4 mois
static_dict_lut.go c358e0bd73 SVI Переезд репы il y a 4 mois
symbol_list.go c358e0bd73 SVI Переезд репы il y a 4 mois
transform.go c358e0bd73 SVI Переезд репы il y a 4 mois
utf8_util.go c358e0bd73 SVI Переезд репы il y a 4 mois
util.go c358e0bd73 SVI Переезд репы il y a 4 mois
write_bits.go c358e0bd73 SVI Переезд репы il y a 4 mois
writer.go c358e0bd73 SVI Переезд репы il y a 4 mois

README.md

This package is a brotli compressor and decompressor implemented in Go. It was translated from the reference implementation (https://github.com/google/brotli) with the c2go tool at https://github.com/andybalholm/c2go.

I have been working on new compression algorithms (not translated from C) in the matchfinder package. You can use them with the NewWriterV2 function. Currently they give better results than the old implementation (at least for compressing my test file, Newton’s Opticks) on levels 2 to 6.

I am using it in production with https://github.com/andybalholm/redwood.

API documentation is found at https://pkg.go.dev/github.com/andybalholm/brotli?tab=doc.