No description
Find a file
Jack Wines b8cb909fc9
intmap-based priority queue change
speedup is significant. Now does >5MB RAW images with ease
2024-04-14 23:34:16 -07:00
src intmap-based priority queue change 2024-04-14 23:34:16 -07:00
.envrc compression works 2024-04-13 02:13:24 -07:00
.gitignore intmap-based priority queue change 2024-04-14 23:34:16 -07:00
compress.cabal intmap-based priority queue change 2024-04-14 23:34:16 -07:00
flake.lock compression works 2024-04-13 02:13:24 -07:00
flake.nix compression works 2024-04-13 02:13:24 -07:00
README.md add README 2024-04-13 02:41:31 -07:00

Compresses files using Huffman coding. Please note that decompression isn't implemented yet.

To run with Nix:

nix run ".#" --experimental-features "nix-command flakes" -- myFile

To run with cabal:

cabal run . -- myFile