Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-577502.py
File
recipe-577502.py
recipes/Python/577502_ShannonFano_Data_Compression/recipe-577502.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Shannon-Fano Data Compression
2
# http://en.wikipedia.org/wiki/Shannon%E2%80%93Fano_coding
3
# (Max compressible file size: 2**32 bytes)
4
# FB - 201012153
Callers
nothing calls this directly
Calls
13
range
Function · 0.85
shannon_fano_encoder
Function · 0.85
byteWriter
Function · 0.70
bitReader
Function · 0.70
open
Function · 0.50
sorted
Function · 0.50
dict
Function · 0.50
exit
Method · 0.45
read
Method · 0.45
close
Method · 0.45
append
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected