Skip to content

Releases: dropbox/rust-brotli

1.0.90

16 Jan 21:44
Compare
Choose a tag to compare
update python header parser and python test to use base128 encoding

1.0.88

16 Jan 20:21
Compare
Choose a tag to compare
use base 127 encoding for size_hint in the header to allow for future…

… header fields and also to simplify a compliant header parser so it does not need to understand the bit field formats of the window_size of brotli

1.0.86

16 Jan 08:45
Compare
Choose a tag to compare
tool to parse header in python

1.0.84

14 Jan 21:13
Compare
Choose a tag to compare
properly handle EWOULDBLOCK and other transient errors

1.0.82

06 Dec 01:57
Compare
Choose a tag to compare
use more bits for q5 buckets if the size is larger than a meg

1.0.80

05 Dec 10:56
Compare
Choose a tag to compare
Ⲡ day

1.0.79

05 Dec 10:23
Compare
Choose a tag to compare
add a specialization and stop matching _ on free

1.0.78

05 Dec 09:51
Compare
Choose a tag to compare
optimize StoreRange for BasicHasher

1.0.77

05 Dec 09:18
Compare
Choose a tag to compare
fix tests

1.0.76

05 Dec 08:48
Compare
Choose a tag to compare
optimize q4 and below a bit