google/gipfeli

C++

119

22 commits

updated Aug 16, 2016

See the code

README

Gipfeli, a high-speed compression library.

Introduction
============

Gipfeli is a high-speed compression/decompression library
aiming at slightly higher compression ratios (around 30 %
less bytes produced for text) than other high-speed compression
libraries. On a single core of a Core i7 processor in
64-bit mode, gipfeli compresses at about 180 MB/s or more
and decompresses at about 300 MB/s, typically 5x faster than
zlib, but does not quite achieve its compression density.

Gipfeli is written in C++, with no assembler code.

Contact
=======

Gipfeli is distributed through GitHub. For the latest version,
a bug tracker, and other information, see

  https://github.com/google/gipfeli

Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.

Contributors

lenhardt

10 commits

jibsen

5 commits

nemequ

5 commits

nemanjai

2 commits

google/gipfeli

C++

119

22 commits

updated Aug 16, 2016

See the code

README

Gipfeli, a high-speed compression library.

Introduction
============

Gipfeli is a high-speed compression/decompression library
aiming at slightly higher compression ratios (around 30 %
less bytes produced for text) than other high-speed compression
libraries. On a single core of a Core i7 processor in
64-bit mode, gipfeli compresses at about 180 MB/s or more
and decompresses at about 300 MB/s, typically 5x faster than
zlib, but does not quite achieve its compression density.

Gipfeli is written in C++, with no assembler code.

Contact
=======

Gipfeli is distributed through GitHub. For the latest version,
a bug tracker, and other information, see

  https://github.com/google/gipfeli

Not written in Markdown, so it's shown here as plain text — view it formatted on GitHub.

Contributors

lenhardt

10 commits

jibsen

5 commits

nemequ

5 commits

nemanjai

2 commits

Languages

C++

99.7%