You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples: Report indexing overhead honestly in the benchmark
Add a ratio column and stop calling the serial overhead 'negligible'. It
is a fixed per-call cost (the .data accessor and global-index
translation): large relative to NumPy for a trivial index -- whose NumPy
cost is almost nothing -- but, being fixed, amortising to ~2x at realistic
operation sizes.
0 commit comments