An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with compression-algorithm

A curated list of projects in awesome lists tagged with compression-algorithm .

https://github.com/dropbox/lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.

compression compression-algorithm decompression jpeg lossless-compression-algorithm

Last synced: 18 Jan 2025

https://github.com/descriptinc/descript-audio-codec

State-of-the-art audio codec with 90x compression factor. Supports 44.1kHz, 24kHz, and 16kHz mono/stereo audio.

audio audio-compression codec compression-algorithm deep-learning gans generative-adversarial-network pytorch residual-vector-quantization

Last synced: 14 May 2025

https://github.com/ionescu007/minlzma

The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils

arithmetic-coding compression compression-algorithm compression-library decompression decompression-algorithm decompression-implementations decompression-library lempel-ziv lzma lzma-sdk lzma2 lzmasdkoc markov-chain range-coder

Last synced: 07 Apr 2025

https://github.com/avaneev/lzav

Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2500+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1

compress compression compression-algorithm compression-library compressor data-compression data-compression-algorithms lossless-compression lossless-compression-algorithm lossless-data-compression lz4 lz77 lzf snappy

Last synced: 20 Nov 2024

https://github.com/jibsen/brieflz

Small fast Lempel-Ziv compression library

c compression compression-algorithm library

Last synced: 15 Apr 2025

https://github.com/emmanuel-marty/salvador

A free, open-source compressor for the ZX0 format

8-bit amiga amstrad-cpc atari atari-st c c64 compression compression-algorithm zx-spectrum zx0

Last synced: 15 Jun 2025

https://github.com/polygonplanet/lzbase62

Compress and encode strings into base62 [0-9a-zA-Z] using an original LZ-based algorithm in JavaScript.

base62 base64 compress compression compression-algorithm ecmascript javascript lz77 lzss string zip

Last synced: 07 May 2025

https://github.com/searchivarius/pyfastpfor

Python bindings for the fast integer compression library FastPFor.

compression-algorithm compression-schemes simd-compression sorted-lists

Last synced: 22 Feb 2025

https://github.com/fast-pack/pyfastpfor

Python bindings for the fast integer compression library FastPFor.

compression-algorithm compression-schemes simd-compression sorted-lists

Last synced: 12 Apr 2025

https://github.com/mpgn/crime-poc

:hocho: CRIME attack PoC : a compression oracle attacks CVE-2012-4929 :hocho:

compression-algorithm crime oracle

Last synced: 04 Apr 2025

https://github.com/jibsen/blz4

Example of LZ4 compression with optimal parsing using BriefLZ algorithms

c compression compression-algorithm lz4

Last synced: 12 May 2025

https://github.com/illagrenan/django-brotli

Django middleware that compresses response using brotli algorithm.

brotli compression compression-algorithm django python

Last synced: 10 Apr 2025

https://github.com/koutto/compression-identifier

Compression Identifier tool (Zlib, Deflate, Gzip)

compression compression-algorithm pentest

Last synced: 23 Apr 2025

https://github.com/lemariva/squirelcrawl

This code compress a webpage into an html file. Images are converted to base64 and integrated together with CSS files in the html. Useful for webpages on microcontrollers (or low memory devices), a complete offline copy of a webpage etc.

compression-algorithm esp32 micropython website wifi-hacking

Last synced: 15 Jun 2025

https://github.com/aryainguz/picwise.co

PicWise, built on Next.js 14, revolutionizes image optimization, compression and other image editing utilities.

clerk compression-algorithm hacktoberfest nextjs tailwindcss typescript

Last synced: 12 Apr 2025

https://github.com/cschen1205/js-string-compression

Package provides javascript for string compression

compression compression-algorithm hauffman-compression string-compressor

Last synced: 29 Jan 2025

https://github.com/jbruchon/lzjody

Lempel-Ziv-JodyBruchon compression - a mix of interesting compression methods

compression-algorithm data-compression lempel-ziv lz rle run-length-encoding

Last synced: 13 May 2025

https://github.com/michael98liu/variable-byte-varbyte-encoding

Compress numerical data using variable byte encoding.

c-plus-plus compression compression-algorithm compressor

Last synced: 13 Feb 2025

https://github.com/cnlohr/vpxcoding

Zero-dependency single-file C header for VPX coding, a form of Arithmetic coding.

compression compression-algorithm compression-implementations compression-library

Last synced: 30 Apr 2025

https://github.com/kareem-emad/dcnn-accelerator

Low level design of a chip built for optimizing/accelerating CNN classifiers over gray scale images.

chip cnn cnn-accelerator cnn-classification compression-algorithm

Last synced: 12 Mar 2025

https://github.com/jibsen/bcrush

Example of CRUSH compression with optimal parsing using BriefLZ algorithms

c compression compression-algorithm crush

Last synced: 14 Mar 2025

https://github.com/MCJack123/Luz

An extremely light Lua compression algorithm.

compression compression-algorithm lua

Last synced: 01 Apr 2025

https://github.com/biw/lzma-web

A JavaScript implementation of the Lempel-Ziv-Markov (LZMA) chain compression algorithm

compression compression-algorithm decompression decompression-library lzma

Last synced: 22 Apr 2025

https://github.com/ekrich/exip

Efficient XML Interchange (EXI) Embeddable C API

c-lang compression-algorithm embedded-c exi exip streaming-data xml

Last synced: 16 Apr 2025

https://github.com/abdallahhemdan/huffman-coding-compression

📦 Huffman Coding Compression Algorithms with Encoding and Decoding using C++

binary-tree compression-algorithm cpp data-structures huffman-coding huffman-compression-algorithm

Last synced: 12 May 2025

https://github.com/thisiskeanyvy/ntk-ultra-compression

NTK Ultra-Compression est un logiciel de compression de fichiers qui vise à réduire au maximum la taille des fichiers indépendamment du temps.

compression compression-algorithm hyper-compression ntk ntk-file rust rust-lang ultra-compression

Last synced: 06 May 2025

https://github.com/luizppa/smal

A file comrpessor using LZ78 algorithm.

compression compression-algorithm cpp cpp11 lz78 lz78-encode-decode

Last synced: 15 Jun 2025

https://github.com/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.

algorithm binary-search-tree binary-tree compression compression-algorithm cpp decryption encoding encryption huffman vecctor visual-studio

Last synced: 31 Mar 2025

https://github.com/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.

c c-plus-plus compression-algorithm dynamic-programming grayscale-images malloc njit partitioning pointers-and-arrays rgb tree-structure weissman-score

Last synced: 12 Apr 2025

https://github.com/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.

client-server compression-algorithm cryptography cybersecurity data-structures digitalforensics graph perl perl5 problem-solving recursion scheduling-algorithms searching-algorithms sorting-algorithms tree webprogramming

Last synced: 21 Apr 2025

https://github.com/junaidrahim/compression-review-article

[Assignment] A Review article on Lossless Data Compression Algorithms

arxiv compression compression-algorithm latex

Last synced: 12 Mar 2025

https://github.com/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.

aes-encryption compression-algorithm dct python

Last synced: 20 Feb 2025

https://github.com/pseudoincorrect/nerd_embedded_system

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

c compression-algorithm electrophysiology embedded-systems rf-communication

Last synced: 03 Apr 2025

https://github.com/victorfrye/huffman-coding

🔐 My final project from data structures class that compresses and decompresses files

compression-algorithm csharp data-structures decompression-algorithm dotnet huffman-coding school-project

Last synced: 01 Apr 2025

https://github.com/pedroalbanese/zstd

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

compression-algorithm zstandard zstd

Last synced: 23 Feb 2025

https://github.com/evanxg852000/gorilla

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

compression-algorithm time-series

Last synced: 06 Mar 2025

https://github.com/saphereye/pinacol

Python program for encryptIoN And COmpression of FiLes

compression-algorithm encryption python3 string-encryption

Last synced: 29 Mar 2025

https://github.com/flavienbwk/12-bytes-compression

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

arduino arm compression-algorithm sigfox

Last synced: 28 Jan 2025

https://github.com/0xnu/multicollinearity_llm

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

compression compression-algorithm llm llm-training multicollinearity

Last synced: 08 Feb 2025

https://github.com/mortafix/cann

Compression Algorithms for Neural Network

compression-algorithm k-means-clustering neural-network pruning python tensorflow

Last synced: 03 Mar 2025

https://github.com/mitiko/weath3rb0i

CM text compressor

compression compression-algorithm

Last synced: 30 Apr 2025

https://github.com/trholding/neuralink_c

[WIP] Compressor and Decompressor for Neuralink Compression Challenge. https://content.neuralink.com/compression-challenge/README.html

compression compression-algorithm transforms

Last synced: 12 Mar 2025

https://github.com/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.

c c-struct compression-algorithm image-compression malloc njit sparse-matrix weissman-score

Last synced: 04 Mar 2025

https://github.com/gwbres/hatanaka

:artificial_satellite: :rocket: RINEX files compression & decompression tool

compression-algorithm galileo glonass gnss gps gps-data rinex rinex2 rinex3

Last synced: 18 Feb 2025

https://github.com/snwfdhmp/compression

Software Engineer studies: Implement Huffman compression algorithm in C

compression-algorithm compression-implementations compression-schemes

Last synced: 04 Mar 2025

https://github.com/g-otn/visualizadorhuffman

See step-by-step process and representation of the Huffman Algorithm with given data

algorithm-visualisation compression-algorithm csharp huffman-coding huffman-compression-algorithm windows-form-application

Last synced: 06 Mar 2025

https://github.com/opt-nc/j7zip

Java 8 Command line tool to compress / decompress files using LZMA algortihm (like 7-Zip for .7z) with password protection

7z 7zip 7zip-utility compress compression compression-algorithm glia java java-8

Last synced: 31 Mar 2025

https://github.com/fabbio00/iterative-linear-solver

Library implementing iterative methods for solving linear systems with matrix acquired from .mtx file, supporting various convergence criteria

compression-algorithm image-processing linear-algebra python

Last synced: 15 Mar 2025

https://github.com/josgard94/text-compressor-using-huffman-codes

This source code implements the huffman algorithm to perform the compression of a plain text file. for this a file is generated which contains the probabilities of each of the symbols defined in the symbols dictionary.

c c-plus-plus coding- coding-and-data-compression compression-algorithm huffman-coding huffman-compression-algorithm information-theory python text-compression

Last synced: 15 Mar 2025

https://github.com/lingyzhu0101/diffusion_image_compression

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

compression-algorithm computer-vision deep-learning generative-image-compression stable-diffusion

Last synced: 31 Mar 2025

https://github.com/bodgergely/nitro

nitro - blazingly fast compressor from the future

compression compression-algorithm compressor encoder-decoder

Last synced: 31 Mar 2025

https://github.com/ndsvw/huffman-coding-data-compression

Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. It's usually implemented via a greedy approach.

compression compression-algorithm data-compression huffman huffman-coding java

Last synced: 10 Jun 2025

https://github.com/thehamdiz/webp_converter

A concurrent multithreaded pure rust bulk & single image cli converter. to convert any image type to webp format with compression capabilities, configurations are dynamic; Defaults are based on my work experience as an eCommerce Manager.

compression compression-algorithm conversion ecommerce image image-compression image-conversion image-converter image-manipulation image-processing webp

Last synced: 08 Apr 2025

https://github.com/hiyouga/information-theory-experiment

BUAA CST Spring 2019 Information Theory Experiment

aep compression-algorithm information-theory

Last synced: 08 Apr 2025

https://github.com/mitiko/incan74re

A global dynamic dictionary optimizer. Incantare (from latin - to cast ~spells~) casts a "weather forcast" and is used as dictionary preprocessor for the weath3rb0i compressor.

compression compression-algorithm dictionary-learning rust-language

Last synced: 16 Mar 2025

https://github.com/massigy/c-huffman-text-compression

This project impelements a basic version of the Huffman text compression algorithm, using the Huffman tree.

c compression-algorithm cprogramming gcc git github huffman-coding makefile

Last synced: 01 Apr 2025

https://github.com/rajdeepc/linkedin-profile-creator

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

canvas compression-algorithm javasscript linkedin nextjs react svg

Last synced: 28 Feb 2025

https://github.com/abdallahhemdan/enwik8-compression

📦 Compressing of the challenge enwik8 (100MB of wikipedia) using LZW(Lempel–Ziv–Welch) compression algorithm using cpp...

cmp2022 compression-algorithm comprssion cpp decoding encoding enwik enwik8 hemdan lzw multimedia text-compression

Last synced: 31 Mar 2025

https://github.com/micheal-ndoh/compression_project

A compression project that uses lz and rle techniques for compression, https://www.geeksforgeeks.org/what-are-data-compression-techniques/

compression-algorithm javascript lz-compression-algorithm rle-compression-algorithm rust

Last synced: 14 Jun 2025

https://github.com/shroukmansour/compression-algorithms

Compression algorithms techniques: LZ77, LZW, Standard Huffman, Adaptive Humman, quantizer, and predictive feed forward

adaptive-huffman compression-algorithm java lz77 lzw-compression predictive-feed-forward quantization standard-huffman

Last synced: 27 Feb 2025

https://github.com/davidepianca98/kmtfcompressor

Context aware Move To Front Transform based compressor

compression-algorithm entropy kmer move-to-front stream-compression

Last synced: 12 Mar 2025

https://github.com/axel-jalonen/comp.axelj.dev

Human readable text "compression" in the browser.

algorithms browser compression compression-algorithm

Last synced: 02 Mar 2025

https://github.com/kprokofi/course_work_hse_2021

This is repository for course work of the HSE University. Theme: "Effective methods of neural network compression"

compression-algorithm neural-networks pruning quantization

Last synced: 04 Apr 2025

https://github.com/kenneract/realtime-deviation-encoding-scheme

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

c compression compression-algorithm cpp embedded flash-storage lightweight logging lossless python realtime

Last synced: 04 Apr 2025

https://github.com/chen0040/pycompressor

Package provides python implementation of string compressor

compression-algorithm huffman-coding huffman-compression-algorithm

Last synced: 03 Apr 2025

https://github.com/anudeep2924/m-one_enroll_identify_fb5300

This is fingerprint fundamental for building m-one, this project created by MajoreIT

compression compression-algorithm digitalpersona digitalpersonaapi enrollment fb5300 fingerprint hid identification nist uareu

Last synced: 06 Apr 2025

https://github.com/sanam2405/multimedialabs

This contains the assignments of Multimedia Labs of Information Technology, Jadavpur University - 2023

adobe-flash adobe-photoshop compression-algorithm java

Last synced: 09 Apr 2025