Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
brotli-x86-windows-dynamic.zip | 2023-08-31 | 348.0 kB | |
brotli-x64-windows-dynamic.zip | 2023-08-31 | 373.1 kB | |
brotli-x86-windows-static.zip | 2023-08-31 | 331.7 kB | |
brotli-x64-windows-static.zip | 2023-08-31 | 356.9 kB | |
README.md | 2023-08-29 | 1.1 kB | |
v1.1.0.tar.gz | 2023-08-29 | 512.0 kB | |
v1.1.0.zip | 2023-08-29 | 583.7 kB | |
Totals: 7 Items | 2.5 MB | 27 |
Added
- decoder:
BrotliDecoderAttachDictionary
- decoder:
BrotliDecoderOnFinish
callback behindBROTLI_REPORTING
- decoder:
BrotliDecoderSetMetadataCallbacks
- encoder:
BrotliEncoderPrepareDictionary
,BrotliEncoderDestroyPreparedDictionary
,BrotliEncoderAttachPreparedDictionary
- decoder:
BrotliEncoderOnFinish
callback behindBROTLI_REPORTING
- common:
BrotliSharedDictionaryCreateInstance
,BrotliSharedDictionaryDestroyInstance
,BrotliSharedDictionaryAttach
- CLI:
--dictionary
option - java: encoder wrapper:
Parameters.mode
- java:
Brotli{Input|Output}Stream.attachDictionary
- java: wrapper: partial byte array input
- typescript: decoder (transpiled from Java)
Removed
- build:
BROTLI_BUILD_PORTABLE
option
Fixed
- java: JNI decoder failed sometimes on power of 2 payloads
Improved
- java / js: smaller decoder footprint
- decoder: faster decoding
- encoder: faster encoding
- encoder: smaller stack frames