Pure Go Brotli encoder and decoder
Go to file
Andy Balholm 74ae18c776 Use some Go library functions. 2019-03-08 19:45:16 -08:00
LICENSE Add LICENSE. 2019-03-06 17:11:20 -08:00
backward_references.go Change more hasher functions to methods. 2019-03-08 16:43:15 -08:00
backward_references_hq.go Change more hasher functions to methods. 2019-03-08 16:43:15 -08:00
bit_cost.go Initial commit. 2019-03-06 14:55:38 -08:00
bit_reader.go Use some Go library functions. 2019-03-08 19:45:16 -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 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 Use some Go library functions. 2019-03-08 19:45:16 -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 Change more hasher functions to methods. 2019-03-08 16:43:15 -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
h2.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h3.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h4.go Use some Go library functions. 2019-03-08 19:45:16 -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
h35.go Change more hasher functions to methods. 2019-03-08 16:43:15 -08:00
h40.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h41.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h42.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h54.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
h55.go Change more hasher functions to methods. 2019-03-08 16:43:15 -08:00
h65.go Change more hasher functions to methods. 2019-03-08 16:43:15 -08:00
hash.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
histogram.go Use some Go library functions. 2019-03-08 19:45:16 -08:00
hrolling.go Change more hasher functions to methods. 2019-03-08 16:43:15 -08:00
hrolling_fast.go Change more hasher functions to methods. 2019-03-08 16:43:15 -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 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 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 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 Make BrotliEncoderState into a Writer. 2019-03-06 16:16:48 -08:00