Wildcard optimization - q158073378252010/SwitchyOmega GitHub Wiki
Compiling wildcards to JavaScript can be several times faster than using the built-in shExpMatch
, which uses RegExp
internally.
However, compiled JavaScript is longer and more difficult to read.