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
Generate data and graph it, rather than generating large difficult-to-interpret tables.
Generate data for all functions.
Allow generating data for specific functions.
Generate graphs of relative performance for related functions (e.g. How much faster is squaring to multiplication for various sizes?)
For each operation, work out the appropriate amount of data to use (currently we use a tiny amount for small fixnums and a largish amount for bigger fixnums -- this is inconsistent).
Understand what the optimal performance could be in important cases (e.g. mulmod, modexp).
Normalise the data gathered relative to some appropriately chosen device parameters (e.g. #SMs, #cores, core frequency, ...)
The text was updated successfully, but these errors were encountered:
From data61#50:
The text was updated successfully, but these errors were encountered: