MCPcopy 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

rangeFunction · 0.85
shannon_fano_encoderFunction · 0.85
byteWriterFunction · 0.70
bitReaderFunction · 0.70
openFunction · 0.50
sortedFunction · 0.50
dictFunction · 0.50
exitMethod · 0.45
readMethod · 0.45
closeMethod · 0.45
appendMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected