<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Azul - Base Six</title>
	<atom:link href="https://base6.com/tag/azul/feed/" rel="self" type="application/rss+xml" />
	<link>https://base6.com/</link>
	<description>James Furness&#039;s blog</description>
	<lastBuildDate>Mon, 15 Jun 2009 08:15:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>
	<item>
		<title>NonBlockingHashMap</title>
		<link>https://base6.com/2009/06/15/nonblockinghashmap/</link>
		
		<dc:creator><![CDATA[James Furness]]></dc:creator>
		<pubDate>Mon, 15 Jun 2009 08:12:31 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Azul]]></category>
		<category><![CDATA[ConcurrentHashMap]]></category>
		<category><![CDATA[lib-high-scale]]></category>
		<category><![CDATA[non-blocking]]></category>
		<category><![CDATA[NonBlockingHashMap]]></category>
		<guid isPermaLink="false">https://base6.com/?p=29</guid>

					<description><![CDATA[<p>Just came across this, looks like it has been around on Sourceforge for a while as part of lib-high-scale. Designed for large numbers of CPUs (e.g. Azul hardware), but microbenchmarks claim a small improvement over ConcurrentHashMap even on 2 CPUs.</p>
<p>The post <a href="https://base6.com/2009/06/15/nonblockinghashmap/">NonBlockingHashMap</a> first appeared on <a href="https://base6.com/">Base Six</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Just came across this, looks like it has been around on Sourceforge for a while as part of <a href="http://high-scale-lib.sourceforge.net/">lib-high-scale</a>. Designed for large numbers of CPUs (e.g. <a href="http://www.azulsystems.com/">Azul</a> hardware), but <a href="http://www.azulsystems.com/events/javaone_2007/2007_LockFreeHash.pdf">microbenchmarks</a> claim a small improvement over <a href="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentHashMap.html">ConcurrentHashMap</a> even on 2 CPUs.</p><p>The post <a href="https://base6.com/2009/06/15/nonblockinghashmap/">NonBlockingHashMap</a> first appeared on <a href="https://base6.com/">Base Six</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
