Skip to content

Implementation of various compression algorithms

License

Notifications You must be signed in to change notification settings

tallamjr/shannon

Repository files navigation

shannon: Collection of Compression Algorithms

This repository is to serve as a collection of compression algorithms implemented in Python and/or Rust as a learning exercise.

Book

In addition, I am putting together (very work-in-progress) book where I will jot down concepts and toy problems I come across, which will hopefully improve my understandings. This is built with Jupyter-Book using this website as inspiration.

This can build locally with:

$ cd book && jupyterbook build . && open _build/html/index.html

Alternatively, visit www.compression-cookbook.com

References and Resources