<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Making XML schema validation fast</title>
	<atom:link href="http://softwareblogs.intel.com/2008/04/30/making-xml-schema-validation-fast/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwareblogs.intel.com/2008/04/30/making-xml-schema-validation-fast/</link>
	<description></description>
	<pubDate>Fri, 29 Aug 2008 07:04:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Yongnian Le</title>
		<link>http://softwareblogs.intel.com/2008/04/30/making-xml-schema-validation-fast/#comment-12335</link>
		<dc:creator>Yongnian Le</dc:creator>
		<pubDate>Tue, 06 May 2008 02:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://softwareblogs.intel.com/2008/04/30/making-xml-schema-validation-fast/#comment-12335</guid>
		<description>To achieve high performance by utilizing SIMD instructions is quite promising for XML processing. Not only in schema validation, but also in XML parsing, Intel® SSE4.2/STTNI achieves great performance speedup compared with current algorithm. A quick read into below paper would give you more sense on how SIMD instructions are used to accelerate XML parsing by overall 25%. 
http://softwarecommunity.intel.com/isn/downloads/intelavx/Intel%20XML%20Parsing%20Accelerator%20w%20Intel%20SSE4_WP.pdf

Besides above, our XML engineering team is consider to exploit more opportunities in XML processing, like how to utilize SIMD instructions in other XML processing and try to explore more parallel opportunities in XML parsing by SIMD instructions.</description>
		<content:encoded><![CDATA[<p>To achieve high performance by utilizing SIMD instructions is quite promising for XML processing. Not only in schema validation, but also in XML parsing, Intel® SSE4.2/STTNI achieves great performance speedup compared with current algorithm. A quick read into below paper would give you more sense on how SIMD instructions are used to accelerate XML parsing by overall 25%.<br />
<a href="http://softwarecommunity.intel.com/isn/downloads/intelavx/Intel%20XML%20Parsing%20Accelerator%20w%20Intel%20SSE4_WP.pdf" rel="nofollow">http://softwarecommunity.intel.com/isn/downloads/intelavx/In.....SE4_WP.pdf</a></p>
<p>Besides above, our XML engineering team is consider to exploit more opportunities in XML processing, like how to utilize SIMD instructions in other XML processing and try to explore more parallel opportunities in XML parsing by SIMD instructions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
