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

GitHub topics: lz77-compression-algorithm

ArtOfBBQ/debigulator

Decode .png & .gz files

Language: C - Size: 13.2 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 3 - Forks: 0

zlociu/LZ77.NET

C# implementation of LZ77 compression algorithm.

Language: C# - Size: 50.8 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 5 - Forks: 1

Salah-Tamer/Compression-Tool

A compression tool that applies LZSS and Huffman algorithms for efficient multi-layered text compression.

Language: C# - Size: 4.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

FedNazar/Kitten

Lossless data compression algorithm, aimed at fast decompression speeds and better compression ratios than LZ4HC and other speed-oriented algorithms

Language: C - Size: 27.3 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

onesy-me/lz77

LZ77

Language: TypeScript - Size: 559 KB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

waldner/gzip.sh

GZIP, bash implementation

Language: Shell - Size: 137 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Floressek/Theory_of_crypto_lab

Code for random assignments in Theory of Cryptology

Language: Python - Size: 78.1 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

Sahil-4555/lZ77_Compression_Decompression

LZ77 algorithm, providing efficient lossless data compression and decompression capabilities. It offers a reliable and flexible solution for reducing file sizes in various programming languages.

Language: C++ - Size: 2.93 KB - Last synced at: 18 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

KhaledAshrafH/LZ-77

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.

Language: Java - Size: 28.3 KB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

sskender/AADS

Advanced Algorithms and Data Structures FER labs

Language: Python - Size: 8.58 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

aligori/theory-of-computation

Assignments completed during the course Theory of Computation

Size: 1.3 MB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

szymonwilczek/lz77-algorithm

LZ77 compression-decompression alghoritm implemented for my assignment project

Language: C++ - Size: 539 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

edvujic/LZ77-DEFLATE-Compression

DEFLATE combines the LZ77 algorithm and Huffman Coding to achieve high compression ratios. This project is designed to be a straightforward and practical resource for anyone looking to understand or utilize DEFLATE compression in their applications.

Language: C++ - Size: 390 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

edvujic/PROLABII-LZ77-DEFLATE

In this project we are trying to tackle the LZ77 and DEFLATE data compression algorithms. Data compression is divided into two categories: lossy and lossless. Lossy data compression means that the data, after being compressed, cannot be recovered (decoded) in its original form. On the other hand, for a lossless data compression, the compressed data can be decoded to its original form.

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

AbdelrhmanReda17/Data-Compression

This repository contains implementations of various data compression algorithms, both lossy and lossless.

Language: Java - Size: 385 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

t3ddyss/Zipper

A primitive Huffman/LZ77 archiver.

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

SayedAlesawy/Compression-Tool

A data compression tool using the deflate scheme for text compression.

Language: C# - Size: 67.7 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

KareemMAX/lz77

A LZ77 compression algorithm implementation using java

Language: Java - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

fehmisener/LZ77-and-Deflate-Compressor

This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.

Language: C - Size: 381 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1

CasimirLaine/data-compressor-python

Language: Python - Size: 4.59 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

AbdallahHemdan/LZ77-compression-algorithm

🗃 Implementation of encoding and decoding of LZ77 compression algorithm using python..

Language: Python - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

DragosRadut/Lossless-Data-Compression

Data Compression, Lossless implementation

Language: Python - Size: 280 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sudhamshu091/LZ77-Encoding-and-Decoding-for-Image-Compression

LZ77 Encoding and Decoding for Image Compression with python

Language: Python - Size: 2.36 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Derleyvolt/LZ77-compression-algorithm

classic LZ77 compression algorithm

Language: C - Size: 769 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ssoemoe/py-data-compressor

Python lossless data compression library

Language: Python - Size: 7 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

dominikkempa/em-lz77-decode

External memory decoder of LZ77 parsing

Language: C++ - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

tbturk/DEFLATE-LZ77-Difference

Karakter tabanlı LZ77 ve DEFLATE sıkıştırma algoritmaları arasındaki farkları gösteren C tabanlı uygulama.

Language: C - Size: 147 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

alvisisme/LZ77

A javascript implementation of LZ77

Language: JavaScript - Size: 121 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1