Skip to content

Data compression with zero decompression time for read-only data arrays

License

Notifications You must be signed in to change notification settings

FPT-Sokrates/compactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compactor

Data compression:

  • with zero time for decompression
  • with zero additional memory for decompression
  • suited for read-only array data
  • optional use of data alignments
  • optional use of padding bit masks

Quickstart Guide

  1. Compile the program

    cd src
    make 
  2. Run compactor, e.g.

    compactor -h

Requirements

  • c compiler (e.g. gcc)

License

This project is licensed under the MIT LICENSE.

Notice: Before you use the program in productive use, please take all necessary precautions, e.g. testing and verifying the program with regard to your specific use. The program was tested solely for our own use cases, which might differ from yours.

About

Data compression with zero decompression time for read-only data arrays

Resources

License

Stars

Watchers

Forks

Packages

No packages published