libz
Compressed data library
A Zig port of zlib, replacing its build system with a custom implementation.
zlib with the build system replaced by zig
14 stars
3 watching
7 forks
Language: C
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
andrewrk/zig-window | A cross-platform windowing API with support for multiple graphics contexts and event handling. | 117 |
ziglibs/zinput | A command-line input library written in Zig | 49 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
andrewrk/libsoundio | A C library providing cross-platform audio input and output abstraction | 1,950 |
andy-thomason/andyzip | A C++ header-only library providing fast and compact implementations of zip, bzip2, and brotli compression, with plans to add novel compression methods using suffix arrays and LCP. | 25 |
spiraldb/streamvbyte-zig | A Zig port of an efficient compression codec for binary data | 5 |
barabasgithub/lzig4 | Implementing LZ4 compression algorithm in Zig programming language | 6 |
kivikakk/libpcre.zig | A collection of Zig bindings to the popular regular-expression library libpcre | 25 |
sstadick/gzp | A multi-threaded data compression library written in Rust. | 154 |
stcarrez/ada-lzma | A library providing an Ada interface to the liblzma compression library | 6 |
andrewrk/hellos | A minimalist x86 kernel example in Zig | 272 |
alexcrichton/bzip2-rs | A Rust library providing bindings to the bzip2 compression library for efficient data encoding and decoding | 99 |
andrewrk/xml | A library that tokenizes XML data into smaller units for easier processing | 24 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
andrewrk/lua-in-the-browser | Building Lua in WebAssembly to enable run-time execution within web browsers. | 32 |