brotli v1.0.7 Release Notes

Release Date: 2018-10-23 // over 5 years ago
    • ๐Ÿ‘ 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 as uint32_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