<?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>达达&#039;s Blog &#187; Java</title>
	<atom:link href="http://www.isdada.com/tag/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.isdada.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Nov 2011 08:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ActionScript,JavaScript,Java Applet的效率对比</title>
		<link>http://www.isdada.com/compare-between-as-js-applet.html</link>
		<comments>http://www.isdada.com/compare-between-as-js-applet.html#comments</comments>
		<pubDate>Thu, 26 Jun 2008 01:54:28 +0000</pubDate>
		<dc:creator>达达</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.asflex.cn/?p=255</guid>
		<description><![CDATA[哪位同学有空再加一个SilverLight的对比吧：） 让人很无语的WorkPress，用表格把这个页面都撑开了。用截图吧。。。 All tests were on the same system (2Ghz AMD Athlon XP2400+ Windows XP 1.5Gb RAM) All times are in milliseconds All tests were repeated multiple times on different days (after reboots) and on different systems to ensure that the results were consistent, but variation is inevitable. Try the tests on your own system.. <a href='http://www.isdada.com/compare-between-as-js-applet.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff6600;">哪位同学有空再加一个SilverLight的对比吧：）</span></p>
<p><span style="color: #ff6600;">让人很无语的WorkPress，用表格把这个页面都撑开了。用截图吧。。。</span></p>
<p><a href="http://www.isdada.com/wp-content/uploads/2008/06/asjsapplet.png"><img class="alignnone size-medium wp-image-256" title="asjsapplet" src="http://www.isdada.com/wp-content/uploads/2008/06/asjsapplet-400x169.png" alt="请单击打开新页面放大查看" width="400" height="169" /></a></p>
<p>All tests were on the same system (2Ghz AMD Athlon XP2400+ Windows XP 1.5Gb RAM)<br />
All times are in milliseconds<br />
All tests were repeated multiple times on different days (after reboots) and on different systems to ensure that the results were consistent, but variation is inevitable. Try the tests on your own system.. and please report problems..<br />
Flash tests (FP7,8,and 8.5) were loaded in IE6<br />
Flash Players used: 7.0.19.0,  8.0.5.0,  8.5.0.133,  9.0.18.60<br />
* indicates first run / second run of the same <span class="t_tag" onclick="tagshow(event)">function</span><br />
Run the Java version (prepared by Bill Riemers) of the test <a href="http://docbill.foxtrottechnologies.com/javabenchmark/" target="_blank"><span style="color: #0000ff;">here</span></a> (note.. it takes roughly 70 seconds for the applet to load the first time on my system. Results shown above are from reloading the page) The detailed result from running his benchmark on my system is <a href="http://oddhammer.com/actionscriptperformance/set4/java_results.htm" target="_blank"><span style="color: #0000ff;">here</span></a> (yep.. I rounded some numbers.. we&#8217;re comparing 4649ms vs 6ms here)<br />
Tests run on 11/24/06 used <a href="http://www.onflex.org/perf/" target="_blank"><span style="color: #0000ff;">updated Flash SWF from Ted Patrick</span></a> and used the released Flash Player 9. Some of the other tests (JS and FP7) were run again just to check that the results were still in line since they were run in the Fall of 2005. I didn&#8217;t rerun all of the JavaScript tests for IE6, and didn&#8217;t change the results because they were only off by a few miliseconds on most of them. I added the results for running JS in Opera.. and reran the Firefox tests since a new version was released.<br />
Note that I did not run these test in the “stand alone” Flash Player. They&#8217;re run in the browser because that&#8217;s where almost all of my Flash code is executed. However, I&#8217;ve found in the past that code generally executes faster in the stand alone player.<br />
1. <a href="http://andrew.hedges.name/experiments/speed_test/index3.html" target="_blank"><span style="color: #0000ff;">JavaScript Speed test #3 </span></a><br />
2. <a href="http://pajhome.org.uk/crypt/md5/md5src.html" target="_blank"><span style="color: #0000ff;">JavaScript MD5 implementation</span></a><br />
2. <a href="http://www.secureplay.com/product-docs/MD5-Message-Digest.htm" target="_blank"><span style="color: #0000ff;">Flash implementation </span></a>other JS tests were based (sometimes loosely) on <a href="http://www.umsu.de/jsperf/index2.php" target="_blank"><span style="color: #0000ff;">some of these</span></a><br />
Download sources:<br />
<a href="http://oddhammer.com/actionscriptperformance/set4/HTML.zip" target="_blank"><span style="color: #0000ff;">HTML</span></a>,<br />
<a href="http://oddhammer.com/actionscriptperformance/set4/FLAs.zip" target="_blank"><span style="color: #0000ff;">FLAs/SWFs</span></a> (ActionScript 2)<br />
<a href="http://oddhammer.com/actionscriptperformance/set4/MXML.zip" target="_blank"><span style="color: #0000ff;">M<span class="t_tag" onclick="tagshow(event)">XML</span></span></a> (original) * note that my MXML is quite crappy because I hadn&#8217;t even started learning ActionScript3 when I put this together..<br />
<a href="http://www.deitte.com/archives/2006/07/updated_perform.htm" target="_blank"><span style="color: #0000ff;">MXML</span></a> by Brian Deitte (strict typing made huge improvements over my original code)<br />
<a href="http://www.onflex.org/perf/srcview/" target="_blank"><span style="color: #0000ff;">MXML</span></a> by Ted Patrick (note that all tests are run sequentially without unloading the SWF.. results vary greatly when I test multiple times)<br />
<a href="http://docbill.foxtrottechnologies.com/javabenchmark/JavaBenchmark.zip" target="_blank"><span style="color: #0000ff;">Java</span></a> by Bill Riemers</p>
<p>Copy From :<a href="http://oddhammer.com/actionscriptperformance/set4/" target="_blank">http://oddhammer.com/<span class="t_tag" onclick="tagshow(event)">actionscript</span>performance/set4/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.isdada.com/compare-between-as-js-applet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Java SE Runtime Environment 6.0 Update 10</title>
		<link>http://www.isdada.com/sun-java-se-runtime-environment-60-update-10.html</link>
		<comments>http://www.isdada.com/sun-java-se-runtime-environment-60-update-10.html#comments</comments>
		<pubDate>Wed, 30 Apr 2008 23:22:59 +0000</pubDate>
		<dc:creator>达达</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.asflex.cn/?p=95</guid>
		<description><![CDATA[Sun Java SE Runtime Environment 6.0 Update 10 虽然最近已经没搞Java了，但是绝对不会忘记他，即使那本厚厚的《Thinking in Java 4nd》离读完还遥遥无期~]]></description>
			<content:encoded><![CDATA[<p><a href="http://java.sun.com/javase/downloads/index.jsp">Sun Java SE Runtime Environment 6.0 Update 10</a></p>
<p>虽然最近已经没搞Java了，但是绝对不会忘记他，即使那本厚厚的《Thinking in Java 4nd》离读完还遥遥无期~</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isdada.com/sun-java-se-runtime-environment-60-update-10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

