blam r481 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r481 - trunk/src
- Date: Fri, 12 Oct 2007 12:20:08 +0100 (BST)
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]