Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-10-23 | 658 Bytes | |
v1.0.7.tar.gz | 2018-10-23 | 23.8 MB | |
v1.0.7.zip | 2018-10-23 | 23.8 MB | |
Totals: 3 Items | 47.6 MB | 0 |
- cross compilation support:
- added ability to run cross-compiled ARM tests in
qemu
- added
arm-linux-gnueabihf-gcc
entry to Travis build matrix - faster decoding on ARM:
- implemented prefetching
HuffmanCode
entry asuint32_t
if target platform is ARM - fixed
NEON
extension detection - combed Huffman table building code for better readability
- improved precision of window size calculation in CLI
- minor fixes:
- fixed typos
- improved internal comments / parameter names
- fixed
BROTLI_PREDICT_TRUE
/_FALSE
detection for SunPro compiler - unburdened JNI (Bazel) builds from fetching the full JDK