SebWouters / zseb

zseb: Zipping Sequences of Encountered Bytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zseb: Zipping Sequences of Encountered Bytes

Copyright (C) 2019, 2020 Sebastian Wouters sebastianwouters@gmail.com

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Info

zseb is a GZIP/DEFLATE implementation compatible with RFC 1951 and RFC 1952. zseb v0.9.6 and prior use a minimalistic Morphing Match Chain (MMC). The MMC was deprecated in v0.9.7 and later, because MMC timings did not improve over quick tail checks.

Bugs and suggestions

Please send bugs and suggestions to sebastianwouters@gmail.com.

Documentation

About

zseb: Zipping Sequences of Encountered Bytes

License:GNU General Public License v2.0


Languages

Language:C++ 99.8%Language:Shell 0.2%