mitiko / BWDPerf

BWD stands for Best Word Dictionary as it has the ability to be an optimal dictionary coder.
https://mitiko.github.io/BWDPerf
GNU General Public License v3.0
0 stars 1 forks source link
compression compression-algorithm compression-implementations compression-library dictionary-coder optimal-dictionaries

[Archived]

I discontinue work on the BWDPerf project in place of incan74re - a rust re-write (for speed) and with a smaller more intentional scope.

BWDPerf

.NET

BWD is a dictionary coder, that provides close to optimal dictionaries and patterned words.

Structure of the repository

The repository contains a very efficient pipeline for compression, that will later be seperated in a different repo and (currently) no implementation of BWD. My goal is to implement BWD more efficiently than my PoC local project, hence the Perf in BWDPerf.

Explanation

You'll find a very thorough explanation of how the algorithm works here