Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Deflate
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
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.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Deflate
(section)
Add topic