All Projects → nayuki → Simple-DEFLATE-decompressor

nayuki / Simple-DEFLATE-decompressor

Licence: other
Simple compliant DEFLATE decompressor in Java, Python.

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Simple-DEFLATE-decompressor

power-gzip
POWER9 gzip engine documentation and code samples
Stars: ✭ 16 (-62.79%)
Mutual labels:  deflate
zzlib
zlib-compressed file depacking library in Lua
Stars: ✭ 44 (+2.33%)
Mutual labels:  deflate
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-62.79%)
Mutual labels:  deflate
compress
compress and uncompress for Deno
Stars: ✭ 29 (-32.56%)
Mutual labels:  deflate
restio
HTTP Client for Dart inspired by OkHttp
Stars: ✭ 46 (+6.98%)
Mutual labels:  deflate
Compression
Node.js compression middleware
Stars: ✭ 2,506 (+5727.91%)
Mutual labels:  deflate
decompress
Pure OCaml implementation of Zlib.
Stars: ✭ 103 (+139.53%)
Mutual labels:  deflate
EasyCompressor
⚡ A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
Stars: ✭ 167 (+288.37%)
Mutual labels:  deflate
epub-package.dart
A dart package to parse EPUB files
Stars: ✭ 21 (-51.16%)
Mutual labels:  deflate
pyrus-cramjam
Thin Python wrapper to de/compression algorithms in Rust - lightweight & no dependencies
Stars: ✭ 40 (-6.98%)
Mutual labels:  deflate
python-isal
Faster zlib and gzip compatible compression and decompression by providing python bindings for the isa-l library.
Stars: ✭ 21 (-51.16%)
Mutual labels:  deflate
deflate-rs
An implementation of a DEFLATE encoder in rust
Stars: ✭ 47 (+9.3%)
Mutual labels:  deflate
box
Box - Open Standard Archive Format, a zip killer.
Stars: ✭ 38 (-11.63%)
Mutual labels:  deflate
http compression
🗜️ Deno HTTP compression middleware
Stars: ✭ 34 (-20.93%)
Mutual labels:  deflate
restler
Restler is a beautiful and powerful Android app for quickly testing REST API anywhere and anytime.
Stars: ✭ 120 (+179.07%)
Mutual labels:  deflate

Simple DEFLATE decompressor

This project is a clear implementation of an inflater for the DEFLATE compression format, suitable as a reference for educational purposes. It is provided in Java and Python, and is open source.

The code can be used for study, and as a solid basis for modification and extension. Consequently, the codebase optimizes for readability and avoids fancy logic, and does not target the best speed/memory/performance.

Home page with detailed description: https://www.nayuki.io/page/simple-deflate-decompressor

License

Copyright © 2022 Project Nayuki. (MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  • The Software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].