All Projects → kpanuragh → zlib

kpanuragh / zlib

Licence: other
Pure javascript implementation of Zlib nodejs core module.The zlib module provides compression functionality implemented using Gzip and Deflate/Inflate.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to zlib

Tinf
Tiny inflate library (inflate, gzip, zlib)
Stars: ✭ 57 (+307.14%)
Mutual labels:  gzip, zlib
Swcompression
A Swift framework for working with compression, archives and containers.
Stars: ✭ 110 (+685.71%)
Mutual labels:  gzip, zlib
Universal Zopfli Js
JavaScript binding to Zopfli with WebAssembly.
Stars: ✭ 70 (+400%)
Mutual labels:  gzip, zlib
zzlib
zlib-compressed file depacking library in Lua
Stars: ✭ 44 (+214.29%)
Mutual labels:  gzip, zlib
Libz.jl
Fast, flexible zlib bindings.
Stars: ✭ 26 (+85.71%)
Mutual labels:  gzip, zlib
Gzipswift
Swift framework that enables gzip/gunzip Data using zlib
Stars: ✭ 356 (+2442.86%)
Mutual labels:  gzip, zlib
Zippy
Pure Nim implementation of deflate, zlib, gzip and zip.
Stars: ✭ 88 (+528.57%)
Mutual labels:  gzip, zlib
Denoflate
WebAssembly powered Deflate/Gzip/Zlib compression for Deno, written in Rust
Stars: ✭ 80 (+471.43%)
Mutual labels:  gzip, zlib
Datacompression
Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
Stars: ✭ 191 (+1264.29%)
Mutual labels:  gzip, zlib
Uzlib
Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Stars: ✭ 168 (+1100%)
Mutual labels:  gzip, zlib
python-isal
Faster zlib and gzip compatible compression and decompression by providing python bindings for the isa-l library.
Stars: ✭ 21 (+50%)
Mutual labels:  gzip, zlib
em inflate
Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
Stars: ✭ 59 (+321.43%)
Mutual labels:  gzip, zlib
deflate-rs
An implementation of a DEFLATE encoder in rust
Stars: ✭ 47 (+235.71%)
Mutual labels:  gzip, zlib
Flate2 Rs
DEFLATE, gzip, and zlib bindings for Rust
Stars: ✭ 390 (+2685.71%)
Mutual labels:  gzip, zlib
zlib
Compression and decompression in the gzip and zlib formats
Stars: ✭ 32 (+128.57%)
Mutual labels:  gzip, zlib
Libflate
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
Stars: ✭ 125 (+792.86%)
Mutual labels:  gzip, zlib
Turbobench
Compression Benchmark
Stars: ✭ 211 (+1407.14%)
Mutual labels:  gzip, zlib
power-gzip
POWER9 gzip engine documentation and code samples
Stars: ✭ 16 (+14.29%)
Mutual labels:  gzip, zlib
mtscomp
Multichannel time series lossless compression in pure Python based on NumPy and zlib
Stars: ✭ 20 (+42.86%)
Mutual labels:  zlib
biguint-format
Node.js module to format big uint numbers from a byte array or a Buffer
Stars: ✭ 16 (+14.29%)
Mutual labels:  buffer

Welcome to Zlib

The zlib module provides compression functionality implemented using Gzip and Deflate/Inflate. It is the part of nodejs core module written in c++ . So the problem is we can't use this module outside of nodejs. so now this package help you to use all zlib functionality in real Javascript and React Native

Usage

You can use this library like jquery and other normal javascript library the file index.js file can add to your javascript and use as per this web site and you can use buffer.js file to access Buffer class in react-native and javascript this class also a native nodejs implementation you can use test.js as an example.js

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].