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