[Mono-dev] Performance of compiled regular expressions?

Rodrigo Kumpera kumpera at gmail.com
Mon Dec 3 15:25:27 UTC 2012


Mono's regex engine cannot compile a lot of expressions and it might be
your case.
In such scenarios it silently fallback to the interpreter.


On Sun, Dec 2, 2012 at 9:20 PM, Jordan Earls <earlz at lastyearswishes.com>wrote:

>
> Is there anything I can do to mitigate this problem? I'm using the
> latest stable version of Mono (Arch Linux) on a 64-bit platform. Is it
> true also that regular expression should now be on par with .Net's
> implementation? From what I understand, mono compiles them to IL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20121203/314b0b43/attachment.html>


More information about the Mono-devel-list mailing list