<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CreateUUID() vs. java.util.UUID Performance</title>
	<atom:link href="http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/comment-page-1#comment-54843</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 21 Mar 2009 14:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=668#comment-54843</guid>
		<description>@Nathan - I thought the same thing; removeChars(), uCase()... surprising.</description>
		<content:encoded><![CDATA[<p>@Nathan &#8211; I thought the same thing; removeChars(), uCase()&#8230; surprising.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan D</title>
		<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/comment-page-1#comment-54827</link>
		<dc:creator>Nathan D</dc:creator>
		<pubDate>Sat, 21 Mar 2009 06:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=668#comment-54827</guid>
		<description>That difference is with the string operations you are doing too, right?  Pretty amazing.</description>
		<content:encoded><![CDATA[<p>That difference is with the string operations you are doing too, right?  Pretty amazing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Wood</title>
		<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/comment-page-1#comment-54825</link>
		<dc:creator>Brad Wood</dc:creator>
		<pubDate>Sat, 21 Mar 2009 04:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=668#comment-54825</guid>
		<description>Yes, Java.util.UUID was introduced in Java 5, so if you are on ColdFusion 6 or 7, you can use JUG.  I have tested it and it is also very fast:  
http://jug.safehaus.org/</description>
		<content:encoded><![CDATA[<p>Yes, Java.util.UUID was introduced in Java 5, so if you are on ColdFusion 6 or 7, you can use JUG.  I have tested it and it is also very fast:<br />
<a href="http://jug.safehaus.org/" rel="nofollow">http://jug.safehaus.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/comment-page-1#comment-54823</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 20 Mar 2009 21:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=668#comment-54823</guid>
		<description>@David - my tests above were on CF 8.0.1.  You&#039;ll need CF8 (Java 5) to use java.util.UUID natively I believe.  There are other open source packages available you could use with CF7.</description>
		<content:encoded><![CDATA[<p>@David &#8211; my tests above were on CF 8.0.1.  You&#8217;ll need CF8 (Java 5) to use java.util.UUID natively I believe.  There are other open source packages available you could use with CF7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Lakein</title>
		<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/comment-page-1#comment-54822</link>
		<dc:creator>David Lakein</dc:creator>
		<pubDate>Fri, 20 Mar 2009 20:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=668#comment-54822</guid>
		<description>Which version of CF?</description>
		<content:encoded><![CDATA[<p>Which version of CF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Ho</title>
		<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/comment-page-1#comment-54820</link>
		<dc:creator>Henry Ho</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=668#comment-54820</guid>
		<description>@John, why don&#039;t you use MS-SQL&#039;s NEWID() instead?</description>
		<content:encoded><![CDATA[<p>@John, why don&#8217;t you use MS-SQL&#8217;s NEWID() instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Whish</title>
		<link>http://www.ghidinelli.com/2009/03/19/createuuid-vs-javautiluuid-performance/comment-page-1#comment-54818</link>
		<dc:creator>John Whish</dc:creator>
		<pubDate>Fri, 20 Mar 2009 09:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=668#comment-54818</guid>
		<description>Good tip, thanks. I currently use mssql GUID&#039;s in my database and have been noticing a performance issue when looping through inserts and using Insert( &quot;-&quot;, CreateUUID(), 23 ).</description>
		<content:encoded><![CDATA[<p>Good tip, thanks. I currently use mssql GUID&#8217;s in my database and have been noticing a performance issue when looping through inserts and using Insert( &#8220;-&#8221;, CreateUUID(), 23 ).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
