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
For operations that could cause a conversion between store types we can first compute the cardinality of the op. The operation can then continue, using the correct store type, removing the need to ensure_correct_store.
This will make the best-case slower, but the worst-case faster. Delta for average-case will be data dependent.
The text was updated successfully, but these errors were encountered:
This optimization has been unblocked by #168
For operations that could cause a conversion between store types we can first compute the cardinality of the op. The operation can then continue, using the correct store type, removing the need to
ensure_correct_store
.This will make the best-case slower, but the worst-case faster. Delta for average-case will be data dependent.
The text was updated successfully, but these errors were encountered: