Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ poly.py
File
poly.py
bench/poly.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"This script compares the speed of the computation of a polynomial
for
2
different (numpy.memmap and tables.Expr) out-of-memory paradigms.
""
"
3
4
from
time
import
perf_counter
as
clock
Callers
nothing calls this directly
Calls
5
populate_x_numpy
Function · 0.85
populate_x_memmap
Function · 0.85
populate_x_tables
Function · 0.85
compute_tables
Function · 0.85
dtype
Method · 0.45
Tested by
no test coverage detected