Releases: niravcodes/huffman_compression
Releases · niravcodes/huffman_compression
First Release
Status
Performs both compression and decompression. Compression is fine in terms of speed, even with the naive implementation of priority queue. Decompression is very slow. Code has some code duplication, redundancies and cases of bad coding. There are some issues with the user interface (edge cases not handled).
Priorities for next release
- Faster decompression.
- Refactor the interface code.
- Use better data structures and algorithms where it matters.
- Perform better and comprehensive tests on the underlying libraries.
by Nirav.