Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
/ BWDPerf Public archive

BWD stands for Best Word Dictionary as it has the ability to be an optimal dictionary coder.

License

Notifications You must be signed in to change notification settings

mitiko/BWDPerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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