<?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>Jjoost</title>
	<atom:link href="http://blog.jjoost.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jjoost.org</link>
	<description>Java et al</description>
	<lastBuildDate>Tue, 15 Dec 2009 00:13:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Welcome</title>
		<link>http://blog.jjoost.org/posts/2009/%post-name%/</link>
		<comments>http://blog.jjoost.org/posts/2009/%post-name%/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 00:13:57 +0000</pubDate>
		<dc:creator>benedict</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jjoost.org/?p=3</guid>
		<description><![CDATA[Hello and welcome…
I’ve been interested in the core data structures and algorithms that pin applications together since shortly after I began university. I have always found it fascinating how a simple change of selection of data structure for a task can turn a painfully slow process into a blindingly fast one. Also how the same [...]]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome…</p>
<p>I’ve been interested in the core data structures and algorithms that pin applications together since shortly after I began university. I have always found it fascinating how a simple change of selection of data structure for a task can turn a painfully slow process into a blindingly fast one. Also how the same selection can change a task that was difficult to reason about into one that flows naturally. Around this is the design of how you interact with these structures and algorithms, which is equally crucial.</p>
<p>Over the past few years I have had a tendency to write my own libraries to do most general tasks, as often the mainstream (freely available) libraries are just a little inadequate (which gives me an excuse to have a bit of fun). I realised recently with the number of people beginning to use Google Collections, for instance, that people are finally realising the limitations of the JDK collections libraries, so I decided a little over a week ago I would redesign my own from the ground up again in order to produce something I think will be of value to Java programmers everywhere. I have chosen to call the resulting library &#8220;jjoost&#8221;, after the famous Boost libraries for C++.</p>
<p>This blog will initially be about why I think the existing frameworks are inadequate, how I think they can be done better, and the things I find interesting about the data structures I have been or am currently writing &#8211; or the technical challenges therein. Hopefully this will be of interest to some people!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jjoost.org/posts/2009/%post-name%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
