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
If I have a list of multiple patterns, am I correct that the current code searches them one at a time? Is there anyway (outside of regex) to search them in parallel? It seems like on a large search we would end up going through many keys that may match one of the items in the file.
The text was updated successfully, but these errors were encountered:
If I have a list of multiple patterns, am I correct that the current code searches them one at a time? Is there anyway (outside of regex) to search them in parallel? It seems like on a large search we would end up going through many keys that may match one of the items in the file.
The text was updated successfully, but these errors were encountered: