<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>RafaelF's blog - All Comments</title><link>http://blogs.msdn.com/b/rafaelf/</link><description>Comments and code on event-driven computing and cloud, among others.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Various implementations of Rx</title><link>http://blogs.msdn.com/b/rafaelf/archive/2013/03/18/various-implementations-of-rx.aspx#10404673</link><pubDate>Fri, 22 Mar 2013 20:00:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404673</guid><dc:creator>Christopher Harris</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure we can put Pex and Moles in the same category as Rx. Last I checked, Rx is pure .NET.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404673" width="1" height="1"&gt;</description></item><item><title>re: Various implementations of Rx</title><link>http://blogs.msdn.com/b/rafaelf/archive/2013/03/18/various-implementations-of-rx.aspx#10403720</link><pubDate>Tue, 19 Mar 2013 23:06:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10403720</guid><dc:creator>Crispin Wright</dc:creator><description>&lt;p&gt;&amp;quot;How far away are we from an Rx Summit and a committee for standardization?&amp;quot;&lt;/p&gt;
&lt;p&gt;Probably 1 week further away than we are from the VS product team sucking in the work and making it available in the VS20xx &amp;quot;Ultra Composable Premium Edition&amp;quot; only......Just like they did with Pex and Moles.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10403720" width="1" height="1"&gt;</description></item><item><title>re: How to express common windowing patterns using Rx</title><link>http://blogs.msdn.com/b/rafaelf/archive/2013/01/17/how-to-express-common-windowing-patterns-using-rx.aspx#10387014</link><pubDate>Tue, 22 Jan 2013 00:35:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10387014</guid><dc:creator>Rafael.F</dc:creator><description>&lt;p&gt;Not sure what you mean by &amp;quot;optimisations available through Rx&amp;quot;. If you&amp;#39;re asking whether Rx is implemented to be as fast as possible over observable collections, you can look at the code here: &lt;a rel="nofollow" target="_new" href="http://rx.codeplex.com"&gt;http://rx.codeplex.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For things like variance,I usually compute them over the output of a Buffer, which is an IList&amp;lt;T&amp;gt;. Therefore, a simple extension method works :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10387014" width="1" height="1"&gt;</description></item><item><title>re: How to express common windowing patterns using Rx</title><link>http://blogs.msdn.com/b/rafaelf/archive/2013/01/17/how-to-express-common-windowing-patterns-using-rx.aspx#10387005</link><pubDate>Mon, 21 Jan 2013 23:56:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10387005</guid><dc:creator>Uzair</dc:creator><description>&lt;p&gt;When calculating a average or a standard deviation over a sliding window, for example, one typically implements a circular buffer so that even if the calculation isn&amp;#39;t online, data manipulation is kept to a minimum for speed purposes. That is, no new memory needs to be allocated and only a couple of operations are needed (insert the new element and update the index that marks the start of the buffer). Are any such optimisations available through Rx?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10387005" width="1" height="1"&gt;</description></item></channel></rss>