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

Topic: "compression-algorithm"

rana/tms

Time series compression library in Rust and SIMD.

Language: Rust - Size: 315 KB - Last synced at: 6 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1

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: 6 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

SarthakSKumar/Secure-and-Efficient-Data-Transmission

Enabling Secure and Efficient Data Transmission using Compression and Cipher Algorithms. CSE Sem-II Project 2022

Language: C - Size: 137 KB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 2

amycardoso/lzw-text-file-compression

Python-based implementation of the LZW (Lempel-Ziv-Welch) algorithm to compression and decompression of text files.

Language: Python - Size: 732 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 3

luizppa/smal

A file comrpessor using LZ78 algorithm.

Language: C++ - Size: 2.61 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

IgnacioUtrilla/defl8

Defl8 is a DEFLATE-based compression and decompression that use Huffman and LZ78.

Language: C - Size: 84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

dariodip/prefix-search

Implementation of LPRC and PSRC

Language: Go - Size: 3.13 MB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 2

amallia/QMX

QMX compression library

Language: C++ - Size: 46.9 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

drovandi/GraphCompressionByBFS

Graph Compression by BFS implementation

Language: Java - Size: 476 KB - Last synced at: 11 months ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 4

stgiga/bwtc32key

A better version of BWTC32768 with the added benefit of some simple AES-256-CTR security to fit the resource frugal theme of the compressor and encoding.

Language: HTML - Size: 7.73 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

tlog-dev/eazy

Logging focused compression.

Language: Go - Size: 290 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 4 - Forks: 1

Gyakobo/quadtree-image-compression

This project aims utilize a graph(a tree) as a form of image value compression by implementing a special kind of data structure where it basically groups repeating variables into a node and ungroups non-repeating values into their own nodes.

Language: C - Size: 143 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

607011/txtz

Short string compression

Language: C++ - Size: 219 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 2

Cizr/PerlCodingToolkit

This repository contains a diverse collection of Perl scripts and utilities designed to assist developers in various aspects of programming and problem-solving.

Language: Perl - Size: 53.7 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

binDebug3/Casper

(2023) A web scraping program to generate personalized used car recommendations using Deep Learning by Dallin Stewart

Language: Jupyter Notebook - Size: 44 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

1mt4y/Simple-Compression

Simple Lossless Compression Algorithm written in C++

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

HxnDev/Huffman-Encoding-Using-Binary-Trees

The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space but because they’re less frequent it won’t matter that much.

Language: C++ - Size: 413 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

markkurossi/sldc

Go implementation of the Streaming Lossless Data Compression Algorithm - (SLDC) - ECMA-321

Language: Go - Size: 46.9 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

junaidrahim/compression-review-article

[Assignment] A Review article on Lossless Data Compression Algorithms

Language: TeX - Size: 7.34 MB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

AlexanDDOS/toki_lili

A data compression algorithm for Toki Pona texts

Language: Lua - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

morotti/lzbench-web Fork of quixdb/squash-benchmark-web

Web site for lzbench compression benchmark

Language: HTML - Size: 81.5 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 1

ABuarque/huffman

huffman implementation in C

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

Andezion/Encryption

Experiments with encryption, information compression and algorithms

Language: C++ - Size: 242 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 0

mitiko/weath3rb0i

CM text compressor

Language: Rust - Size: 705 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 3 - Forks: 0

antoniovazquezblanco/jzp

A libary for dealing with the compression and decompression of Agilent JZP files

Language: Python - Size: 19.5 KB - Last synced at: about 1 hour ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

Ferki-git-creator/fsp

Easy data compression algorithm.

Language: HTML - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

AnonymousAAArdvark/autostegano

Automatically compress images and then hide them using Steganography

Language: TypeScript - Size: 4.51 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

Gyakobo/sparse-matrix

This project aims utilize a sparse matrix as form of matrix or image value compression by basically implementing a special kind of data structure where it omits one continuously recurring value ultimately saving space only for "important" variables.

Language: C - Size: 179 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

abdelillahbel/ImageEncryptionCompression

This is a simple app that encrypts and compresses images. It uses the AES encryption algorithm and the zlib compression algorithm. The app is written in Python and uses the Tkinter library for the GUI.

Language: Python - Size: 99.6 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

MarcoGarlet/TheseusUnimi

TheseusUnimi is a Java-based compression algorithm for time series data.

Language: Java - Size: 32.2 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

ezequias2d/Easy

Easy are C# libraries for storing compressed data.

Language: C# - Size: 977 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

dominiksalvet/huffman-codec

Adaptive Huffman coding with extra features

Language: C++ - Size: 1.24 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

Ahmed-Ibrahim-30/Vector_Quantization

Compress image to pixels by vector quantizations

Language: Java - Size: 92.8 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

tugrul512bit/CompressedStringLib

Heavy weight string with compression

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

MigDinny/prototype-compressor

Information Technologies - image lossless compression, using a mix of a few well known algorithms trying to approach the efficiency of the currently implemented ones (PNG).

Language: Python - Size: 32.2 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 2

hansbonini/lz_ancient

Tool for decompress and recompress graphics from games developed by Ancient for Sega Genesis / Sega Mega Drive using LZ+RLE algorithm.

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

CristobalM/RePairCompression

RePair compression in C++

Language: C++ - Size: 49.8 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

robertvazan/snappy-command-line 📦

Command-line tools that implement Snappy compression algorithm.

Language: C# - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

FairozaAmira/4DNonSepDWT

4D Non-separable Integer Wavelet Transform for Lossless and Lossy Image Compression

Language: MATLAB - Size: 1.12 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

chandan7838/video-compression

A react native library to decrease size of recorded video (only in android).

Language: Java - Size: 941 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

tarek99samy/LZW-Text-Compression

A simple python implementation for the well-known compression algorithm LZW

Language: Python - Size: 8.79 KB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 2

Azzaare/CompressedStacks.cpp

Compressed structure for Stack Algorithms

Language: C++ - Size: 1.01 MB - Last synced at: about 4 hours ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

B-O-O-P/itmo-dm-labs

Laboratory problems and solutions for the ITMO course "Discrete Mathematics".

Language: C++ - Size: 129 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

tjazerzen/Huffman_encoding_decoding

Huffman encoding and decoding tree in python

Language: Python - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 2

1024Adam/ARCompression

Simple File Compression Program

Language: C - Size: 6.7 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

adolfos94/Enhanced-Run-Length-Encoding

This is a CUDA parallel implementation of an optimized Run Length Encoding compression algorithm that uses an elegant pairing function.

Language: Cuda - Size: 176 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

RajdeepKonwar/HuffmanCompressor

Compressor and decompressor based on Huffman's compression algorithm

Language: C++ - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

thegenuinegourav/Image-Compressor

A tool to compress image by reducing the number of colors using K-Means Algorithm.

Language: Matlab - Size: 146 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

ocean1/mmx_hackpack

rom hacking pack for mega man xtreme/2 (gb/c)

Language: C - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

pseudoincorrect/NeRD_Embedded_System

Embedded transmission device for the NeRD system (Paper doi: 10.1088/1741-2552/aaa041)

Language: C - Size: 1.93 MB - Last synced at: 6 months ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

streetgt/lzf

LZF Compression / Decompression for Multimedia II

Language: Java - Size: 1.37 MB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

sbrodeur/hierarchical-sparse-coding

Hierarchical sparse coding using greedy matching pursuit.

Language: Python - Size: 167 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

net-titech/CREST-Deep-M

Murata group's CREST-Deep Project

Language: Jupyter Notebook - Size: 75 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

marten-voorberg/TextCompression

A python script for compressing and decompressing text files.

Language: Python - Size: 77.1 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 1

kireji-app/demo

Home of an ecosystem of connected apps. The proving ground for the minimal perfect hash function (MPHF), the kireji web framework and the Gamified Universal IDE (GUIDE).

Language: JavaScript - Size: 6.79 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 1

lingyzhu0101/Diffusion_Image_Compression

[Pre-Print'25] Leveraging Diffusion Knowledge for Realistic Image Compression with Frequency-Aware via Fractal Band Learning

Size: 13.7 KB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

Sumdiboii/Satellite_Image_Compression_by_DCT_Huffman

Satellite Image Compression is a web app that intelligently reduces the size of high-resolution satellite images using DCT and Huffman encoding, while preserving visual quality. It enables faster storage, smoother transmission, and efficient handling of large-scale geospatial data through simple, user-friendly compression tools.

Language: Python - Size: 202 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

Dangoware/sqp

The squishiest image format!

Language: Rust - Size: 959 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

conneroisu/lzma-go

lzma implementation in go

Language: Go - Size: 6.79 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

Kagamiin/ssdpcm

Step-Selected Differential Pulse Code Modulation audio codec, format specification and implementation

Language: C - Size: 205 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

terrelln/zstd Fork of facebook/zstd

Zstandard - Fast real-time compression algorithm

Language: C - Size: 36.7 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

lolrobbe2/Athena

Athena is a versatile C++ library designed for efficient binary file operations, allowing developers to directly write structs, classes, raw data, and arrays into a binary format. It combines high-performance compression with modular data management, making it an excellent tool/library for handling complex binary data storage needs.

Language: C++ - Size: 588 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

ibraheemalayan/MIPS-Assembly-File-Compression

a mips assembly program that reads, compresses/decompresses files, write them back to disk.

Language: Assembly - Size: 31.3 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

flavienbwk/12-bytes-compression

Algorithm for compressing digital values for SigFox frames of 12 bytes.

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

0xnu/multicollinearity_llm 📦

A multicollinearity-based compression C program, identifies and removes highly correlated weights in neural networks, thereby reducing redundancy.

Language: C - Size: 223 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

ahmed-kamal2004/ImageCompressingProject

Language: Jupyter Notebook - Size: 14.2 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

jacklehamster/compression 📦

Library for compressing a bunch of JSON data into one compressed file, improving load time.

Language: JavaScript - Size: 1.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

evanxg852000/gorilla

Gorilla 🦍 is a port of the Facebook gorilla time-series data compression algorithm to Zig

Language: Zig - Size: 17.6 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

TeoSean00/Tree_Compression_Algorithm_Backend

This Full-Stack Application (React and Springboot) was developed with the purpose of allowing a user to choose, run and compare the results of any 2 of our algorithms from our list of completed Tree Compression Algorithms that we have explored and implemented, comparing factors such as time taken and compressed image size and quality.

Language: Java - Size: 31.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

zxuu/Haffuman-compressed-files

哈夫曼编解码压缩文件,只需在电脑选择要压缩的文件即可压缩,压缩后重新选择压缩的文件可进行解压。

Language: C++ - Size: 115 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

implode-compression-impls/libblast 📦

A standalone repo for Mark Adler's libblast, which is a decompressor for PKWare Data Compression Library (DCL) !!! Migrated to Codeberg 🏔️ !!!

Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

pedroalbanese/zstd

ZStandard compression tool for modern multi-core machines written in Go

Language: Go - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Kenneract/Realtime-Deviation-Encoding-Scheme

RDES - a lightweight, real-time, lossless compression algorithm for sequences of 31-bit integers.

Language: Python - Size: 109 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

davidepianca98/kMTFCompressor

Context aware Move To Front Transform based compressor

Language: C++ - Size: 229 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

sushant-14/DataCompression

Data Compression Technique

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

Rajdeepc/linkedin-profile-creator

A Simple SVG to PNG generator tool to create LinkedIn Profile picture with custom text on badges

Language: JavaScript - Size: 294 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

Karhdo/CS232.M21.KHCL

Tính toán đa phương tiện

Language: Jupyter Notebook - Size: 25.3 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

KareemMAX/lz77

A LZ77 compression algorithm implementation using java

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

wyvernSemi/slzw

Simple LZW codec in C

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

Saphereye/Pinacol

Python program for encryptIoN And COmpression of FiLes

Language: Python - Size: 28.3 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

toutpuissantged/super-zip

little compression program written in python

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

robertvazan/snappy-visual-cpp 📦

Visual C++ build of snappy compression codec.

Language: C++ - Size: 1.65 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 5

nhays89/Journey-to-the-moon

hackerrank graph theory problem which merges disjoint sets for path compression.

Language: C++ - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

dplate/mino

An experimental image format.

Language: JavaScript - Size: 129 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

oscar-franzen/dynamic-markov-compression

Dynamic Markov Compression (DMC) implemented in Rust. DMC is a lossless, general purpose, compression technique based on a probabilistic model.

Language: Rust - Size: 1.86 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

arjkashyap/Compress-Me

A small web app for lossless compression for text files

Language: TypeScript - Size: 668 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

sakshamsachdeva/File-Archive

An android based application to extract, compress & encrypt any type of file. DEFLATE Compression method is used. Advanced Encryption Standard is used with 256 bit encryption key.

Language: Java - Size: 465 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

ronaldseoh/algorithmsunlocked

Go implementations of the algorithms from the book 'Algorithms Unlocked'

Language: Go - Size: 489 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

ShaynAli/Voronoi-Compression

A lossy compression algorithm using Voronoi cells to encode information.

Language: Python - Size: 52.7 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

eminfedar/lempelz-simple-compression

a Basic LempelZ compression (LZ78) application in C++

Language: C++ - Size: 99.6 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

YaroslavGaponov/lzw

Lempel-Ziv-Welch algorithm

Language: JavaScript - Size: 1.95 KB - Last synced at: about 17 hours ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

kioplato/mydiz

Utility for storing and compressing files and directories

Language: C - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

Mortafix/CANN

Compression Algorithms for Neural Network

Language: Jupyter Notebook - Size: 214 MB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

YogiOnBioinformatics/Algorithm-Implementation

Projects and Essays from Algorithm Implementation (CS 1501) at University of Pittsburgh

Language: Java - Size: 1.06 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

nrutkowski1/HuffmanEncoding

Compress and decompress a file using the Huffman encoding technique

Language: Python - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

psambit9791/SpikeSort

Identification of the cell body of neurons from spike signals

Language: Jupyter Notebook - Size: 104 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

twcmchang/CP-CNN

Channel-Prioritized Convolutional Neural Networks for Sparsity and Multi-fidelity

Language: Python - Size: 113 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 2

aaiezza/FLiCK

FLiCK - Format LeveragIng Compression frameworK

Language: Java - Size: 1.36 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

bilalfastnu/LZ4String

Salesforce Apex String compresssion translated from http://rosettacode.org/wiki/LZW_compression#Java

Language: Apex - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 5

sahaRatul/MsharP3

MP3 decoder programmed in F# language

Language: F# - Size: 93.8 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

Related Topics
compression 228 huffman-coding 73 huffman-compression-algorithm 61 python 49 c 48 cpp 42 compression-implementations 41 huffman 37 java 37 decompression 36 data-compression 31 compress 26 compressor 24 image-processing 24 huffman-tree 21 lzw-compression 21 compression-library 19 algorithms 19 python3 18 encoding 17 data-structures 17 rust 16 lz77 16 decompression-algorithm 15 image-compression 15 lossless-compression-algorithm 14 rle 14 text-compression 14 lzw 14 javascript 13 image 12 algorithm 11 decompressor 10 file-compression 10 lzw-algorithm 9 arithmetic-coding 9 c-plus-plus 9 deep-learning 9 huffman-encoder 9 zip 8 lz4 8 lz78 8 compress-images 8 machine-learning 8 decompression-library 8 huffman-decoder 8 huffman-compressor 8 huffman-algorithm 8 golang 7 pkware-dcl 7 run-length-encoding 7 encryption 7 lz77-compression-algorithm 7 lossless-compression 7 pytorch 7 lzss 7 decoding 7 lossless-data-compression 7 rust-lang 7 rle-compression-algorithm 7 zlib 7 snappy 7 huffman-coding-algorithm 7 csharp 7 zstd 6 sorting-algorithms 6 decompress 6 compression-schemes 6 decompression-implementations 6 cuda 6 tree 6 lzma 6 binary-tree 6 pruning 6 audio 6 deflate-algorithm 6 deflate 6 multimedia 5 integer-compression 5 runlengthencoding 5 cryptography 5 lempel-ziv-welch 5 html 5 codec 5 neural-network 5 matlab 5 gzip 5 information-theory 5 bwt 5 algorithms-and-data-structures 5 ctypes 4 combinatorics 4 data 4 typescript 4 react 4 open-source 4 tailwindcss 4 lossy-compression 4 tree-structure 4 string 4