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
A new implementation is supported now, where Base structures are defined with non canonized sets, and Canon ones work with canonized sets. Still, it would be ideal to enhance performance even more. The current implementation is quite general, it might be possible to restrict it a little more.
Edit: only one-dimensional, compact (step=1) intervals are supported by the time being.
Currently, sets are implemented without order. We think that canonizing them through order can be an improvement to the cost of the operations.
The text was updated successfully, but these errors were encountered: