<?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>Java performance tutorials and videos</title>
	<atom:link href="https://www.java-tv.com/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.java-tv.com</link>
	<description>Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos</description>
	<lastBuildDate>Mon, 04 Sep 2023 16:27:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Think About Memory: How to Write Fast Java Code</title>
		<link>https://www.java-tv.com/2023/09/04/think-about-memory-how-to-write-fast-java-code/</link>
					<comments>https://www.java-tv.com/2023/09/04/think-about-memory-how-to-write-fast-java-code/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 04 Sep 2023 16:27:38 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://www.java-tv.com/?p=4993</guid>

					<description><![CDATA[<p>This presentation discusses things that affect (CPU bound) performance of Java code. A key message is that Java developers DO need to worry about memory, even if garbage collection rarely is a problem. Video producer: https://www.jfokus.com</p>
The post <a href="https://www.java-tv.com/2023/09/04/think-about-memory-how-to-write-fast-java-code/">Think About Memory: How to Write Fast Java Code</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2023/09/04/think-about-memory-how-to-write-fast-java-code/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Performance Testing Java Applications</title>
		<link>https://www.java-tv.com/2023/04/24/performance-testing-java-applications/</link>
					<comments>https://www.java-tv.com/2023/04/24/performance-testing-java-applications/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 24 Apr 2023 21:20:58 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://www.java-tv.com/?p=4984</guid>

					<description><![CDATA[<p>Every so often, you will read a performance benchmark (of a Java or other language application), with bold claims for how well X performs compared to Y. Testing the performance of your Java application is more an art form rather than engineering, and is a minefield of misconceptions, misunderstanding, and &#8230;</p>
The post <a href="https://www.java-tv.com/2023/04/24/performance-testing-java-applications/">Performance Testing Java Applications</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2023/04/24/performance-testing-java-applications/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Secrets of Top Performance in Java</title>
		<link>https://www.java-tv.com/2019/11/06/secrets-of-top-performance-in-java/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 06 Nov 2019 16:05:52 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://www.java-tv.com/?p=4748</guid>

					<description><![CDATA[<p>What are the key factors of the performance of your Java code? First one is related to constructs and libraries used in your implementation. Are your constructs result in simple or complex bytecode? What complexities are added by used features and libraries? We will examine the performance and complexity of &#8230;</p>
The post <a href="https://www.java-tv.com/2019/11/06/secrets-of-top-performance-in-java/">Secrets of Top Performance in Java</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Java Production Profiling</title>
		<link>https://www.java-tv.com/2019/02/06/java-production-profiling/</link>
					<comments>https://www.java-tv.com/2019/02/06/java-production-profiling/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 06 Feb 2019 20:37:35 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4703</guid>

					<description><![CDATA[<p>We all want to understand what our Java application is really doing in production, but this information is normally invisible to developers. Profilers tell you what code your application is running but few developers profile and mostly on their development environments. Thankfully production profiling is now a practical reality that &#8230;</p>
The post <a href="https://www.java-tv.com/2019/02/06/java-production-profiling/">Java Production Profiling</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2019/02/06/java-production-profiling/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>An Empirical Analysis of Java Performance Quality</title>
		<link>https://www.java-tv.com/2018/07/10/an-empirical-analysis-of-java-performance-quality/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 10 Jul 2018 18:43:09 +0000</pubDate>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4644</guid>

					<description><![CDATA[<p>Being a popular object-oriented programming language, computer scientists have consistently searched for ways to optimize and improve Java performance utilizing a variety of methods. Methods including the Just-in-time compilation, the garbage collection system, and adaptive optimizing have increased Java performance by reclaiming unneeded memory and optimizing areas of frequently executed &#8230;</p>
The post <a href="https://www.java-tv.com/2018/07/10/an-empirical-analysis-of-java-performance-quality/">An Empirical Analysis of Java Performance Quality</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Making Java Profilers Lie Less</title>
		<link>https://www.java-tv.com/2016/05/24/making-java-profilers-lie-less/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 24 May 2016 14:57:58 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4361</guid>

					<description><![CDATA[<p>In this presentation, Jaroslav Bachorik of Oracle discusses the different types of java profilers (sampling and instrumenting) and common problems with them. https://vimeo.com/146371620 Video producer: http://geecon.org/ Slides and code: https://github.com/jbachorik/geecon2015</p>
The post <a href="https://www.java-tv.com/2016/05/24/making-java-profilers-lie-less/">Making Java Profilers Lie Less</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>High Performance Java EE with JCache</title>
		<link>https://www.java-tv.com/2016/03/08/high-performance-java-ee-with-jcache/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 08 Mar 2016 07:45:36 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4330</guid>

					<description><![CDATA[<p>Do you need more performance from your Java EE applications? Is latency causing you stress? If so, take a look at JCache, the Java caching API. This code-driven session demonstrates how to integrate JCache into your Java EE applications, using CDI. JCache (JSR 107), the new standard API for cache &#8230;</p>
The post <a href="https://www.java-tv.com/2016/03/08/high-performance-java-ee-with-jcache/">High Performance Java EE with JCache</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Biggest Mistakes for Java Performance</title>
		<link>https://www.java-tv.com/2016/02/11/biggest-mistakes-for-java-performance/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 11 Feb 2016 14:27:33 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4306</guid>

					<description><![CDATA[<p>After a quick intro to the problem of bad quality code itself, we walk through 6 specific examples of broken applications from a performance, scalability and architectural perspective. Each example highlights the impact of quality, the root cause and the technical metric to look at before checking in code to &#8230;</p>
The post <a href="https://www.java-tv.com/2016/02/11/biggest-mistakes-for-java-performance/">Biggest Mistakes for Java Performance</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>High Performance Lists in Java</title>
		<link>https://www.java-tv.com/2015/10/14/high-performance-lists-in-java/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 14 Oct 2015 17:13:50 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3544</guid>

					<description><![CDATA[<p>The classes of the Java Collections Framework belong to the most used part of the JDK. But can the offered list implementations really be used for all purposes? The most used class ArrayList has not only a minimalistic API but also serious performance weaknesses. The first part of the session &#8230;</p>
The post <a href="https://www.java-tv.com/2015/10/14/high-performance-lists-in-java/">High Performance Lists in Java</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Java Garbage Collector Performance Fundamentals</title>
		<link>https://www.java-tv.com/2015/03/17/java-garbage-collector-performance-fundamentals/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 17 Mar 2015 08:42:54 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3452</guid>

					<description><![CDATA[<p>Most of the Java garbage collection performance and tuning information available on the Internet and periodical tends to be very specific to either a garbage collector or specific to application symptoms. This presentation takes that myriad of information and boils it down to a set of fundamentals and principles. Coming &#8230;</p>
The post <a href="https://www.java-tv.com/2015/03/17/java-garbage-collector-performance-fundamentals/">Java Garbage Collector Performance Fundamentals</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
