Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/grantjenks/python-sortedcontainers
/ remove
Function
remove
tests/benchmark_sortedset.py:62–64 ·
view source on GitHub ↗
(func, size)
Source
from the content-addressed store, hash-verified
60
61
@register_test
62
def
remove(func, size):
63
for
val in lists[size][::100]:
64
func(val)
65
66
@register_test
67
def
difference_tiny(func, size):
Callers
1
benchmark_sortedset.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected