regex-cache
regex-cache copied to clipboard
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.
Results
1
regex-cache issues
Sort by
recently updated
recently updated
newest added
currently this only wraps functions that return a function.