Open EoinDavey opened 4 years ago
Currently, a call to RegExp is made every time a regex is checked. Check if worth investigating if pre-compiling them at parser construction time is worth it.
Currently, a call to RegExp is made every time a regex is checked. Check if worth investigating if pre-compiling them at parser construction time is worth it.