node-regex-cache

Memorize the results of a call to the RegExp constructor
  https://github.com/jonschlinkert/regex-cache
  0
  no reviews



Memorize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.

Node.js is an event-based server-side JavaScript engine.