Re: What do Java programmers feel is missing from C#?
"Harry Walters" <badabing@badab ang.comwrote in message
news:t8eet3tjgc j9orm4p7fitrmtk 9kun55o3h@4ax.c om...
....
>>
>>Quick preliminary answer: Both of the programs measure the time taken to
>>*compile* a regex, not the time taken to run it. The two compilers are
>>probably doing very different things.
>
It's like dude went very far out of the way to find some bizarre
benchmark to suit his goal. Who uses compiled regexs in c#
applications?
I do, in a tokenizer -- I compile a handful of them and then use each of
them thousands of times. Nobody compiles a million different regexes and
uses each of them only once.
"Harry Walters" <badabing@badab ang.comwrote in message
news:t8eet3tjgc j9orm4p7fitrmtk 9kun55o3h@4ax.c om...
On Tue, 11 Mar 2008 11:14:43 -0400, "mc"
<look@www.ai.ug a.edu.for.addre sswrote:
>
<look@www.ai.ug a.edu.for.addre sswrote:
>
>>I'm going to explore this and see what I can find out. A quick test
>>shows
>>that his C# program is indeed woefully slow.
>>shows
>>that his C# program is indeed woefully slow.
>>Quick preliminary answer: Both of the programs measure the time taken to
>>*compile* a regex, not the time taken to run it. The two compilers are
>>probably doing very different things.
It's like dude went very far out of the way to find some bizarre
benchmark to suit his goal. Who uses compiled regexs in c#
applications?
them thousands of times. Nobody compiles a million different regexes and
uses each of them only once.
Comment