decompress
Compression library
A library implementing several decompression algorithms for various compression formats
Pure OCaml implementation of Zlib.
115 stars
9 watching
21 forks
Language: OCaml
last commit: 10 months ago
Linked from 1 awesome list
compressiondecompressiondeflatehuffmaninflatelz77ocamlzlib
Related projects:
Repository | Description | Stars |
---|---|---|
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
mirage/ocaml-rpc | A library that enables communication between OCaml applications using remote procedure calls with XML or JSON protocols | 96 |
mirage/ocaml-dns | An OCaml implementation of the DNS protocol supporting most standard domain name system functions. | 105 |
brimworks/lua-zlib | A Lua binding to zlib for streaming compression and decompression | 275 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
mirage/ke | A high-performance queue implementation in OCaml with optional weight and limit support | 51 |
g1mv/density | A fast compression library designed to achieve optimal compression ratios while minimizing processing time. | 1,017 |
johnezang/pithy | A fast compression and decompression library written in C. | 92 |
froydnj/chipz | A Common Lisp library for decompressing compressed data from various algorithms | 17 |
mirage/ocaml-cohttp | An OCaml library for building HTTP clients and servers using various asynchronous programming libraries | 711 |
mirage/charrua | A comprehensive DHCP library implementation in OCaml, providing a set of tools and services for building DHCP servers and clients. | 55 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 133 |
mirage/ocaml-uri | An OCaml implementation of the RFC3986 specification for parsing URIs/URLs. | 98 |