• Show log

    Commit

  • Hash : c5b6b5c7
    Author : Joe Tsai
    Date : 2015-11-01T16:50:13

    Minor formatting changes
    
    * In the description about "three categories", explicitly number them instead
    of using a giant paragraph that is harder to follow.
    
    * Switch lists of items to consistently use American style commas. The American
    style lists is better for clarity purposes. Consider the following:
    	-Each category of value (insert and copy lengths, literals and distances)
    	+Each category of value (insert and copy lengths, literals, and distances)
    
    * Make sure not to break a hyphenated phrase with a newline. When the nroff
    file is processed, "insert-\nand-copy" becomes "insert- and-copy", making it
    inconsistent with other uses of the hyphenated phrase.
    
    * Consistently use the same hyphenated phrase if referred to as a single unit.
    	"insert and copy"   -> "insert-and-copy"
    	"least significant" -> "least-significant"
    	"most significant"  -> "most-significant"
    	"fixed length"      -> "fixed-length"
    	"block switch"      -> "block-switch".
    
    * Consistently use "indexes" instead of "indices"
    

  • README.md

  • brotli

    Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.

    The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli

    Brotli is open-sourced under the Apache License, Version 2.0, see the LICENSE file.

    Brotli mailing list: https://groups.google.com/forum/#!forum/brotli