Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ time_no_lists
Method
time_no_lists
benchmarks/benchmarks/bench_shape_base.py:65–67 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
63
])
64
65
def
time_no_lists(self, n):
66
np.block(1)
67
np.block(np.eye(3 * n))
68
69
70
class
Block2D(Benchmark):
Callers
nothing calls this directly
Calls
1
block
Method · 0.80
Tested by
no test coverage detected