Re: [Mono-dev] Performance of TextWriter.ReadToEnd()

2009-07-14 Thread Gonzalo Paniagua Javier
On Tue, 2009-07-14 at 18:06 -0500, Jimmy Tang wrote: > I'm playing around with some of the language shootout game benchmarks > at http://shootout.alioth.debian.org, > and I noticed a striking performance issue; > > I'm testing on mono 2.4 build 6 / vista64 vs .NET 3.5 sp1. Test code: > > static v

[Mono-dev] Performance of TextWriter.ReadToEnd()

2009-07-14 Thread Jimmy Tang
I'm playing around with some of the language shootout game benchmarks at http://shootout.alioth.debian.org, and I noticed a striking performance issue; I'm testing on mono 2.4 build 6 / vista64 vs .NET 3.5 sp1. Test code: static void Main() { var sequence = Console.In.ReadToEnd(); Console