blam r481 - trunk/src



Author: cmartin
Date: 2007-10-12 12:20:07 +0100 (Fri, 12 Oct 2007)
New Revision: 481
ViewCVS link: http://svn.gnome.org/viewcvs/blam?rev=481&view=rev

Modified:
   trunk/src/FeedUpdater.cs
Log:
Be smarter about using Streams.

We used to take a Stream, copy that into a StringWriter and then make
that a string. Now we go Stream->StreamReader->string which is faster
as we don't read one byte at a time.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]