Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: lz78

krystof-cejchan/data-compression-algorithms

Language: Python - Size: 6.84 KB - Last synced: 27 days ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

fabiofdsantos/palz

Compress and decompress text files using an algorithm similar to the LZ77/LZ78.

Language: C - Size: 54.7 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

dasilvagf/compression-lab

🧮 Compilation of loss-less compression algorithms written in Rust for fun and learning propourses.

Language: Rust - Size: 2.2 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

monp4r/lz78_varlen_compressor

This program implements LZ78 compression with a variable-length encoder capable of handling up to 12 bits.

Language: Python - Size: 4.8 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

dimalik/Hrate

Hrate package for R

Language: R - Size: 193 KB - Last synced: 3 months ago - Pushed: almost 7 years ago - Stars: 7 - Forks: 1

ahmedm-sallam/BitsAndBytesCompression

This repository implements the LZ77, LZ78, Huffman, Vector Quantization, and Arithmetic coding algorithms for data compression and decompression.

Language: Java - Size: 705 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

Kotbenek/Compressor

C++ file compression utility tool

Language: C++ - Size: 249 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 1

koeppl/Low-LZ78 Fork of rcanovas/Low-LZ78

Computing LZ78 in low memory

Language: C++ - Size: 232 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

KhaledAshrafH/LZ-78

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.

Language: Java - Size: 8.79 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

KareemMAX/lz78

A LZ78 compression algorithm implementation using java

Language: Java - Size: 8.79 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

timatet/CompressionAlgorithms

Yaroslavl Demidov State University/Math/TK. 6sem. Zavodchikov.

Language: C# - Size: 2.32 MB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

guilherme13c/lz78

Pequeno programa para fazer a compressão e descompressão de arquivos.

Language: C++ - Size: 3.66 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

AlmazSamatov/LempelZiv78

Implementation of Lempel Ziv 78 compression algorithm

Language: Java - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

wyvernSemi/slzw

Simple LZW codec in C

Language: Java - Size: 103 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 1

tyhal/comp317-ass1 📦

LZ78 Compress and Decompress

Language: Java - Size: 39.1 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

Leixb/UPC-PROP_Compressor 📦

Compressor PROP

Language: Java - Size: 117 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 1

francois-rozet/elen0060-2 📦

Projects of information and coding theory

Language: Python - Size: 9.86 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

luizppa/smal

A file comrpessor using LZ78 algorithm.

Language: C++ - Size: 2.61 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 5 - Forks: 0

uchiiii/CompactDataStructure

Language: C++ - Size: 33.2 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 0

Mlamalerie/Lossless-compression-methods

Various lossless compression methods - Projet Scala. 2021-22.

Language: Scala - Size: 52.7 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Pendulun/CompressorLZ78

Um compressor com base em LZ78. Feito para a matéria Algoritmos 2

Language: C++ - Size: 11.3 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

sudhamshu091/LZ78-Encoding-and-Decoding

LZ78 Encoding and Decoding with Python

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

sudhamshu091/LZ78-Encoding-and-Decoding-For-Image-Compression

LZ78 Encoding and Decoding for Image Compression

Language: Python - Size: 2.35 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

murilocamargos/aedsiii-compression

C++ implementation of compression algorithms LZ78, Huffman Tree and Bit Map.

Language: C++ - Size: 19.5 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

JakubKoralewski/lz78-coder

ANSI C(oder) encode/decode LZ78 using 254-entry dictionary

Language: C - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

AhmedSayedMansour/LZ78-Compression-and-Decompression

Language: Java - Size: 8.79 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

cloud-j-luna/LZ78

A javascript implementation of LZ78

Language: JavaScript - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

ssp4all/RLE-and-LZ-78

RLE and LZ-78

Language: Java - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0