-
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
Currently, InFilter() is backed by an ArrayList. For larger sets of values, using a HashSet should greatly enhance the search performance.
Also, an additional NotInFilter() would speed up searching for results instead of using NotFilter(InFilter(...)) as it could exit on the first mismatch instead of having to check all values an then negating the result.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done