go-pcre icon indicating copy to clipboard operation
go-pcre copied to clipboard

Perl Compatible Regular Expression shim for Go

Results 1 go-pcre issues
Sort by recently updated
recently updated
newest added

pcrejit requires a separate thread specific stack. This leads to some very weird issues when using this library with multiple threads. I naively called CompileJIT in one part of the...