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
benchmarks: add benchmarks for checksum param generation
Mainly to confirm that these are really expensive (on my system,
mulitple milliseconds for the descriptor checksum) and that we should
precompute these values rather than suggesting users compute them at
run-time whenever they want to do correction (which would result in a
simpler API).
0 commit comments