Pure Go Brotli encoder and decoder
Go to file
Andy Balholm 906c822ef2 Un-export more symbols 2019-03-15 12:05:31 -07:00
LICENSE Add LICENSE. 2019-03-06 17:11:20 -08:00
backward_references.go Un-export more symbols 2019-03-15 12:05:31 -07:00
backward_references_hq.go Un-export more symbols 2019-03-15 12:05:31 -07:00
bit_cost.go Un-export more symbols 2019-03-15 12:05:31 -07:00
bit_reader.go Un-export more symbols 2019-03-15 12:05:31 -07:00
block_splitter.go Un-export more symbols 2019-03-15 12:05:31 -07:00
block_splitter_command.go Un-export more symbols 2019-03-15 12:05:31 -07:00
block_splitter_distance.go Un-export more symbols 2019-03-15 12:05:31 -07:00
block_splitter_literal.go Un-export more symbols 2019-03-15 12:05:31 -07:00
brotli_bit_stream.go Un-export more symbols 2019-03-15 12:05:31 -07:00
brotli_test.go Make BrotliDecoderState into a Reader. 2019-03-06 17:08:24 -08:00
cluster.go Un-export more symbols 2019-03-15 12:05:31 -07:00
cluster_command.go Un-export more symbols 2019-03-15 12:05:31 -07:00
cluster_distance.go Un-export more symbols 2019-03-15 12:05:31 -07:00
cluster_literal.go Un-export more symbols 2019-03-15 12:05:31 -07:00
command.go Un-export more symbols 2019-03-15 12:05:31 -07:00
compress_fragment.go Un-export more symbols 2019-03-15 12:05:31 -07:00
compress_fragment_common.go Un-export more symbols 2019-03-15 12:05:31 -07:00
compress_fragment_two_pass.go Un-export more symbols 2019-03-15 12:05:31 -07:00
constants.go Un-export more symbols 2019-03-15 12:05:31 -07:00
context.go Initial commit. 2019-03-06 14:55:38 -08:00
decode.go Un-export more symbols 2019-03-15 12:05:31 -07: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 Un-export more symbols 2019-03-15 12:05:31 -07:00
encoder_dict.go Initial commit. 2019-03-06 14:55:38 -08:00
entropy_encode.go Un-export more symbols 2019-03-15 12:05:31 -07:00
entropy_encode_static.go Un-export more symbols 2019-03-15 12:05:31 -07:00
fast_log.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
find_match_length.go Initial commit. 2019-03-06 14:55:38 -08:00
h5.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h6.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h10.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
hash.go Consolidate composite hashes. 2019-03-09 14:01:03 -08:00
hash_composite.go Consolidate composite hashes. 2019-03-09 14:01:03 -08:00
hash_forgetful_chain.go Consolidate "forgetful chain" hashes. 2019-03-09 13:34:19 -08:00
hash_longest_match_quickly.go Start reducing duplication in hasher code. 2019-03-09 13:01:56 -08:00
hash_rolling.go Consolidate rolling hashes. 2019-03-09 13:54:31 -08:00
histogram.go Un-export more symbols 2019-03-15 12:05:31 -07:00
huffman.go Un-export more symbols 2019-03-15 12:05:31 -07: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 Un-export more symbols 2019-03-15 12:05:31 -07:00
metablock_command.go Un-export more symbols 2019-03-15 12:05:31 -07:00
metablock_distance.go Un-export more symbols 2019-03-15 12:05:31 -07:00
metablock_literal.go Un-export more symbols 2019-03-15 12:05:31 -07:00
params.go Initial commit. 2019-03-06 14:55:38 -08:00
platform.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
prefix.go Un-export more symbols 2019-03-15 12:05:31 -07:00
prefix_dec.go Un-export more symbols 2019-03-15 12:05:31 -07:00
quality.go Initial commit. 2019-03-06 14:55:38 -08:00
reader.go Simplify encoder interface. 2019-03-09 16:06:37 -08:00
ringbuffer.go Initial commit. 2019-03-06 14:55:38 -08:00
state.go Un-export more symbols 2019-03-15 12:05:31 -07:00
static_dict.go Use some Go library functions. 2019-03-08 19:45:16 -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 Use some Go library functions. 2019-03-08 19:45:16 -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 Simplify encoder interface to match what is used by Write. 2019-03-09 15:57:44 -08:00