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 binomial partitioner currently makes heavy computations each time it computes the partitioning of a level etc. These computations could be greatly optimized and even maybe cached. For the former, using simple binary operations on the IDs to compute the common prefix length should be sufficient for example.
The text was updated successfully, but these errors were encountered:
The binomial partitioner currently makes heavy computations each time it computes the partitioning of a level etc. These computations could be greatly optimized and even maybe cached. For the former, using simple binary operations on the IDs to compute the common prefix length should be sufficient for example.
The text was updated successfully, but these errors were encountered: