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