Pure Go Brotli encoder and decoder
Go to file
Andy Balholm 6a14da654a Embed HasherCommon in each hasher type.
(Rather than having a pointer to the custom data in HasherCommon.)
2019-03-08 14:11:00 -08:00
LICENSE Add LICENSE. 2019-03-06 17:11:20 -08:00
backward_references.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h2.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h3.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h4.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h5.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h6.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h35.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h40.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h41.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h42.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h54.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h55.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_h65.go Initial commit. 2019-03-06 14:55:38 -08:00
backward_references_hq.go Initial commit. 2019-03-06 14:55:38 -08:00
bit_cost.go Initial commit. 2019-03-06 14:55:38 -08:00
bit_reader.go Initial commit. 2019-03-06 14:55:38 -08:00
block_splitter.go Initial commit. 2019-03-06 14:55:38 -08:00
block_splitter_command.go Initial commit. 2019-03-06 14:55:38 -08:00
block_splitter_distance.go Initial commit. 2019-03-06 14:55:38 -08:00
block_splitter_literal.go Initial commit. 2019-03-06 14:55:38 -08:00
brotli_bit_stream.go Initial commit. 2019-03-06 14:55:38 -08:00
brotli_test.go Make BrotliDecoderState into a Reader. 2019-03-06 17:08:24 -08:00
cluster.go Initial commit. 2019-03-06 14:55:38 -08:00
cluster_command.go Initial commit. 2019-03-06 14:55:38 -08:00
cluster_distance.go Initial commit. 2019-03-06 14:55:38 -08:00
cluster_literal.go Initial commit. 2019-03-06 14:55:38 -08:00
command.go Initial commit. 2019-03-06 14:55:38 -08:00
compress_fragment.go Initial commit. 2019-03-06 14:55:38 -08:00
compress_fragment_common.go Initial commit. 2019-03-06 14:55:38 -08:00
compress_fragment_two_pass.go Initial commit. 2019-03-06 14:55:38 -08:00
constants.go Initial commit. 2019-03-06 14:55:38 -08:00
context.go Initial commit. 2019-03-06 14:55:38 -08:00
decode.go Make BrotliDecoderState into a Reader. 2019-03-06 17:08:24 -08:00
dictionary.go Initial commit. 2019-03-06 14:55:38 -08:00
dictionary_hash.go Initial commit. 2019-03-06 14:55:38 -08:00
encode.go Make BrotliEncoderState into a Writer. 2019-03-06 16:16:48 -08:00
encoder_dict.go Initial commit. 2019-03-06 14:55:38 -08:00
entropy_encode.go Initial commit. 2019-03-06 14:55:38 -08:00
entropy_encode_static.go Initial commit. 2019-03-06 14:55:38 -08:00
fast_log.go Initial commit. 2019-03-06 14:55:38 -08:00
find_match_length.go Initial commit. 2019-03-06 14:55:38 -08:00
h2.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h3.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h4.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h5.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h6.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h10.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h35.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h40.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h41.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h42.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h54.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h55.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
h65.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
hash.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
histogram.go Initial commit. 2019-03-06 14:55:38 -08:00
hrolling.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
hrolling_fast.go Embed HasherCommon in each hasher type. 2019-03-08 14:11:00 -08:00
huffman.go Initial commit. 2019-03-06 14:55:38 -08:00
literal_cost.go Initial commit. 2019-03-06 14:55:38 -08:00
memory.go Initial commit. 2019-03-06 14:55:38 -08:00
metablock.go Initial commit. 2019-03-06 14:55:38 -08:00
metablock_command.go Initial commit. 2019-03-06 14:55:38 -08:00
metablock_distance.go Initial commit. 2019-03-06 14:55:38 -08:00
metablock_literal.go Initial commit. 2019-03-06 14:55:38 -08:00
params.go Initial commit. 2019-03-06 14:55:38 -08:00
platform.go Initial commit. 2019-03-06 14:55:38 -08:00
prefix.go Initial commit. 2019-03-06 14:55:38 -08:00
prefix_dec.go Initial commit. 2019-03-06 14:55:38 -08:00
quality.go Initial commit. 2019-03-06 14:55:38 -08:00
reader.go Make BrotliDecoderState into a Reader. 2019-03-06 17:08:24 -08:00
ringbuffer.go Initial commit. 2019-03-06 14:55:38 -08:00
state.go Make BrotliDecoderState into a Reader. 2019-03-06 17:08:24 -08:00
static_dict.go Initial commit. 2019-03-06 14:55:38 -08:00
static_dict_lut.go Initial commit. 2019-03-06 14:55:38 -08:00
symbol_list.go Initial commit. 2019-03-06 14:55:38 -08:00
transform.go Initial commit. 2019-03-06 14:55:38 -08:00
types.go Initial commit. 2019-03-06 14:55:38 -08:00
utf8_util.go Initial commit. 2019-03-06 14:55:38 -08:00
util.go Initial commit. 2019-03-06 14:55:38 -08:00
version.go Initial commit. 2019-03-06 14:55:38 -08:00
write_bits.go Initial commit. 2019-03-06 14:55:38 -08:00
writer.go Make BrotliEncoderState into a Writer. 2019-03-06 16:16:48 -08:00