Skip to content

My experiments with binary arithmetic coding and statistical modelling

Notifications You must be signed in to change notification settings

shrdlu68/ac-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

My experiments in the problem-space of compression.
This is an implementation of binary arithmetic coding[1] in Common Lisp.
The code uses SBCL hash-tables extensions, and runs hopelessly slow on any implementation other than SBCL.

The modeling and the encoding are decoupled, making it possible to test different models.
For now the only test included is a simple Markov model with a naive context mixing approach.

About

My experiments with binary arithmetic coding and statistical modelling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published