All, This is a known behaviour in Windows. It's even faster if your minimize the console window. The buffer management and console pipes have been inefficient for many versions, and I suspect it was never improved because most applications in Windows are GUI based.
Darren Martz From: "Larry Deniston" <[EMAIL PROTECTED]> To: "Daniel Mettler" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: [Mono-list] tiny benchmark of current mono clr, java clr, ms clr Date: Mon, 11 Nov 2002 21:41:37 -0500 charset="iso-8859-1" all, all the talk about how slow windows is at providing a command line led me to try daniel's windows version of the benchmark on my system. it turns out that everyone is right. i tried the it three ways, 1) setting the command window to full screen. 2) as a 35 line command window. 3) as a 1 line command window. the results are: 1) Full screen: 173,509 2) 35 line window: 51,343 3) 1 line window: 2,443 so it would seem that .Net itself performs well. the windows command line performs like crap. thanks Larry Deniston ----- Original Message ----- From: "Daniel Mettler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 2:42 PM Subject: [Mono-list] tiny benchmark of current mono clr, java clr, ms clr > hia, > > i just made a *tiny* (very limited significance) benchmark test of the > current versions of some runtime environments on linux and windows. > > http://www.icu.unizh.ch/~mettlerd/variouspapers/mono_bench/ > > actually it's not noteworthy. on the other hand posting it here does > not hurt either ;) > > regards > > dan > > ps. miguel, i'm looking forward to attending your talk at the > university of zurich (http://www.icu.unizh.ch/monotalk/, today: server > downtime) > > -- > ...::: Daniel Mettler | http://www.numlock.ch :::.... > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
