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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -