kgashok / huffman-coding

Python Implementation of Huffman Coding - compression and decompression
1 stars 0 forks source link

use bitarray.encode() and bitarray.decode() to further refactor #16

Closed kgashok closed 4 years ago

kgashok commented 4 years ago

At least 66% reduction in timing taken to complete!

image