<?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>Performance Archives - A N M Bazlur Rahman</title>
	<atom:link href="https://bazlur.ca/category/performance/feed/" rel="self" type="application/rss+xml" />
	<link>https://bazlur.ca/category/performance/</link>
	<description>Java Champion 🏆 Empowering Developers through Speaking 🗣️ Writing ✍️ Mentoring 🤝 &#38; Community Building 🌍 Published Author 📖 Contributing Editor at InfoQ and Foojay.IO</description>
	<lastBuildDate>Thu, 05 Oct 2023 04:34:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://i0.wp.com/bazlur.ca/wp-content/uploads/2022/07/cropped-klara-and-sun.jpeg?fit=32%2C32&#038;ssl=1</url>
	<title>Performance Archives - A N M Bazlur Rahman</title>
	<link>https://bazlur.ca/category/performance/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">207159250</site>	<item>
		<title>Web Crawling in Java: A Tale of Classical Threads and Virtual Threads</title>
		<link>https://bazlur.ca/2023/09/29/web-crawling-in-java-a-tale-of-classical-threads-and-virtual-threads/</link>
					<comments>https://bazlur.ca/2023/09/29/web-crawling-in-java-a-tale-of-classical-threads-and-virtual-threads/#comments</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Fri, 29 Sep 2023 12:23:48 +0000</pubDate>
				<category><![CDATA[Java Core]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Classical Threads]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JDK 21]]></category>
		<category><![CDATA[Multi-Threading]]></category>
		<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[SDKMAN!]]></category>
		<category><![CDATA[throughput]]></category>
		<category><![CDATA[Virtual Threads]]></category>
		<category><![CDATA[Web Crawling]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=102433</guid>

					<description><![CDATA[<p>A compelling narrative around web crawling in Java, contrasting classical threads with their newer counterpart: virtual threads.</p>
<p>The post <a href="https://bazlur.ca/2023/09/29/web-crawling-in-java-a-tale-of-classical-threads-and-virtual-threads/">Web Crawling in Java: A Tale of Classical Threads and Virtual Threads</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/09/29/web-crawling-in-java-a-tale-of-classical-threads-and-virtual-threads/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">102527</post-id>	</item>
		<item>
		<title>Thread-Safe Counter in Java: A Comprehensive Guide</title>
		<link>https://bazlur.ca/2023/08/17/thread-safe-counter-in-java-a-comprehensive-guide/</link>
					<comments>https://bazlur.ca/2023/08/17/thread-safe-counter-in-java-a-comprehensive-guide/#comments</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Thu, 17 Aug 2023 06:59:29 +0000</pubDate>
				<category><![CDATA[Java Core]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=101912</guid>

					<description><![CDATA[<p>In this tutorial, we will explore the concept of thread safety in Java, specifically focusing on a simple counter. </p>
<p>The post <a href="https://bazlur.ca/2023/08/17/thread-safe-counter-in-java-a-comprehensive-guide/">Thread-Safe Counter in Java: A Comprehensive Guide</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/08/17/thread-safe-counter-in-java-a-comprehensive-guide/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">101912</post-id>	</item>
		<item>
		<title>Book Review: &#8220;OpenJDK Migration for Dummies&#8221;</title>
		<link>https://bazlur.ca/2023/08/04/book-review-openjdk-migration-for-dummies/</link>
					<comments>https://bazlur.ca/2023/08/04/book-review-openjdk-migration-for-dummies/#comments</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Fri, 04 Aug 2023 09:02:46 +0000</pubDate>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Java Core]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=101820</guid>

					<description><![CDATA[<p>Not just a technical manual, Simon Ritter's new book is a companion on a journey through the complexities of OpenJDK migration.</p>
<p>The post <a href="https://bazlur.ca/2023/08/04/book-review-openjdk-migration-for-dummies/">Book Review: &#8220;OpenJDK Migration for Dummies&#8221;</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/08/04/book-review-openjdk-migration-for-dummies/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">101820</post-id>	</item>
		<item>
		<title>Breaking the Code: How Chris Newland is Changing the Game in JVM Performance!</title>
		<link>https://bazlur.ca/2023/06/12/breaking-the-code-how-chris-newland-is-changing-the-game-in-jvm-performance/</link>
					<comments>https://bazlur.ca/2023/06/12/breaking-the-code-how-chris-newland-is-changing-the-game-in-jvm-performance/#comments</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Mon, 12 Jun 2023 08:44:27 +0000</pubDate>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[AI in JVM]]></category>
		<category><![CDATA[Byte-Me]]></category>
		<category><![CDATA[Chris Newland]]></category>
		<category><![CDATA[JaCoLine]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JITWatch]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[JVM Performance Specialist]]></category>
		<category><![CDATA[JVM Tools]]></category>
		<category><![CDATA[Open-source Tools]]></category>
		<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[VMOptionsExplorer]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=98733</guid>

					<description><![CDATA[<p>In this enlightening interview, JVM performance specialist Chris Newland shares his journey in the Java universe.</p>
<p>The post <a href="https://bazlur.ca/2023/06/12/breaking-the-code-how-chris-newland-is-changing-the-game-in-jvm-performance/">Breaking the Code: How Chris Newland is Changing the Game in JVM Performance!</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/06/12/breaking-the-code-how-chris-newland-is-changing-the-game-in-jvm-performance/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">98733</post-id>	</item>
		<item>
		<title>Unleashing the Power of Lightweight Concurrency: A Comprehensive Guide to Java Virtual Threads (Part 1)</title>
		<link>https://bazlur.ca/2023/05/09/unleashing-the-power-of-lightweight-concurrency-a-comprehensive-guide-to-java-virtual-threads-part-1/</link>
					<comments>https://bazlur.ca/2023/05/09/unleashing-the-power-of-lightweight-concurrency-a-comprehensive-guide-to-java-virtual-threads-part-1/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Tue, 09 May 2023 08:33:12 +0000</pubDate>
				<category><![CDATA[Java Core]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java 21]]></category>
		<category><![CDATA[virtual thread]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=66449</guid>

					<description><![CDATA[<p>Java Virtual Threads, also known as lightweight threads, are a new feature in Java's Project Loom that aim to simplify concurrent programming.</p>
<p>The post <a href="https://bazlur.ca/2023/05/09/unleashing-the-power-of-lightweight-concurrency-a-comprehensive-guide-to-java-virtual-threads-part-1/">Unleashing the Power of Lightweight Concurrency: A Comprehensive Guide to Java Virtual Threads (Part 1)</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/05/09/unleashing-the-power-of-lightweight-concurrency-a-comprehensive-guide-to-java-virtual-threads-part-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">66449</post-id>	</item>
		<item>
		<title>The Speed Test: Comparing Map.of() and new HashMap() in Java</title>
		<link>https://bazlur.ca/2023/03/16/speed-test-comparing-map-of-new-hashmap/</link>
					<comments>https://bazlur.ca/2023/03/16/speed-test-comparing-map-of-new-hashmap/#comments</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Thu, 16 Mar 2023 08:16:32 +0000</pubDate>
				<category><![CDATA[Java Core]]></category>
		<category><![CDATA[Performance]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=62785</guid>

					<description><![CDATA[<p>Discussion of the use of Map.of() and new HashMap<>() in Java, the difference between them, and the benefits of using Map.of().</p>
<p>The post <a href="https://bazlur.ca/2023/03/16/speed-test-comparing-map-of-new-hashmap/">The Speed Test: Comparing Map.of() and new HashMap&lt;&gt;() in Java</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/03/16/speed-test-comparing-map-of-new-hashmap/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">62785</post-id>	</item>
	</channel>
</rss>
