move-to-front

There are 16 repositories under move-to-front topic.

  • Wittline/wbz

    A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.

    Language:Python14203
  • eyaler/ztml

    Extreme inline text compression for HTML / JS. A custom pipeline that generates stand-alone HTML or JS files which embed competitively compressed self-extracting text, with file sizes of 25% - 40% the original.

    Language:Python11180
  • Wittline/Huffman-decoding

    A New Approach for Efficient Sequential Decoding of Static Huffman Codes

    Language:HTML5301
  • sentenzo/bzip2

    A (rookie makeshift improvised amateur suboptimal crude non-production-ready) bzip2 compression algorithm implementation from scratch.

    Language:Python3100
  • Wittline/Contextual-Data-Transforms

    This repository contain the most important contextual data transformation algorithms which help to improve the rate compression reached by statistical encoders. Ramses Alexander Coraspe Valdez

    Language:HTML3301
  • 3omar-mostafa/Compressor

    A Fast C++ Lossless Compress/Decompress CLI Program with High Compression Ratio

    Language:C++2110
  • anrikus/BlockSortingCompression

    A block sorting lossless data compression algorithm

    Language:Jupyter Notebook1200
  • davidepianca98/kMTFCompressor

    Context aware Move To Front Transform based compressor

    Language:C++1200
  • ZgzInfinity/Adhara

    Practices of Algorithm for hard problems

    Language:Java1200
  • Arthod/Bzip2-in-Java

    My CS Bachelor Thesis (Summer 2022)

    Language:TeX0100
  • mikeleo03/LZW-Compressor_Frontend

    Frontend side of TextFile compression using LZW Algorithm with MERN techstack

    Language:JavaScript0100
  • RobinMeneust/Huffman

    Zip and unzip files using Huffman coding with Burrows Wheeler and Move To Front (BW and MTF are only applied to small files)

    Language:C0101
  • TI-TPs-Compressao-LEI-2021

    DFTF-PConsole/TI-TPs-Compressao-LEI-2021

    PUBLIC | FCTUC DEI/LEI 2021/2022 - Licenciatura em Engenharia Informática | TI - Teoria da Informação | Trabalhos Práticos: TP0, TP1 e TP2

    Language:Makefile10
  • mikeleo03/LZW-Compressor_Backend

    Backend side of TextFile compression using LZW Algorithm with MERN techstack

    Language:JavaScript10
  • Wittline/move-to-front

    Implementation of the algorithm "Move to front" in python for data compression

    Language:Python30