SVI f5825b7a0e Добавление вендоринга il y a 3 ans
..
LICENSE f5825b7a0e Добавление вендоринга il y a 3 ans
README.md f5825b7a0e Добавление вендоринга il y a 3 ans
backward_references.go f5825b7a0e Добавление вендоринга il y a 3 ans
backward_references_hq.go f5825b7a0e Добавление вендоринга il y a 3 ans
bit_cost.go f5825b7a0e Добавление вендоринга il y a 3 ans
bit_reader.go f5825b7a0e Добавление вендоринга il y a 3 ans
block_splitter.go f5825b7a0e Добавление вендоринга il y a 3 ans
block_splitter_command.go f5825b7a0e Добавление вендоринга il y a 3 ans
block_splitter_distance.go f5825b7a0e Добавление вендоринга il y a 3 ans
block_splitter_literal.go f5825b7a0e Добавление вендоринга il y a 3 ans
brotli_bit_stream.go f5825b7a0e Добавление вендоринга il y a 3 ans
cluster.go f5825b7a0e Добавление вендоринга il y a 3 ans
cluster_command.go f5825b7a0e Добавление вендоринга il y a 3 ans
cluster_distance.go f5825b7a0e Добавление вендоринга il y a 3 ans
cluster_literal.go f5825b7a0e Добавление вендоринга il y a 3 ans
command.go f5825b7a0e Добавление вендоринга il y a 3 ans
compress_fragment.go f5825b7a0e Добавление вендоринга il y a 3 ans
compress_fragment_two_pass.go f5825b7a0e Добавление вендоринга il y a 3 ans
constants.go f5825b7a0e Добавление вендоринга il y a 3 ans
context.go f5825b7a0e Добавление вендоринга il y a 3 ans
decode.go f5825b7a0e Добавление вендоринга il y a 3 ans
dictionary.go f5825b7a0e Добавление вендоринга il y a 3 ans
dictionary_hash.go f5825b7a0e Добавление вендоринга il y a 3 ans
encode.go f5825b7a0e Добавление вендоринга il y a 3 ans
encoder_dict.go f5825b7a0e Добавление вендоринга il y a 3 ans
entropy_encode.go f5825b7a0e Добавление вендоринга il y a 3 ans
entropy_encode_static.go f5825b7a0e Добавление вендоринга il y a 3 ans
fast_log.go f5825b7a0e Добавление вендоринга il y a 3 ans
find_match_length.go f5825b7a0e Добавление вендоринга il y a 3 ans
h10.go f5825b7a0e Добавление вендоринга il y a 3 ans
h5.go f5825b7a0e Добавление вендоринга il y a 3 ans
h6.go f5825b7a0e Добавление вендоринга il y a 3 ans
hash.go f5825b7a0e Добавление вендоринга il y a 3 ans
hash_composite.go f5825b7a0e Добавление вендоринга il y a 3 ans
hash_forgetful_chain.go f5825b7a0e Добавление вендоринга il y a 3 ans
hash_longest_match_quickly.go f5825b7a0e Добавление вендоринга il y a 3 ans
hash_rolling.go f5825b7a0e Добавление вендоринга il y a 3 ans
histogram.go f5825b7a0e Добавление вендоринга il y a 3 ans
http.go f5825b7a0e Добавление вендоринга il y a 3 ans
huffman.go f5825b7a0e Добавление вендоринга il y a 3 ans
literal_cost.go f5825b7a0e Добавление вендоринга il y a 3 ans
memory.go f5825b7a0e Добавление вендоринга il y a 3 ans
metablock.go f5825b7a0e Добавление вендоринга il y a 3 ans
metablock_command.go f5825b7a0e Добавление вендоринга il y a 3 ans
metablock_distance.go f5825b7a0e Добавление вендоринга il y a 3 ans
metablock_literal.go f5825b7a0e Добавление вендоринга il y a 3 ans
params.go f5825b7a0e Добавление вендоринга il y a 3 ans
platform.go f5825b7a0e Добавление вендоринга il y a 3 ans
prefix.go f5825b7a0e Добавление вендоринга il y a 3 ans
prefix_dec.go f5825b7a0e Добавление вендоринга il y a 3 ans
quality.go f5825b7a0e Добавление вендоринга il y a 3 ans
reader.go f5825b7a0e Добавление вендоринга il y a 3 ans
ringbuffer.go f5825b7a0e Добавление вендоринга il y a 3 ans
state.go f5825b7a0e Добавление вендоринга il y a 3 ans
static_dict.go f5825b7a0e Добавление вендоринга il y a 3 ans
static_dict_lut.go f5825b7a0e Добавление вендоринга il y a 3 ans
symbol_list.go f5825b7a0e Добавление вендоринга il y a 3 ans
transform.go f5825b7a0e Добавление вендоринга il y a 3 ans
utf8_util.go f5825b7a0e Добавление вендоринга il y a 3 ans
util.go f5825b7a0e Добавление вендоринга il y a 3 ans
write_bits.go f5825b7a0e Добавление вендоринга il y a 3 ans
writer.go f5825b7a0e Добавление вендоринга il y a 3 ans

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 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.