MCPcopy 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
2different (numpy.memmap and tables.Expr) out-of-memory paradigms."""
3
4from time import perf_counter as clock

Callers

nothing calls this directly

Calls 5

populate_x_numpyFunction · 0.85
populate_x_memmapFunction · 0.85
populate_x_tablesFunction · 0.85
compute_tablesFunction · 0.85
dtypeMethod · 0.45

Tested by

no test coverage detected