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

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.