• Show log

    Commit

  • Hash : 641bc158
    Author : Zoltan Szabadka
    Date : 2015-06-12T15:12:23

    Speedups and fixes to the decoder.
    
      * Read data by 4-byte runs.
        This resolves unaligned read (Bus error) on arm-android.
    
      * Get rid of malloc/free in BrotliBuildHuffmanTable.
    
      * Tweak order of instructions when reading Huffman codes.