I was trying to look at the performance of this library, by running the octane regexp benchmark.
After doing some modification[1] to the benchmark, such as it use the RegExp constructor instead of the literal RegExp notation. I noticed that at least the first 2 regexps which are involving \s are not working as expected and find more matches than YARR.
[1] sed -ie '
s~= /([^"])/([ig]);= new RegExp("\1", "\2"); ;
sExec(/([^"])/([ig]), Exec(new RegExp("\1", "\2"), ~ ;
T; :b;
snew RegExp("([^"]*)~new RegExp("\1.backslash. ;
t b; s~.backslash.~\~g' regexp.js