Skip to content

minor performance improvements

Compare
Choose a tag to compare
@ykaragol ykaragol released this 08 Feb 21:05
· 45 commits to master since this release
66c9657

Checking the selected items via array-contains helper may have the O(n^2) complexity. Now it is just O(n).