Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bloomberg/memray
/ run
Function
run
docs/examples/fibonacci/fib.py:18–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
run():
19
sys.setrecursionlimit(100000)
20
n = 99900
21
a = fib1(n)
22
b = fib2(n)
23
24
assert a == b
25
26
27
run()
Callers
3
test_multithreaded_extension_with_native_tracking
Function · 0.85
test_multithreaded_extension
Function · 0.85
fib.py
File · 0.85
Calls
2
fib1
Function · 0.85
fib2
Function · 0.85
Tested by
2
test_multithreaded_extension_with_native_tracking
Function · 0.68
test_multithreaded_extension
Function · 0.68