🥑
-
AMD
- Santa Clara
-
13:56
(UTC -07:00)
Pinned Loading
-
-
-
-
-
compress_lzw.rs
compress_lzw.rs 1// - This is a simple implementation of the LZW compression algorithm
2// - The implementation is based on the https://www.youtube.com/watch?v=1cJL9Va80Pk&t=3962s by Bill Bird.
3// - https://en.wikipedia.org/wiki/Compress_(software)
45 -
Variable RLE implementation
Variable RLE implementation 1// Variable RLE implementation
2// Reference: Data Compression (Summer 2023) - Lecture 5 - Basic Techniques | https://youtu.be/TdFWb8mL5Gk?si=ENq0CFiiz-uC7Mib
34use anyhow::Result;
5use bitvec::prelude::*;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.