Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
range
Function · 0.85
encode_fib
Function · 0.85
endswith
Method · 0.80
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
Tested by
no test coverage detected