mark2web/vendor/github.com/andybalholm/brotli
Sebastian Frank 5cdc4203b7
Some checks failed
continuous-integration/drone/push Build is failing
brotli without cgo
2022-02-28 10:44:20 +01:00
..
backward_references_hq.go brotli without cgo 2022-02-28 10:44:20 +01:00
backward_references.go brotli without cgo 2022-02-28 10:44:20 +01:00
bit_cost.go brotli without cgo 2022-02-28 10:44:20 +01:00
bit_reader.go brotli without cgo 2022-02-28 10:44:20 +01:00
block_splitter_command.go brotli without cgo 2022-02-28 10:44:20 +01:00
block_splitter_distance.go brotli without cgo 2022-02-28 10:44:20 +01:00
block_splitter_literal.go brotli without cgo 2022-02-28 10:44:20 +01:00
block_splitter.go brotli without cgo 2022-02-28 10:44:20 +01:00
brotli_bit_stream.go brotli without cgo 2022-02-28 10:44:20 +01:00
cluster_command.go brotli without cgo 2022-02-28 10:44:20 +01:00
cluster_distance.go brotli without cgo 2022-02-28 10:44:20 +01:00
cluster_literal.go brotli without cgo 2022-02-28 10:44:20 +01:00
cluster.go brotli without cgo 2022-02-28 10:44:20 +01:00
command.go brotli without cgo 2022-02-28 10:44:20 +01:00
compress_fragment_two_pass.go brotli without cgo 2022-02-28 10:44:20 +01:00
compress_fragment.go brotli without cgo 2022-02-28 10:44:20 +01:00
constants.go brotli without cgo 2022-02-28 10:44:20 +01:00
context.go brotli without cgo 2022-02-28 10:44:20 +01:00
decode.go brotli without cgo 2022-02-28 10:44:20 +01:00
dictionary_hash.go brotli without cgo 2022-02-28 10:44:20 +01:00
dictionary.go brotli without cgo 2022-02-28 10:44:20 +01:00
encode.go brotli without cgo 2022-02-28 10:44:20 +01:00
encoder_dict.go brotli without cgo 2022-02-28 10:44:20 +01:00
entropy_encode_static.go brotli without cgo 2022-02-28 10:44:20 +01:00
entropy_encode.go brotli without cgo 2022-02-28 10:44:20 +01:00
fast_log.go brotli without cgo 2022-02-28 10:44:20 +01:00
find_match_length.go brotli without cgo 2022-02-28 10:44:20 +01:00
go.mod brotli without cgo 2022-02-28 10:44:20 +01:00
go.sum brotli without cgo 2022-02-28 10:44:20 +01:00
h5.go brotli without cgo 2022-02-28 10:44:20 +01:00
h6.go brotli without cgo 2022-02-28 10:44:20 +01:00
h10.go brotli without cgo 2022-02-28 10:44:20 +01:00
hash_composite.go brotli without cgo 2022-02-28 10:44:20 +01:00
hash_forgetful_chain.go brotli without cgo 2022-02-28 10:44:20 +01:00
hash_longest_match_quickly.go brotli without cgo 2022-02-28 10:44:20 +01:00
hash_rolling.go brotli without cgo 2022-02-28 10:44:20 +01:00
hash.go brotli without cgo 2022-02-28 10:44:20 +01:00
histogram.go brotli without cgo 2022-02-28 10:44:20 +01:00
http.go brotli without cgo 2022-02-28 10:44:20 +01:00
huffman.go brotli without cgo 2022-02-28 10:44:20 +01:00
LICENSE brotli without cgo 2022-02-28 10:44:20 +01:00
literal_cost.go brotli without cgo 2022-02-28 10:44:20 +01:00
memory.go brotli without cgo 2022-02-28 10:44:20 +01:00
metablock_command.go brotli without cgo 2022-02-28 10:44:20 +01:00
metablock_distance.go brotli without cgo 2022-02-28 10:44:20 +01:00
metablock_literal.go brotli without cgo 2022-02-28 10:44:20 +01:00
metablock.go brotli without cgo 2022-02-28 10:44:20 +01:00
params.go brotli without cgo 2022-02-28 10:44:20 +01:00
platform.go brotli without cgo 2022-02-28 10:44:20 +01:00
prefix_dec.go brotli without cgo 2022-02-28 10:44:20 +01:00
prefix.go brotli without cgo 2022-02-28 10:44:20 +01:00
quality.go brotli without cgo 2022-02-28 10:44:20 +01:00
reader.go brotli without cgo 2022-02-28 10:44:20 +01:00
README.md brotli without cgo 2022-02-28 10:44:20 +01:00
ringbuffer.go brotli without cgo 2022-02-28 10:44:20 +01:00
state.go brotli without cgo 2022-02-28 10:44:20 +01:00
static_dict_lut.go brotli without cgo 2022-02-28 10:44:20 +01:00
static_dict.go brotli without cgo 2022-02-28 10:44:20 +01:00
symbol_list.go brotli without cgo 2022-02-28 10:44:20 +01:00
transform.go brotli without cgo 2022-02-28 10:44:20 +01:00
utf8_util.go brotli without cgo 2022-02-28 10:44:20 +01:00
util.go brotli without cgo 2022-02-28 10:44:20 +01:00
write_bits.go brotli without cgo 2022-02-28 10:44:20 +01:00
writer.go brotli without cgo 2022-02-28 10:44:20 +01:00

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.