assemblyscript-regex icon indicating copy to clipboard operation
assemblyscript-regex copied to clipboard

Add JavaScript's RegExp as baseline for benchmarks

Open MaxGraey opened this issue 4 years ago • 1 comments

I guess better use new RegExp("[\w]+") instead pre-compiled /[\w]+/ for example

MaxGraey avatar Jan 26 '21 11:01 MaxGraey

Thanks @MaxGraey - I think that would be a good idea. See the discussion here #13

ColinEberhardt avatar Jan 26 '21 13:01 ColinEberhardt