While asking some Java enthusiasts what they think about C#, I came across
this:
Reportedly, the (essentially) same program in C# is much, much slower than
in Java.
This is a program that is heavy on regexes (which I'm not an expert on) and
am wondering if the C# version makes an elementary blunder. Do any experts
want to have a look? See also comp.lang.java.
(Query: Is he compiling the regex once in Java, but every time through the
loop in C#?)
this:
Reportedly, the (essentially) same program in C# is much, much slower than
in Java.
This is a program that is heavy on regexes (which I'm not an expert on) and
am wondering if the C# version makes an elementary blunder. Do any experts
want to have a look? See also comp.lang.java.
(Query: Is he compiling the regex once in Java, but every time through the
loop in C#?)
Comment