smaz

String compressor

A compression library designed to efficiently compress short strings of text, such as URLs and short phrases.

Small strings compression library

GitHub

1k stars
42 watching
130 forks
Language: C
last commit: about 5 years ago
Linked from 4 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sstadick/crabz A cross-platform compression and decompression tool written in Rust. 331
stcarrez/ada-lzma A library providing an Ada interface to the liblzma compression library 6
richgel999/miniz A single C source file implementation of the zlib and Deflate compressed data format specification standards with high performance data compression capabilities. 2,218
kurehajime/cmprss A tool that applies a custom compression algorithm to text input and produces the compressed output as a string. 5
szktty/erlang-lz4 A C library providing LZ4 compression and decompression functionality for use in Erlang programs. 65
sstadick/gzp A multi-threaded data compression library written in Rust. 154
vasi/pixz A parallel and indexed compression tool that improves upon the existing XZ format by allowing random access to compressed data. 711
tessil/hat-trie A C++ implementation of a fast and memory-efficient data structure for storing strings by compressing common prefixes. 793
tcorral/jsonc A JavaScript library for compressing and decompressing JSON data efficiently. 649
aras-p/smol-v A shader format encoder that reduces the size of SPIR-V programs without sacrificing compatibility or performance. 317
ariya/fastlz An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. 440
zentures/encoding A set of algorithms for compressing integers in programming languages 129
rust-lang/flate2-rs A library that provides bindings to various compression formats. 916
stereobooster/html_press A tool for compressing HTML by removing whitespace and converting relative URLs to absolute ones. 35
miloszkrajewski/k4os.compression.lz4 A .NET Standard library that provides a fast compression algorithm for data archiving and streaming. 693