kmx git
  • login
  • register

kc3-lang/brotli

Diff

  • Show log

    Commit

  • Hash : 074e4acd
    Author : Frédéric Wang
    Date : 2016-08-27T12:04:48

    Add support for CMake's BUILD_SHARED_LIBS option. #326
    

  • Files

  • .gitignore
  • .gitmodules
  • .travis.sh
  • .travis.yml
  • BUILD
  • CMakeLists.txt
  • CONTRIBUTING.md
  • LICENSE
  • MANIFEST.in
  • Makefile
  • README.md
  • WORKSPACE
  • appveyor.yml
  • appveyor/
  • common/
  • configure
  • dec/
  • docs/
  • enc/
  • include/
  • premake5.lua
  • python/
  • setup.cfg
  • setup.py
  • terryfy
  • tests/
  • tools/

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/brotli.git
    Git SSH git@git.kmx.io:kc3-lang/brotli.git
    Public access ? public
    Description

    Brotli compression.

    • Upstream
      • Github
    • Fork
      • Github
    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags
    • v1.2.0rc2
    • v1.2.0rc1
    • v1.1.0rc
    • v1.1.0
    • v1.0.9
    • v1.0.8
    • v1.0.7
    • v1.0.6
    • v1.0.5
    • v1.0.4
    • v1.0.3
    • v1.0.2
    • v1.0.1
    • v1.0.0
    • v0.6.0
    • v0.4.0
    • v0.3.0
    • v0.2.0
    • v0.1.0
    • go/cbrotli/v1.1.1-rc0
    • go/cbrotli/v1.1.0.bcr.1
    • go/cbrotli/v1.1.0.bcr.0
    • go/cbrotli/v1.1.0
    • go/brotli/v1.1.1-rc0
    • dev/null

  • README.md

  • Introduction

    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 RFC 7932.

    Brotli is open-sourced under the MIT License, see the LICENSE file.

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

    Build Status

    Benchmarks

    • Squash Compression Benchmark / Unstable Squash Compression Benchmark
    • Large Text Compression Benchmark
    • Lzturbo Benchmark

    Related projects

    Independent decoder implementation by Mark Adler, based entirely on format specification.

    JavaScript port of brotli decoder. Could be used directly via npm install brotli

kmx.io     mail     discord kmxgit v0.4.0