You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-fork-majority-judgment/vendor/github.com/andybalholm/brotli
6543 12a1f914f4
Vendor Update Go Libs (#13166)
4 years ago
..
LICENSE Dump: add output format tar and output to stdout (#10376) 4 years ago
README.md Vendor Update Go Libs (#13166) 4 years ago
backward_references.go Vendor Update Go Libs (#13166) 4 years ago
backward_references_hq.go Vendor Update Go Libs (#13166) 4 years ago
bit_cost.go Dump: add output format tar and output to stdout (#10376) 4 years ago
bit_reader.go Dump: add output format tar and output to stdout (#10376) 4 years ago
block_splitter.go Vendor Update Go Libs (#13166) 4 years ago
block_splitter_command.go Vendor Update Go Libs (#13166) 4 years ago
block_splitter_distance.go Dump: add output format tar and output to stdout (#10376) 4 years ago
block_splitter_literal.go Dump: add output format tar and output to stdout (#10376) 4 years ago
brotli_bit_stream.go Vendor Update Go Libs (#13166) 4 years ago
cluster.go Dump: add output format tar and output to stdout (#10376) 4 years ago
cluster_command.go Dump: add output format tar and output to stdout (#10376) 4 years ago
cluster_distance.go Dump: add output format tar and output to stdout (#10376) 4 years ago
cluster_literal.go Dump: add output format tar and output to stdout (#10376) 4 years ago
command.go Vendor Update Go Libs (#13166) 4 years ago
compress_fragment.go Vendor Update Go Libs (#13166) 4 years ago
compress_fragment_two_pass.go Vendor Update Go Libs (#13166) 4 years ago
constants.go Dump: add output format tar and output to stdout (#10376) 4 years ago
context.go Dump: add output format tar and output to stdout (#10376) 4 years ago
decode.go Dump: add output format tar and output to stdout (#10376) 4 years ago
dictionary.go Dump: add output format tar and output to stdout (#10376) 4 years ago
dictionary_hash.go Dump: add output format tar and output to stdout (#10376) 4 years ago
encode.go Vendor Update Go Libs (#13166) 4 years ago
encoder_dict.go Dump: add output format tar and output to stdout (#10376) 4 years ago
entropy_encode.go Vendor Update Go Libs (#13166) 4 years ago
entropy_encode_static.go Vendor Update Go Libs (#13166) 4 years ago
fast_log.go Dump: add output format tar and output to stdout (#10376) 4 years ago
find_match_length.go Vendor Update Go Libs (#13166) 4 years ago
go.mod Vendor Update Go Libs (#13166) 4 years ago
go.sum Vendor Update Go Libs (#13166) 4 years ago
h5.go Dump: add output format tar and output to stdout (#10376) 4 years ago
h6.go Dump: add output format tar and output to stdout (#10376) 4 years ago
h10.go Dump: add output format tar and output to stdout (#10376) 4 years ago
hash.go Dump: add output format tar and output to stdout (#10376) 4 years ago
hash_composite.go Dump: add output format tar and output to stdout (#10376) 4 years ago
hash_forgetful_chain.go Dump: add output format tar and output to stdout (#10376) 4 years ago
hash_longest_match_quickly.go Dump: add output format tar and output to stdout (#10376) 4 years ago
hash_rolling.go Dump: add output format tar and output to stdout (#10376) 4 years ago
histogram.go Vendor Update Go Libs (#13166) 4 years ago
http.go Vendor Update Go Libs (#13166) 4 years ago
huffman.go Dump: add output format tar and output to stdout (#10376) 4 years ago
literal_cost.go Dump: add output format tar and output to stdout (#10376) 4 years ago
memory.go Vendor Update Go Libs (#13166) 4 years ago
metablock.go Vendor Update Go Libs (#13166) 4 years ago
metablock_command.go Vendor Update Go Libs (#13166) 4 years ago
metablock_distance.go Vendor Update Go Libs (#13166) 4 years ago
metablock_literal.go Vendor Update Go Libs (#13166) 4 years ago
params.go Dump: add output format tar and output to stdout (#10376) 4 years ago
platform.go Dump: add output format tar and output to stdout (#10376) 4 years ago
prefix.go Dump: add output format tar and output to stdout (#10376) 4 years ago
prefix_dec.go Dump: add output format tar and output to stdout (#10376) 4 years ago
quality.go Dump: add output format tar and output to stdout (#10376) 4 years ago
reader.go Dump: add output format tar and output to stdout (#10376) 4 years ago
ringbuffer.go Vendor Update Go Libs (#13166) 4 years ago
state.go Dump: add output format tar and output to stdout (#10376) 4 years ago
static_dict.go Dump: add output format tar and output to stdout (#10376) 4 years ago
static_dict_lut.go Dump: add output format tar and output to stdout (#10376) 4 years ago
symbol_list.go Dump: add output format tar and output to stdout (#10376) 4 years ago
transform.go Dump: add output format tar and output to stdout (#10376) 4 years ago
utf8_util.go Dump: add output format tar and output to stdout (#10376) 4 years ago
util.go Dump: add output format tar and output to stdout (#10376) 4 years ago
write_bits.go Vendor Update Go Libs (#13166) 4 years ago
writer.go Vendor Update Go Libs (#13166) 4 years ago

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.