LZ4 compression for Java
-
Updated
Sep 19, 2024 - Java
LZ4 compression for Java
Fast lossless data compression in Java
FLAC decoder library in Java.
Lightweight Java library to manage unzipping of large files and data in AWS S3 without knowing the size beforehand and without keeping it all in memory or writing to disk.
Efficient DEFLATE compressor and decompressor in pure Java.
Java serialization library - compact, fast, transparent
JavaFX file archiver and hash tool. Compress and decompress ZIP, JAR, GZIP and TARBALL (GZIP, BZIP2 or LZMA).
Texts compression program using Shannon Algorithm
This repository contains Java code implementing the LZ-78 (Lempel-Ziv 78) data compression algorithm. The LZ-78 algorithm is a lossless data compression method that replaces repeated occurrences of data patterns with references to previously encountered patterns.
This repository contains a Java implementation of the LZ-77 data compression algorithm. LZ-77 is a lossless data compression method that replaces repetitive sequences of characters with references to previously occurring data. It achieves compression by storing the position and length of a match in a sliding window of previously processed data.
Implementation of LZW and Shannon-fano compression and decompression algorithms in java, with a simple & modern UI implemented using javaFX.
Simple DEFLATE implementation in Java
Scuba diving decompression app built in Electron.
Simple file compressor and decompressor written in Java-21 using my own library bits4j (which is hosted on maven central)
Simple LZW codec in C
Compression and decompression algorithm for large streamable text inputs
An implementation of Huffman Coding algorithm in java
Segmented and Gaze Controlled decompression for streaming displays such as VR
Huffman Algorithm based encoding and decoding tool
Add a description, image, and links to the decompression topic page so that developers can more easily learn about it.
To associate your repository with the decompression topic, visit your repo's landing page and select "manage topics."