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
The wrtier can be made a good bit faster by batching the RevertablePut and RevertableDelete ops given to RevertableOpStack.extend_ops, internally combining them into fewer multi_get calls instead of verifying integrity on each key.
The text was updated successfully, but these errors were encountered:
The wrtier can be made a good bit faster by batching the RevertablePut and RevertableDelete ops given to
RevertableOpStack.extend_ops
, internally combining them into fewermulti_get
calls instead of verifying integrity on each key.The text was updated successfully, but these errors were encountered: