Replies: 1 comment
-
Hi @eevleevs Nice observation! We are always looking for ways to improve the performance of the operations. This is definitely going to be investigated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I noticed that
subtract(a, ...b)
is potentially much slower thansubtract(a, union(b))
when b has many items.Why not always perform a union of the items to be subtracted? Are there cases where the operations are not equivalent?
Beta Was this translation helpful? Give feedback.
All reactions