Pure Go Brotli encoder and decoder
Go to file
Andy Balholm 5001b3d0d7 Start un-exporting names. 2019-03-09 17:11:32 -08:00
LICENSE Add LICENSE. 2019-03-06 17:11:20 -08:00
backward_references.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
backward_references_hq.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
bit_cost.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
bit_reader.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
block_splitter.go Initial commit. 2019-03-06 14:55:38 -08:00
block_splitter_command.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
block_splitter_distance.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
block_splitter_literal.go Start un-exporting names. 2019-03-09 17:11:32 -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 Start un-exporting names. 2019-03-09 17:11:32 -08:00
cluster_distance.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
cluster_literal.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
command.go Initial commit. 2019-03-06 14:55:38 -08:00
compress_fragment.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
compress_fragment_common.go Initial commit. 2019-03-06 14:55:38 -08:00
compress_fragment_two_pass.go Start un-exporting names. 2019-03-09 17:11:32 -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 Start un-exporting names. 2019-03-09 17:11:32 -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 Start un-exporting names. 2019-03-09 17:11:32 -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 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 Use some Go library functions. 2019-03-08 19:45:16 -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 Start un-exporting names. 2019-03-09 17:11:32 -08:00
metablock_command.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
metablock_distance.go Start un-exporting names. 2019-03-09 17:11:32 -08:00
metablock_literal.go Start un-exporting names. 2019-03-09 17:11:32 -08: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 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 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 Start un-exporting names. 2019-03-09 17:11:32 -08: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