<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using the Ternary Operator</title>
	<link>http://blog.joshbuhler.com/2005/07/07/using-the-ternary-operator/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 20 Aug 2008 13:05:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Matthew Bergsma</title>
		<link>http://blog.joshbuhler.com/2005/07/07/using-the-ternary-operator/#comment-174</link>
		<author>Matthew Bergsma</author>
		<pubDate>Wed, 04 Oct 2006 15:44:29 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/07/07/using-the-ternary-operator/#comment-174</guid>
		<description>Interesting - on a dual 2.5 g5, I averaged about these numbers compiling with mtasc: Ternary: 79 if/else: 76, But IF I changed the order of which for loops run first (run the if/else one before the ternary one) the results Swap! Ternary: 76, if/else: 79.

So it looks like there might not be a performance hit at all for using ternary syntax -</description>
		<content:encoded><![CDATA[<p>Interesting - on a dual 2.5 g5, I averaged about these numbers compiling with mtasc: Ternary: 79 if/else: 76, But IF I changed the order of which for loops run first (run the if/else one before the ternary one) the results Swap! Ternary: 76, if/else: 79.</p>
<p>So it looks like there might not be a performance hit at all for using ternary syntax -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Graham</title>
		<link>http://blog.joshbuhler.com/2005/07/07/using-the-ternary-operator/#comment-173</link>
		<author>Clayton Graham</author>
		<pubDate>Mon, 28 Aug 2006 19:03:16 +0000</pubDate>
		<guid>http://blog.joshbuhler.com/2005/07/07/using-the-ternary-operator/#comment-173</guid>
		<description>An excellent little tutorial. Many thanks!</description>
		<content:encoded><![CDATA[<p>An excellent little tutorial. Many thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
