Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Deflate
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Inflate-only implementations === The normal intent with an alternative Inflate implementation is highly optimized decoding speed, or extremely predictable [[random-access memory]] (RAM) use for [[microcontroller]] [[embedded system]]s. * [[Assembly language|Assembly]] ** [https://github.com/pfusik/zlib6502 6502 inflate], written by Piotr Fusik in [[MOS Technology 6502|6502]] assembly language. ** [http://sourceforge.net/projects/samflate/ SAMflate], written by Andrew Collier in [[Zilog Z80]] assembly language with optional memory paging support for the [[SAM Coupé]], and released under a combination of [[software license]]s: [[Berkeley Software Distribution]] ([[BSD licenses|BSD]]), [[GNU General Public License]] (GPL), [[GNU Lesser General Public License]] (LGPL), [[Debian Free Software Guidelines]] (DFSG). ** [https://web.archive.org/web/20160304053236/https://bitbucket.org/grauw/gunzip gunzip], written by Laurens Holst in [[Zilog Z80|Z80]] assembly language for the [[MSX]], licensed under [[BSD licenses|BSD]]. ** [https://github.com/keirf/Amiga-Stuff inflate.asm], a fast and efficient implementation in [[Motorola 68000]] machine language, written by Keir Fraser and released into the [[public domain]]. <!-- ** <code>PCUNZP.ASM</code>, by Michael Mefford. written in [[x86]] [[assembly language]] and published in [[PCMag|PC Magazine]] 1992-03-31. need to check, might not have supported the newer ''Deflate'' method --> * [[C (programming language)|C]], [[C++]] ** [https://web.archive.org/web/20070927122958/http://www.mikekohn.net/file_formats/kunzip.php kunzip] by Michael Kohn and unrelated to "KZIP". Comes with [[C (programming language)|C]] [[source code]] under the [[GNU Lesser General Public License]] (LGPL). Used in the GNU Image Manipulation Program ([[GIMP]]) installer. ** puff.c ([[zlib]]), a small, unencumbered, single-file reference implementation included in the /contrib/puff directory of the zlib distribution. ** [http://www.ibsensoftware.com/download.html tinf] written by Jørgen Ibsen in [[ANSI C]] and comes with zlib license. Adds about 2k code. ** [http://code.google.com/p/miniz/source/browse/trunk/tinfl.c tinfl.c] ([http://code.google.com/p/miniz/ miniz]), Public domain Inflate implementation contained entirely in a single C function. * <code>PCDEZIP</code>, Bob Flanders and Michael Holmes, published in [[PCMag|PC Magazine]] 1994-01-11. * [http://opensource.franz.com/deflate/ inflate.cl] by John Foderaro. Self-standing [[Common Lisp]] decoder distributed with a [[GNU Lesser General Public License]] (LGPL). * [http://seed7.sourceforge.net/libraries/inflate.htm inflate.s7i]/[http://seed7.sourceforge.net/libraries/gzip.htm gzip.s7i], a pure-[[Seed7]] implementation of Deflate and gzip decompression, by Thomas Mertes; released under the [[GNU Lesser General Public License]] (LGPL). * [http://www.paul.sladen.org/projects/pyflate/ pyflate], a pure-[[Python (programming language)|Python]] stand-alone Deflate ([[gzip]]) and [[bzip2]] decoder by Paul Sladen. Written for research/prototyping and released under a combination of [[software license]]s: [[Berkeley Software Distribution]] ([[BSD licenses|BSD]]), [[GNU General Public License]] (GPL), [[GNU Lesser General Public License]] (LGPL), [[Debian Free Software Guidelines]] (DFSG). * [http://lua-users.org/wiki/ModuleCompressDeflateLua deflatelua], a pure-[[Lua (programming language)|Lua]] implementation of Deflate and [[gzip]]/zlib decompression, by David Manura. * [https://github.com/chrisdickinson/inflate inflate] a pure-[[JavaScript]] implementation of Inflate by Chris Dickinson * [https://github.com/nodeca/pako pako]: JavaScript speed-optimized port of zlib. Contains separate build with inflate only.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)