All Tags »
phrase dictiona... »
optimize
Sorry, but there are no more tags available to filter with.
-
Task:
I have a dictionary of 4,000 elements. Each element is a regular expression. I need to know which elements from the dictionary can be found in a document. This process is repeated frequently on many different documents.
Current Solution:
Enumerate through the dictionary and do a regex search for each individual dictionary ...