algorithm - Is it efficient to compress binary data from canonical Huffman? -


i trying learn compression algorithms using python ,so wondering effective use run length encoding or delta encoding on final stream of binary data ('1011') after canonical huffman? right converting binary data bytes , storing in file, there more efficient way store data ?


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -