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
These could compute the same hash function, whichever way it is defined.
This could be added under control of another option, so as not to break existing clients and so that only people who ask for this pay the price of the additional hash invocation.
Some people would like to change whether or not they use the cache, but they need the hash function to be stable when they make that change.
One way to do this would be to generate, when not cacheing
and when cacheing
These could compute the same hash function, whichever way it is defined.
This could be added under control of another option, so as not to break existing clients and so that only people who ask for this pay the price of the additional hash invocation.
We might define
but whether that is a perf improvement in practice would need to be measured.
The text was updated successfully, but these errors were encountered: