MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577554.py

File recipe-577554.py

recipes/Python/577554_Fibonacci_Data_Compression/recipe-577554.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Fibonacci Data Compression
2# http://en.wikipedia.org/wiki/Fibonacci_coding
3# (Max compressible file size: 2**32 bytes)
4# FB - 201101274

Callers

nothing calls this directly

Calls 13

rangeFunction · 0.85
encode_fibFunction · 0.85
endswithMethod · 0.80
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

Tested by

no test coverage detected