in reply to Re^3: pattern matching with large regex
in thread pattern matching with large regex

Pre-compiling @strings had no effect. Inherent laziness prevents me from optimising $big_string since it's plenty fast.
  • Comment on Re^4: pattern matching with large regex