You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15077 lines
566 KiB
15077 lines
566 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<title>Efficient XML Interchange Measurements Note</title>
|
|
<style type="text/css">
|
|
div.ai,
|
|
div.ai-doc,
|
|
div.ai-japex,
|
|
div.issue { font-family: monospace; }
|
|
div.ai-doc-submitted { font-family: monospace; display: none; }
|
|
div.status { font-family: monospace; display: none; }
|
|
.editorial { color: gray; }
|
|
.editorial-prev { color: gray; display: none; }
|
|
.future { display: none; }
|
|
p, ul, ol, dd {margin-right: 2cm}
|
|
hr { margin-right: 2cm}
|
|
th { text-align: left; }
|
|
td { vertical-align: top; }
|
|
li { margin-bottom: 0.5em; }
|
|
h2, h3, h4 { margin-top: 1.2em; }
|
|
h5 { margin-bottom: -.5em; }
|
|
|
|
|
|
table.qa {
|
|
border-collapse: collapse;
|
|
margin: 1em auto;
|
|
}
|
|
|
|
table.qa, .qa tr, .qa th, .qa td {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.qa th, .qa td {
|
|
text-align: left;
|
|
padding: 5px 1em;
|
|
}
|
|
|
|
.qa tr.legend th {
|
|
text-align: center;
|
|
background: #005a9c;
|
|
color: #fff;
|
|
}
|
|
|
|
.qa th {
|
|
background: #dadada;
|
|
}
|
|
|
|
.qa th a {
|
|
text-decoration: none;
|
|
color: blue;
|
|
}
|
|
|
|
.qa tr.principle {
|
|
font-weight: bold;
|
|
background: #fafafa;
|
|
}
|
|
|
|
.qa tr.practice {
|
|
font-weight: normal;
|
|
}
|
|
|
|
</style>
|
|
<link rel="stylesheet" type="text/css"
|
|
href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="head">
|
|
<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home"
|
|
alt="W3C" height="48" width="72" /></a></p>
|
|
|
|
<h1 id="title">Efficient XML Interchange Measurements Note</h1>
|
|
|
|
<h2 id="maturity">W3C Working Draft 25 July 2007</h2>
|
|
<dl>
|
|
<dt>This version:</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/2007/WD-exi-measurements-20070725/">http://www.w3.org/TR/2007/WD-exi-measurements-20070725/</a></dd>
|
|
<dt>Latest version:</dt>
|
|
<dd><a href="http://www.w3.org/TR/exi-measurements/">http://www.w3.org/TR/exi-measurements/</a></dd>
|
|
<dt>Previous version:</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/2006/WD-exi-measurements-20060718/">http://www.w3.org/TR/2006/WD-exi-measurements-20060718/</a></dd>
|
|
<dt>Editors:</dt>
|
|
<dd>Greg White, Stanford University</dd>
|
|
<dd>Jaakko Kangasharju, University of Helsinki</dd>
|
|
<dd>Don Brutzman, Web3D Consortium</dd>
|
|
<dd>Stephen Williams, High Performance Technologies, Inc.</dd>
|
|
</dl>
|
|
|
|
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2007 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
|
|
</div>
|
|
<hr />
|
|
|
|
<div>
|
|
<h2><a name="abstract" id="abstract">Abstract</a></h2>
|
|
|
|
<p>This Working Group Note presents measurement results of various
|
|
high-performance XML interchange encoding formats and their associated
|
|
processors, made by the Efficient XML Interchange (EXI) Working Group. The
|
|
measurements have been conducted following the recommendations of the <a
|
|
href="http://www.w3.org/XML/Binary/">XML Binary Characterization (XBC)
|
|
Working Group</a>. In particular, this draft covers measurements of the
|
|
properties of <a
|
|
href="http://www.w3.org/TR/xbc-properties/#compactness">"compactness"</a>, <a
|
|
href="http://www.w3.org/TR/xbc-properties/#processing-efficiency">"processing
|
|
efficiency"</a> and <a
|
|
href="http://www.w3.org/TR/xbc-properties/#roundtrip-support">"roundtrip
|
|
support"</a>, as defined by the XBC WG. We start by describing the context in
|
|
which this analysis is being made, and the position of an efficient format in
|
|
the landscape of high performance XML strategies. Then we describe the
|
|
measured quantities in detail and the test framework in which they were made,
|
|
and give a short description of each format. Finally, a summary of the
|
|
results and the conclusions of the group are included. The
|
|
full measurements and analysis are included in <a
|
|
href="#Ax-details">an appendix</a> and <a
|
|
href="http://www.w3.org/XML/EXI/test-report">supporting
|
|
documents</a>.</p>
|
|
|
|
<p>As a result of the measurements described here, the working group selected
|
|
Efficient XML (<a href="#ref-EfficientXML">[EffXML]</a>) to be the
|
|
basis for the proposed encoding specification to be
|
|
prepared as a candidate W3C Recommendation. Follow up work has centered
|
|
around integrating some features from the other measured format technologies,
|
|
particularly variations for both more efficient structural and value
|
|
encodings. </p>
|
|
</div>
|
|
|
|
<div>
|
|
<h2><a name="status" id="status">Status of this Document</a></h2>
|
|
|
|
<p><em>This section describes the status of this document at the time of its
|
|
publication. Other documents may supersede this document. A list of current
|
|
W3C publications and the latest revision of this technical report can be
|
|
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
|
|
at http://www.w3.org/TR/.</em></p>
|
|
|
|
<p>This note presents measurement results of the EXI Working Group's tests of
|
|
various high performance XML interchange encoding formats. This draft (<a
|
|
href="#maturity">see non-normative version above</a>) concentrates on the
|
|
properties of <a
|
|
href="http://www.w3.org/TR/xbc-properties/#compactness">"compactness"</a>, <a
|
|
href="http://www.w3.org/TR/xbc-properties/#processing-efficiency">"processing
|
|
efficiency"</a> and <a
|
|
href="http://www.w3.org/TR/xbc-properties/#roundtrip-support">"roundtrip
|
|
support"</a>.</p>
|
|
|
|
<p>This draft adds analysis to the measurement results. Additionally
|
|
measurements of network interactions are included. The results
|
|
reported in this draft are considered to be stable, though there are still
|
|
some minor issues to correct with the measurement framework that are also
|
|
reported. </p>
|
|
|
|
<p>Following drafts of this note may add measurements of further features
|
|
under consideration for the candidate format recommendation, such as
|
|
performance enhancement under strict schema dependence, IEEE float support,
|
|
random access, etc. (as listed, at the time of writing, in appendix E of the
|
|
First Draft of the format specification). </p>
|
|
|
|
<p>While compactness will not generally vary from implementation to
|
|
implementation, processing efficiency may vary widely between implementations
|
|
of a given format. The current framework characterizes processing efficiency
|
|
of specific implementations, rather than attempting to evaluate any nominal
|
|
upper limit of processing efficiency for each format's primary algorithm. </p>
|
|
|
|
<p>This document was developed by the <a
|
|
href="http://www.w3.org/XML/EXI/">Efficient XML Interchange (EXI) Working
|
|
Group</a>. A complete list of changes to this document is available.</p>
|
|
|
|
<p>Comments on this document are invited and are to be sent to the public <a
|
|
href="mailto:public-exi@w3.org">public-exi@w3.org</a> mailing list (<a
|
|
href="http://lists.w3.org/Archives/Public/public-exi/">public archive</a>). If
|
|
substantive comments are received, the Working Group may revise this Working
|
|
Group Note.</p>
|
|
|
|
<p>Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p>
|
|
|
|
<p> This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. The group does not expect this document to become a W3C Recommendation. W3C maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/38502/status">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>. </p>
|
|
|
|
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="toc">
|
|
<h2><a name="toc" id="toc">Table of Contents</a></h2>
|
|
|
|
<p></p>
|
|
</div>
|
|
<hr />
|
|
|
|
<div class="toc">
|
|
<ul>
|
|
<li><a href="#objectives">1. Objectives</a></li>
|
|
<li><a href="#context">2. Methodological Context</a></li>
|
|
<li><a href="#HighPerformanceXML">3. High Performance XML
|
|
Strategies</a></li>
|
|
<li><a href="#methodology">4. Test Methodology</a>
|
|
<ul>
|
|
<li><a href="#ts-characteristics">4.1. Measured Characteristics</a>
|
|
<ul>
|
|
<li><a href="#ts-char-metrics">4.1.1. Characteristics of XML
|
|
Complexity</a></li>
|
|
<li><a href="#ts-data-summary">4.1.2. Test Data Classification</a>
|
|
<ul>
|
|
<li><a href="#ts-data-caveats">4.1.2.1. Caveats</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#methodology-foms">4.2. Figures of Merit</a>
|
|
<ul>
|
|
<li><a href="#methodology-pe">4.2.1. Characterization of Processing
|
|
Efficiency</a>
|
|
<ul>
|
|
<li><a href="#methodology-pe-tasks">4.2.1.1. Measured Tasks of
|
|
Processing Efficiency</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#methodology-compactness">4.2.2. Characterization of
|
|
Compactness</a>
|
|
<ul>
|
|
<li><a href="#methodology-meas-compact">4.2.2.1. Measurement of
|
|
Compactness</a></li>
|
|
<li><a href="#methodology-compaction-classes">4.2.2.2.
|
|
Application Classes</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#methodology-japex">4.3. Measurement Framework</a>
|
|
<ul>
|
|
<li><a href="#japex-speed">4.3.1. Framework's Measurement of
|
|
Processing Efficiency</a></li>
|
|
<li><a href="#methodology-PE-warmup">4.3.2. Reproducibility
|
|
Criteria, Warm-up and Caching</a></li>
|
|
<li><a href="#measjava">4.3.3. Measurement of Processing Efficiency
|
|
of Java Based Candidates</a>
|
|
<ul>
|
|
<li><a href="#decode">4.3.3.1. Decode</a></li>
|
|
<li><a href="#encode">4.3.3.2. Encode</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#measnative">4.3.4. Measurement of Processing
|
|
Efficiency of Native (C/C++) Candidates</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#methodology-c">4.4. Native Language Implementation
|
|
Considerations</a></li>
|
|
<li><a href="#methodology-fidelity">4.5. Fidelity Considerations</a>
|
|
<ul>
|
|
<li><a href="#preservationOfInformation">4.5.1. Preservation of
|
|
Information Represented by Test Groups</a>
|
|
<ul>
|
|
<li><a href="#Preservati">4.5.1.1. Preservation of White
|
|
Space</a></li>
|
|
<li><a href="#Preservati1">4.5.1.2. Preservation of
|
|
Comments</a></li>
|
|
<li><a href="#Preservati2">4.5.1.3. Preservation of Processing
|
|
Instructions</a></li>
|
|
<li><a href="#Preservati3">4.5.1.4. Preservation of Namespace
|
|
Prefixes</a></li>
|
|
<li><a href="#Preservati4">4.5.1.5. Preservation of Lexical
|
|
Values</a></li>
|
|
<li><a href="#Preservati5">4.5.1.6. Preservation of the
|
|
Document Type Declaration and Internal Subset</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#fidelity-scale">4.5.2. Fidelity Scale</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#methodology-analysis">4.6. Analysis Methodology</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#contributions">5. Contributed Candidate EXI
|
|
Implementations</a>
|
|
<ul>
|
|
<li><a href="#contributions-ASN1-BER">5.1. X.694 ASN.1 with BER</a></li>
|
|
<li><a href="#contributions-PER">5.2. X.694 ASN.1 with PER</a></li>
|
|
<li><a href="#contributions-xebu">5.3. Xebu</a>
|
|
<ul>
|
|
<li><a href="#contributions-xebu-caveats">5.3.1. Caveats</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#contributions-xsbc">5.4. Extensible Schema-Based
|
|
Compression (XSBC)</a></li>
|
|
<li><a href="#contributions-fxdi">5.5. Fujitsu XML Data Interchange
|
|
Format (FXDI)</a></li>
|
|
<li><a href="#contributions-FI">5.6. Fast Infoset</a>
|
|
<ul>
|
|
<li><a href="#contributions-FI-caveats">5.6.1. Caveats</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#contributions-efx">5.7. Efficient XML</a>
|
|
<ul>
|
|
<li><a href="#contributions-efx-caveats">5.7.1. Caveats</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#contributions-perfi">5.8. X.694 ASN.1 with PER + Fast
|
|
Infoset</a></li>
|
|
<li><a href="#contributions-esxml">5.9. Efficiency Structured XML
|
|
(esXML)</a>
|
|
<ul>
|
|
<li><a href="#contributions-esxml-caveats">5.9.1. Caveats</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#contributions-assessment">5.10. Self-Assessment</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#results">6. Summary and Analysis of Test Results</a>
|
|
<ul>
|
|
<li><a href="#results-compactification">6.1. Compactness</a>
|
|
<ul>
|
|
<li><a href="#results-compaction-by-class">6.1.1. Analysis Based on
|
|
the <acronym title="XML Binary Characterization">XBC</acronym>
|
|
Compaction Metrics in the Various Classes</a></li>
|
|
<li><a href="#results-compactness-summary">6.1.2. Compactness
|
|
Summary</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#results-PE">6.2. Processing Efficiency</a>
|
|
<ul>
|
|
<li><a href="#results-pe-summary">6.2.1. Processing Efficiency
|
|
Summary</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#results-roundtrip">6.3. Roundtrip Support</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#conclusions">7. Conclusions</a></li>
|
|
<li><a href="#references">8. Bibliography</a></li>
|
|
<li><a href="#Ax">9. Appendices</a>
|
|
<ul>
|
|
<li><a href="#Ax-details">9.1. Appendix A: Measurement Details</a>
|
|
<ul>
|
|
<li><a href="#Ax-details-explain">9.1.1. Methods of Detailed
|
|
Analysis</a>
|
|
<ul>
|
|
<li><a href="#Ax-details-explain-graph">9.1.1.1. Graphical
|
|
Representation</a></li>
|
|
<li><a href="#Ax-details-explain-table">9.1.1.2. Tabular
|
|
Representation</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#Ax-details-compaction">9.1.2. Compaction Analysis
|
|
Details</a>
|
|
<ul>
|
|
<li><a href="#Ax-details-compaction-summary">9.1.2.1. Tabular
|
|
and Graphical Representation of Compaction Results</a></li>
|
|
<li><a href="#c-content-density-analysis">9.1.2.2. Analysis of
|
|
Compaction Based on the Content Density Clusters</a></li>
|
|
<li><a href="#use-groups-analysis">9.1.2.3. Analysis of
|
|
Compaction Based on the Use Groups</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#Ax-details-pe">9.1.3. Processing Efficiency Analysis
|
|
Details</a>
|
|
<ul>
|
|
<li><a href="#Ax-details-pe-summary">9.1.3.1. Tabular and
|
|
Graphical Representation of Processing Efficiency
|
|
Results</a></li>
|
|
<li><a href="#encoding-content-density-analysis">9.1.3.2.
|
|
Analysis of Encoding Efficiency Based on the Content Density
|
|
Clusters</a></li>
|
|
<li><a href="#encoding-use-groups-analysis">9.1.3.3. Analysis
|
|
of Encoding Efficiency Based on the Use Groups</a></li>
|
|
<li><a href="#decoding-content-density-analysis">9.1.3.4.
|
|
Analysis of Decoding Efficiency Based on the Content Density
|
|
Clusters</a></li>
|
|
<li><a href="#decoding-use-groups-analysis">9.1.3.5. Analysis
|
|
of Decoding Efficiency Based on the Use Groups</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#Ax-details-native">9.1.4. Native Candidates
|
|
Processing Efficiency Analysis Details</a>
|
|
<ul>
|
|
<li><a href="#Ax-details-native-summary">9.1.4.1. Tabular and
|
|
Graphical Representation of Results</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#Ax-details-network">9.1.5. Network Processing
|
|
Efficiency Analysis Details</a>
|
|
<ul>
|
|
<li><a href="#Ax-details-network-summary">9.1.5.1. Tabular and
|
|
Graphical Representation of Results</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#Ax-testsuite">9.2. Appendix B: Description of
|
|
Measurements Test Suite</a>
|
|
</li>
|
|
<li><a href="#Ax-furtherwork">9.3. Appendix C: Further Work</a></li>
|
|
<li><a href="#appendix-HTTP-scenario">9.4. Appendix D: Scenario for
|
|
Interoperability of XML and EXI using HTTP</a></li>
|
|
<li><a href="#appendix-test-machines">9.5. Appendix E: Characterization
|
|
of the Measurement Machines</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2 id="objectives">1. Objectives</h2>
|
|
|
|
<p>The objective of this document is to provide an analysis of the expected
|
|
performance characteristics of a potential "Efficient XML Interchange" (EXI)
|
|
encoding format. A successful EXI format will include facilities for helping
|
|
computers encode and decode the entities of XML documents efficiently and in
|
|
a compact form. The purpose of such a format would be to enable the use of
|
|
tools and processing models in the current XML technology stack, in
|
|
environments where the costs of producing, exchanging, and consuming XML are
|
|
currently high or prohibitive. Additionally, such a format may well enable an
|
|
expansion of the use of web technologies to new applications or industries,
|
|
which presently find some facilities of XML attractive, but are limited by
|
|
some hard constraints on encoded length or some aspect of computational
|
|
efficiency. </p>
|
|
|
|
<p>Based on the measurements described here, the working group has selected
|
|
Efficient XML (<a href="#ref-EfficientXML">[EffXML]</a>) to be the
|
|
basis for the proposed encoding specification to be
|
|
prepared as a candidate W3C Recommendation. </p>
|
|
|
|
<h2 id="context">2. Methodological Context</h2>
|
|
|
|
<p>The Extensible Markup Language (XML), is an application profile of
|
|
Standard Generalized Markup Language (SGML). It provides a well defined
|
|
syntax and encoding by which structured, textual, data can be examined by
|
|
people, and exchanged and interpreted by computers. The well defined basis of
|
|
XML, and its simple syntax that permits ready semantic interpretation, has
|
|
resulted in a very broad range of successful uses. There are a number of use
|
|
cases for which these advantages are tempered by inefficiencies which stem
|
|
from the textual encoding of XML. These cases, for instance, require a
|
|
compact form, such as in small portable devices like mobile phones, or an
|
|
encoding which avoids the time spent on floating point conversion, such as in
|
|
scientific and engineering fields. Many use cases, and the properties of XML
|
|
to which they are sensitive, were documented extensively by the <a
|
|
href="http://www.w3.org/XML/Binary/">XML Binary Characterization Working
|
|
Group</a>, in [<a href="#ref-XBC-UC">XBC Use Cases</a>] and [<a
|
|
href="#ref-XBC-properties">XBC properties</a>].</p>
|
|
|
|
<p>The XBC WG recommended that work on an Efficient XML Interchange format
|
|
proceed, since alternative formats which appeared to meet some or all of the
|
|
property criteria already existed. However, the XBC WG did not perform a
|
|
quantitative analysis of those formats, nor define measurable thresholds of
|
|
performance which should be achieved for each use case and property. This
|
|
Note provides measurement data regarding some of the quantitative <a
|
|
href="http://www.w3.org/TR/xbc-properties/">Properties</a> of XML relevant to
|
|
the creation of an efficient format for the interchange of XML, including its
|
|
encoding and processing. In general, we do not here review the simple-valued
|
|
properties of each format, such as whether they are "Royalty Free".</p>
|
|
|
|
<p>This draft concentrates on the two most critical properties of XML for a
|
|
potential efficient interchange format: <a
|
|
href="http://www.w3.org/TR/xbc-properties/#compactness">"compactness"</a> and
|
|
<a
|
|
href="http://www.w3.org/TR/xbc-properties/#processing-efficiency">"processing
|
|
efficiency"</a>. These are important in that they are both significant
|
|
drawbacks with existing XML solutions in many use cases, and they are
|
|
difficult to accurately model. In addition, results for the <a
|
|
href="http://www.w3.org/TR/xbc-properties/#roundtrip-support">"roundtrip
|
|
support"</a> property are reported, as that is a necessary
|
|
property for any XML format, and failing to properly roundtrip
|
|
may allow a candidate to achieve unrealistically good results in
|
|
the other two properties.</p>
|
|
|
|
<p>In order to characterize the performance of the candidates with respect to
|
|
these properties, the EXI working group assembled a significantly larger set
|
|
of test data than was collected by the XBC. The group has also created a <a
|
|
href="#methodology-japex">testing framework</a>, based on <a
|
|
href="#ref-japex">Japex</a>, which enables efficient testing of different
|
|
candidate formats and implementations against a variety of different XML
|
|
data. The wide set of test data is intended to highlight any binary-encoding
|
|
format which achieves good results at the expense of being narrowly focused,
|
|
and to help determine the generality of each format. The inclusion of many
|
|
candidate algorithms improves the likelihood of identifying superior
|
|
solutions which might ultimately inform an ideal single-format EXI
|
|
recommendation.</p>
|
|
|
|
<p>Results are included for each of these candidates versus common XML
|
|
solutions. Since processing efficiency is a measure of both format and
|
|
implementation combined, the EXI group issued a public call for fast XML
|
|
implementations to avoid drawing misleading conclusions. As a result of this
|
|
call, an existing high-performance XML parser (Xals) was provided, and used
|
|
in the measurements to obtain a baseline of XML processing efficiency. XML
|
|
Screamer was tested outside the framework, but intellectual property issues
|
|
forbade its inclusion in the framework and therefore comparative measurements
|
|
could not be made. </p>
|
|
|
|
<h2 id="HighPerformanceXML">3. High Performance XML Strategies</h2>
|
|
|
|
<div class="status">
|
|
Submitted: May, PH. Integrated: 23-May, GW. Edited: 27-May, GW: Collapsed
|
|
intent from OG's viability arg and Peter's HP XML parsing/screamer arg, into
|
|
smaller space. June 4: SW: rewrote introduction, edited, included condensed
|
|
thoughts from PH's note.</div>
|
|
|
|
<p>As documented in [<a href="#ref-XBC-characterization">XBC
|
|
Characterization</a>], the main properties that are considered lacking from
|
|
XML are Compactness and Processing Efficiency, and these shortcomings have led to the
|
|
development of alternative formats. However, due to the ubiquity of XML, it
|
|
would be better for interoperability to attempt to rectify these problems
|
|
without moving away from XML. For Compactness, the only widely available
|
|
alternative is generic compression below the XML level, as XML-specific
|
|
compression algorithms have not achieved wide usage. Another option is
|
|
to design the XML document structure so that it becomes more compact,
|
|
for instance by choosing short element and attribute names and preferring content in
|
|
attributes, as is the case with <a
|
|
href="http://www.fixprotocol.org/">FIXML</a>. </p>
|
|
|
|
<p>For improving Processing Efficiency, there are more options. An XML parser
|
|
is a complex system and a naïve implementation is rarely very efficient.
|
|
Furthermore, Processing Efficiency also encompasses phases like schema
|
|
validation and conversion into application data, so improvements may need to
|
|
be considered throughout the XML stack. The general way to improve Processing
|
|
Efficiency is to optimize parser performance. Even widely-used parsers may
|
|
have room for significant improvement. For instance, preliminary measurements
|
|
in the EXI framework indicate that the default parser shipped with Java
|
|
improved noticeably from version 5.0 to version 6, showing 2-3-fold
|
|
improvement for some cases. </p>
|
|
|
|
<p>Other improvements to XML Processing Efficiency are cases where the
|
|
performance is improved for a specific usage pattern. Published techniques
|
|
can be largely divided into three classes: schema-derived parsing, differential
|
|
parsing, and stack integration. None of these techniques improves processing
|
|
performance for all, or even a majority of, XML documents in a single
|
|
application. Rather, they provide techniques that can be used to improve
|
|
performance in each applicable use case individually. </p>
|
|
|
|
<p>Schema-derived parsing refers to the technique of pre-compiling an
|
|
available schema in some manner so that documents conforming to the schema
|
|
are parsed efficiently. The product of the compilation can be either
|
|
executable code [<a href="#ref-ChiuLu">ChiuLu</a>] or data structures for a
|
|
generic parser [<a href="#ref-Engelen-automata">EngelenAutomata</a>]. Of
|
|
these, the latter is usually preferred in dynamic environments where new
|
|
schemas may be required to be recognized. Furthermore, there should be little
|
|
difference in efficiency between the two techniques as XML is a simple enough
|
|
language that techniques for generating efficient parsing tables are well
|
|
established. </p>
|
|
|
|
<p>Typical XML processing systems do not expect to receive arbitrary XML.
|
|
Rather, the common case is that incoming documents in a single use case
|
|
follow some schema, either an explicit or an implicit one. This observation
|
|
is the basis behind differential parsing. A differential parser will store
|
|
information on the XML documents it processes. Then, when another document is
|
|
being processed, this stored information is used to efficiently process the
|
|
parts in the document that match the stored information, leaving only the
|
|
differences to be processed with the general system. Differential parsing has
|
|
been based both on saving the parser state by creating checkpoints in the
|
|
processed stream [<a href="#ref-Abu-Ghazaleh-deser">Abu-Ghazaleh2</a>] and on
|
|
creating a finite automaton based on the byte sequences in the processed
|
|
documents [<a href="#ref-Takase">Takase</a>]. </p>
|
|
|
|
<p>Stack integration considers the full XML processing system, not just the
|
|
parser. By selectively combining the components of the processing stack through
|
|
abstract APIs, the system can directly produce application data from the
|
|
bytes that were read. Two prominent examples of this technique are [<a
|
|
href="#ref-screamer">Screamer</a>] and [<a
|
|
href="#ref-Engelen-gsoap">EngelenGSOAP</a>]. Both of these can also be called
|
|
schema-derived as they compile a schema into code. However, neither simply
|
|
generates a generic parser, but rather a full stack for converting between
|
|
application data and serialized XML. This gives a significant improvement
|
|
compared to just applying the pre-compilation to the parsing layer. </p>
|
|
|
|
<p>Of these techniques, none is specific to XML, but could be
|
|
applied to the implementation of an EXI format as well. An EXI format is required to be able to use
|
|
a schema to achieve improved Compactness, which implies a level of schema
|
|
awareness that could potentially be used to also improve Processing
|
|
Efficiency. Depending on the format specifics, it may be amenable to
|
|
differential parsing as well. Properly-designed stack integration of an EXI
|
|
format is expected to provide large benefits, especially for applications
|
|
that process large amounts of data in floating point format or other formats
|
|
with an inefficient text representation [<a href="#ref-BXSA">BXSA</a>]. </p>
|
|
|
|
<p>The EXI Working Group published a call for efficient XML parser
|
|
implementations to obtain a reasonable point of comparison in the
|
|
measurements. The only parser that was provided as a result of this call was
|
|
Xals from Fujitsu, a fully conforming high-performance XML parser that
|
|
supports the usual APIs such as SAX and DOM. The main technique used in Xals
|
|
is the integration of character decoding into the parser instead of using the
|
|
platform's default libraries. This avoids the need to copy data in memory
|
|
prior to it being passed to the application. Xals also checks most of the XML
|
|
constraints prior to decoding, achieving greater efficiency than with
|
|
character-based checking. An additional benefit of these techniques is
|
|
greater portability, as there is no need to rely on a platform's default
|
|
library for character decoding. </p>
|
|
|
|
<h2 id="methodology">4. Test Methodology</h2>
|
|
<p>This section describes the measured characteristics, the
|
|
measurement process, and the analysis employed, to evaluate the
|
|
performance of submitted candidate formats for efficient XML
|
|
interchange. </p>
|
|
|
|
<h3 id="ts-characteristics">4.1. Measured Characteristics</h3>
|
|
|
|
<p>The independent data characteristics over which we measured the
|
|
candidates were firstly size, and secondly an aggregate called
|
|
"content density", described below. We also present a taxonomy of use
|
|
case groups to classify the test data, and so scope the results for a
|
|
given potential user. </p>
|
|
|
|
<div class="status">
|
|
Submitted: 25-Apr by GW. Integrated: 1-May, GW. Status: Edited 1-May, GW
|
|
Forward Reference: Note that the property of a format that it can handle
|
|
large documents will probably not be satisfied by those which require to load
|
|
the whole document into memory!</div>
|
|
|
|
<h4 id="ts-char-metrics">4.1.1. Characteristics of XML Complexity</h4>
|
|
|
|
<p>The <cite>XBC Measurements Document [<a href="#ref-XBC-meas">XBC
|
|
Measurements</a>] 6.2.1.5 (<a
|
|
href="http://www.w3.org/TR/xbc-measurement/#meas-considerations">Measurement
|
|
Considerations</a></cite>) says that processing efficiency is related to size
|
|
and to complexity. Additionally, it discusses data complexity in the context
|
|
of a large number of scenarios and property profiles of use cases. However,
|
|
how to quantitatively determine the complexity of a single document, in order
|
|
to gauge the response of a format's processing characteristics to complexity,
|
|
is not discussed. </p>
|
|
|
|
<p>
|
|
Size can naturally be considered the primary determinant of
|
|
candidate format performance for many quantitatively measurable
|
|
properties, and therefore the test documents must be
|
|
characterized along the size axis. As the measurement of size,
|
|
the group selected the size of the document in bytes, encoded as
|
|
it was provided to the group. Since processing efficiency is
|
|
partly determined by the amount of time that it takes for the
|
|
document to be transferred into accessible memory, using the
|
|
number of bytes instead of characters as the metric is the
|
|
sensible choice.
|
|
</p>
|
|
|
|
<p>
|
|
Quantitatively measuring the complexity of an XML document is
|
|
more difficult than simply measuring its size. <cite><a
|
|
href="http://ieeexplore.ieee.org/iel5/9755/30769/01425179.pdf">Determining
|
|
the Complexity of XML Documents</a></cite> ([<a
|
|
href="#ref-Qureshi">DET-COMPLEXITY</a>]) uses the following
|
|
complexity metrics in addition to size:
|
|
</p>
|
|
<ul>
|
|
<li>total number of elements,</li>
|
|
<li>total number of distinct elements,</li>
|
|
<li>height of the tree, and</li>
|
|
<li>sum of the depths of the nodes.</li>
|
|
</ul>
|
|
<p>
|
|
[<a href="#ref-Qureshi">DET-COMPLEXITY</a>] also considers the
|
|
complexity of DTDs, but since many of the test documents do not
|
|
have associated DTDs or other schemas, these considerations are
|
|
not applicable.
|
|
</p>
|
|
<p>
|
|
Characterizing the test suite along too many different
|
|
complexity axes may not be sensible, as the test documents would
|
|
then be split into groups too small to facilitate meaningful
|
|
aggregate conclusions. Therefore, the group decided
|
|
to use only one complexity metric in addition to size for
|
|
measuring the amount of structure in an XML document. This
|
|
metric is <em>content density</em> (CD),
|
|
computed as follows:
|
|
</p>
|
|
<ol>
|
|
<li>
|
|
gather all character data information items that are the
|
|
direct children of an element information item
|
|
</li>
|
|
<li>
|
|
gather all the values of all the attribute information items
|
|
</li>
|
|
<li>
|
|
sum up the size in characters of the text data gathered in the previous
|
|
two steps
|
|
</li>
|
|
<li>
|
|
the content density is the ratio of the the sum in the
|
|
previous step on the size of the entire document in characters
|
|
</li>
|
|
</ol>
|
|
<p>
|
|
In summary, the documents in the test suite are characterized
|
|
along two axes: size in bytes and content density. These
|
|
characteristics are largely independent of each other, since
|
|
content density is measured as a percentage.
|
|
</p>
|
|
|
|
|
|
<h4 id="ts-data-summary">4.1.2. Test Data Classification</h4>
|
|
|
|
<p>
|
|
For test data, the group obtained more than 10000 XML documents
|
|
of various vocabularies. A subset of these were selected for
|
|
analysis, based on overall representativeness, and the XBC use
|
|
cases. These data are characterized in detail in the <a
|
|
href="#Ax-testsuite">Appendix B: Description of Measurements
|
|
Test Suite</a>. Almost all of the XBC use
|
|
cases were present. The missing four use cases are <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#x3dtrans">X3D Graphics
|
|
Model Compression, Serialization and Transmission</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#xmpp">XMPP Instant
|
|
Messaging Compression</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#trans-rule-engines">Business
|
|
and Knowledge Processing</a>, and <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#syncml">SyncML for
|
|
Data Synchronization</a>.
|
|
</p>
|
|
|
|
<p>As <a href="#ts-char-metrics">described above</a>, the independent
|
|
characteristics of the test documents over which we measured the performance
|
|
of the various formats, were document size, and content density (the ratio
|
|
between text and markup, abbreviated CD). A plot of these two metrics
|
|
for the EXI test suite is shown below. </p>
|
|
|
|
<p><img src="TestSuiteCharacterization-v2-restricted.png" width="1020"
|
|
height="553" alt="Characterisation of the restricted test suite v2"
|
|
title="Characterisation of the restricted test suite v2" /> </p>
|
|
|
|
<p>Looking at the plot above, four clusters of approximately equal size can
|
|
be distinguished. The four also exhibit properties that make them interesting
|
|
as analysis groups. </p>
|
|
<dl>
|
|
<dt>High <acronym title="Content Density">CD</acronym> (22 documents)</dt>
|
|
<dd>This cluster consists of documents having content density higher than
|
|
33%. Due to the prominence of data, these documents behave similarly
|
|
with EXI candidates. </dd>
|
|
<dt>Low <acronym title="Content Density">CD</acronym> (66 documents)</dt>
|
|
<dd>There are a number of documents with content density less than 33%.
|
|
Therefore this group is split according to size into three separate
|
|
clusters:
|
|
<dl>
|
|
<dt>Large (25 documents)</dt>
|
|
<dd>This cluster consists of the low content density documents with
|
|
size more than 100 kilobytes. </dd>
|
|
<dt>Small (24 documents)</dt>
|
|
<dd>This cluster consists of the low content density documents with
|
|
size between 1 and 100 kilobytes. </dd>
|
|
<dt>Tiny (17 documents)</dt>
|
|
<dd>This cluster consists of the low content density documents with
|
|
size less than 1 kilobyte. </dd>
|
|
</dl>
|
|
</dd>
|
|
</dl>
|
|
|
|
<p>Note that the test documents do not divide neatly such that each test
|
|
group fits entirely into a single cluster, thereby entailing that documents
|
|
from the same test group frequently belong to separate content density
|
|
clusters. </p>
|
|
|
|
<p>Another axis along which to order the test groups relates to the use cases
|
|
to which they correspond (either because they map to the same use case, or
|
|
because the use cases that they map to are similar in terms of the properties
|
|
that they require). This approach yields eight rough categories of test
|
|
groups, henceforth called <em>Use Groups</em>, that show no overlap: </p>
|
|
<dl>
|
|
<dt>Scientific information</dt>
|
|
<dd>This covers data that is largely numeric in nature, used in
|
|
scientific applications. The use group includes <strong><a
|
|
href="#tg-gaml">GAML</a></strong>, <strong><a
|
|
href="#tg-heprep">HepRep</a></strong> <strong><a
|
|
href="#tg-mage-ml"><acronym
|
|
title="Microarray Gene Expression Markup Language">MAGE-ML</acronym></a></strong>,
|
|
and <strong><a href="#tg-xal"><acronym
|
|
title="XML Accelerator Language">XAL</acronym></a></strong>.
|
|
</dd>
|
|
<dt>Financial information</dt>
|
|
<dd>This use group includes cases in which the information is largely
|
|
structured around typical financial exchanges: invoices, derivatives,
|
|
etc. It is comprised of <strong><a href="#tg-fixml">FixML</a></strong>,
|
|
<strong><a href="#tg-fpml"><acronym
|
|
title="Financial products Markup Language">FpML</acronym></a></strong>,
|
|
and <strong><a href="#tg-invoice">Invoice</a></strong>. </dd>
|
|
<dt>Electronic documents</dt>
|
|
<dd>These are documents that are intended for human consumption, and can
|
|
capture text structure, style, and graphics. This use group covers
|
|
<strong><a href="#tg-openoffice">OpenOffice</a></strong>, <strong><a
|
|
href="#tg-svgtiny">SVGTiny</a></strong>, and <strong><a
|
|
href="#tg-factbook">Factbook</a></strong>. </dd>
|
|
<dt>Web services</dt>
|
|
<dd>This use group consists of documents related to Web services, both
|
|
messages and other types of documents. The included test groups are
|
|
<strong><a href="#tg-google">Google</a></strong> and <strong><a
|
|
href="#tg-wsdl"><acronym
|
|
title="Web Services Description Language">WSDL</acronym></a></strong>.
|
|
</dd>
|
|
<dt>Military information</dt>
|
|
<dd>These documents are encountered in military use cases. Included
|
|
groups are <strong><a href="#tg-avcl"><acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym></a></strong>,
|
|
<strong><a href="#tg-asmtf">ASMTF</a></strong> and <strong><a
|
|
href="#tg-jtlm"><acronym
|
|
title="Joint Target List Manager">JTLM</acronym></a></strong>. </dd>
|
|
<dt>Broadcast metadata</dt>
|
|
<dd>The type of information in this use group captures information
|
|
typically used in broadcast scenarios to provide metadata about
|
|
programs and services (e.g. title, synopsis, start time, duration,
|
|
etc.). The use group includes <strong><a href="#tg-cbms"><acronym
|
|
title="Convergence of Broadcast and Mobile Services">CBMS</acronym></a></strong>.
|
|
</dd>
|
|
<dt>Data storage</dt>
|
|
<dd>This use group covers data-oriented XML documents of the kind that
|
|
appear when XML is used to store the type of information that is often
|
|
found in RDBMS. It includes <strong><a
|
|
href="#tg-datastore">DataStore</a></strong> and <strong><a
|
|
href="#tg-periodic">Periodic</a></strong>. </dd>
|
|
<dt>Sensor information</dt>
|
|
<dd>Documents in this use group are information potentially provided by a
|
|
variety of sensors. The group includes <strong><a
|
|
href="#tg-seismic">Seismic</a></strong>, <strong><a
|
|
href="#tg-epics">epicsArchiver</a></strong>, <strong><a
|
|
href="#tg-location">LocationSightings</a></strong>. </dd>
|
|
</dl>
|
|
|
|
<p>Conversely to the case with the content density clusters, with use groups
|
|
every test group belongs to a single use group, but the individual
|
|
characteristics of the documents inside a use group may vary, even
|
|
significantly. </p>
|
|
|
|
<p>As many of the test groups are applicable to more than one use case, the
|
|
division of test groups into use groups is, to a degree, a matter of
|
|
judgment. The major intent behind this specific division has been to include
|
|
a sufficient number of test documents so that aggregate conclusions are valid
|
|
over a use group, but not too many so that individual results get lost in the
|
|
noise. </p>
|
|
|
|
<h5 id="ts-data-caveats">4.1.2.1. Caveats</h5>
|
|
|
|
<p>There are still some caveats regarding the test data and the parameters
|
|
that were used in the measurements. </p>
|
|
<dl>
|
|
<dt>Schema quality</dt>
|
|
<dd>Not all test groups include vocabularies for which complete and
|
|
normative schemata are available. Further analysis is therefore
|
|
desirable concerning the impact of using schema or not. </dd>
|
|
<dt>DTDs</dt>
|
|
<dd>The test groups <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> Tiny, <acronym
|
|
title="Microarray Gene Expression Markup Language">MAGE-ML</acronym>,
|
|
<acronym title="XML Accelerator Language">XAL</acronym> all require
|
|
preservation of DTDs. As all candidates were not able to preserve them
|
|
at the time of the measurement runs, DTD preservation was disabled so
|
|
as not to penalize the compactness results of candidates able to
|
|
preserve them. </dd>
|
|
<dt>Google</dt>
|
|
<dd>This test group requires preservation of namespace prefixes due to
|
|
the use of SOAP encoding. This preservation option was accidentally
|
|
left out of the analyzed measurements, but will be present in any
|
|
future measurements. </dd>
|
|
</dl>
|
|
|
|
<p>
|
|
It also needs to be noted that, despite the attempt to provide useful
|
|
use groups, some of them may not be of sufficient quality to
|
|
enable useful aggregate conclusions to be made. In particular,
|
|
the Broadcast use group consists of only a single test group
|
|
where all of the documents are very similar to each other in
|
|
size and somewhat similar in content density as well. This
|
|
means that aggregate statistics are in danger of being perturbed
|
|
by large amounts due to anomalous behavior from even a single
|
|
document. Another potentially problematic use group is the
|
|
Sensor group that consists of a number of minor variations of a
|
|
single very small document, one middle-sized document, and one
|
|
very large document that is also atypical XML. Therefore it is
|
|
not advisable to attempt to make significant conclusions based
|
|
on the results of this use group either.
|
|
</p>
|
|
|
|
<h3 id="methodology-foms">4.2. Figures of Merit</h3>
|
|
|
|
<div class="status">
|
|
Submitted: 25-Apr, GW. Integrated: 1-May, GW. Edited: 1st pass 1-May, GW, for
|
|
syntax. Needs content review.</div>
|
|
|
|
<p>For this draft of the Note we measured one of the three <a
|
|
href="http://www.w3.org/TR/xbc-properties/#algorithmic-properties">Algorithmic
|
|
Properties</a> described in the <a
|
|
href="http://www.w3.org/TR/xbc-properties/">XML Binary Characterization
|
|
Properties</a>, for each contributed format; <a
|
|
href="http://www.w3.org/TR/xbc-properties/#processing-efficiency">Processing
|
|
Efficiency</a>. Additionally, the tests measure the <a
|
|
href="http://www.w3.org/TR/xbc-properties/#format-properties">Format
|
|
Properties</a> of <a
|
|
href="http://www.w3.org/TR/xbc-properties/#compactness">Compactness</a> and
|
|
<a href="http://www.w3.org/TR/xbc-properties/#roundtrip-support">Roundtrip
|
|
Support</a>. This section describes the quantities used to characterize those
|
|
properties in each potential EXI format that has been measured.</p>
|
|
|
|
<p>An <a
|
|
href="http://www.w3.org/TR/xbc-properties/#algorithmic-properties">Algorithmic
|
|
Property</a> important for many use cases is <a
|
|
href="http://www.w3.org/TR/xbc-properties/#space-efficiency">Space
|
|
Efficiency</a>, which is not measured in this document. An implementation of
|
|
the measurement exists in the framework for the Java-based candidates, using
|
|
access to heap usage statistics provided by Java, but currently the
|
|
measurement does not properly differentiate between different components of
|
|
the property, causing anomalous results and thus making it not sensible to
|
|
report the measured values. </p>
|
|
|
|
<h4 id="methodology-pe">4.2.1. Characterization of Processing Efficiency</h4>
|
|
|
|
<p>This subsection describes the quantities we use to evaluate each format's
|
|
Processing Efficiency.</p>
|
|
|
|
<p>In addition to characterizing the speed of processing, the <cite>XBC
|
|
Measurement Methodologies [<a href="#ref-XBC-meas">XBC Measurements</a>]
|
|
document, section <a
|
|
href="http://www.w3.org/TR/xbc-measurement/#pe-desc">6.2.1 Processing
|
|
Efficiency Description</a></cite>, delineates four properties of a format's
|
|
algorithm which need to be analyzed for processing efficiency; Incremental
|
|
Overhead, Standard APIs vs Abstract Properties, Processing Phases, and
|
|
Complexity [of the algorithm itself, not of the input data]. Of these, really
|
|
only incremental overhead is amenable to empirical testing. Incremental
|
|
Overhead refers to whether a format "allows and supports the ability to
|
|
operate efficiently so that processing is linear to the application logic
|
|
steps <em>rather than the size of data complexity of the instance</em>"
|
|
[emphasis added]. That is, it is reasonable to expect the processing time of
|
|
an application using an efficient format to be dominated by the complexity of
|
|
the application, not by the processing implied by the processing of the
|
|
format. So the desirable characteristic of a format is that its processing
|
|
time be (only) linearly or sublinearly dependent on the input data
|
|
complexity.</p>
|
|
|
|
<p>For most users of XML, linearity over a broad range is likely to be a
|
|
secondary concern. Of primary interest will be expected wall-clock elapsed
|
|
time to process "most" typical examples of an individual's use cases, in
|
|
their own scenarios. From the perspective of the XML community however, we
|
|
require good performance over a very broad spectrum of document complexities.
|
|
Therefore, as described above in <a href="#ts-characteristics">Data
|
|
Characteristics and Complexity</a>, the complexity requirement as a whole is
|
|
dominated by size, which makes the linearity requirement a necessary
|
|
one in addition to the small elapsed wall-clock time.</p>
|
|
|
|
<h5 id="methodology-pe-tasks">4.2.1.1. Measured Tasks of Processing
|
|
Efficiency</h5>
|
|
|
|
<p>Processing speed was measured for each of the following processing tasks,
|
|
derived from the <a href="http://www.w3.org/TR/xbc-measurement/">XML Binary
|
|
Characterization Measurement Methodologies</a> document, part <a
|
|
href="http://www.w3.org/TR/2005/NOTE-xbc-measurement-20050331/#pe-type">6.2.2</a>.
|
|
However, the measurement process was different for Java as opposed to C/C++
|
|
("native") format candidates. These are described separately below. </p>
|
|
|
|
<p id="pe-tasks-java">For Java based candidates, processing efficiency was
|
|
measured in each of the following contexts:</p>
|
|
<ol>
|
|
<li>Encoding to loopback using SAX API </li>
|
|
<li>Encoding to network using SAX API </li>
|
|
<li>Decoding from loopback using SAX API </li>
|
|
<li>Decoding from network using SAX API</li>
|
|
</ol>
|
|
|
|
<p>For each of these contexts, measurements were made for each of the <a
|
|
href="#methodology-compaction-classes">"application classes" (see below)</a>,
|
|
<em>neither</em> (no schema and no compression), <em>document</em>
|
|
(compression), <em>schema</em> (use of metadata), and <em>both</em>
|
|
(use of both compression and metadata). </p>
|
|
|
|
<p>
|
|
For the Java candidates, processing efficiency measurements were
|
|
made over a variety of networks. See below, <a
|
|
href="#methodology-japex">Measurement Framework</a> for a full
|
|
description of the measurement process.
|
|
</p>
|
|
|
|
<p id="pe-tasks-native">For C/C++ ("native") candidates, processing
|
|
efficiency was measured only for encoding and decoding to and from memory.
|
|
</p>
|
|
|
|
<p>Formats which include schema-aware encoding methods were allowed to use
|
|
them in cases where schemas exist. Since some formats required a schema,
|
|
where no schema existed for a test group, a naive XML Schema (root of
|
|
xsd:anyType) instance was generated for purposes of format performance
|
|
comparison. Where a schema or some other meaningful shared state might be
|
|
exchanged, timing tests do not include the time it would take to share the
|
|
state, such as exchanging the schema.</p>
|
|
|
|
<h4 id="methodology-compactness">4.2.2. Characterization of Compactness</h4>
|
|
|
|
<p>A figure of merit for compactness used in the literature, is the
|
|
normalized compactification rate = <em>1-(c/l)</em>, (that's one minus
|
|
<em>c</em> over <em>l</em>) where <em>l</em> is the length of the original
|
|
XML document (say utf-8 encoded on disk), and <em>c</em> is the length using
|
|
some compactification scheme. The factor can be multiplied by 100 to get a
|
|
percent compaction. This formalism results in higher positive values
|
|
(0..1-<em>eps</em>; or 0..100-<em>eps</em>%) the more compaction there is
|
|
(and negative values when the output is bigger than the input). In order to
|
|
provide more intuitive figures we have chosen to use, at least initially and
|
|
for presentation of results, simply <em>c/l</em>, or <em>(c/l)*100%</em>.
|
|
That is, smaller is better. </p>
|
|
|
|
<p>Note that the <cite>XBC Measurement Methodologies document [<a
|
|
href="#ref-XBC-meas">XBC Measurements</a>]</cite> describes the property
|
|
"Compactness", of which one method is "compression". "Compression" in this
|
|
Note, means "document compression", which is taken to mean loss-less
|
|
compression algorithms—those which use redundant information in a document
|
|
to encode its data in a smaller space. Roughly speaking, compactness includes
|
|
compression, but may also derive from other methods.</p>
|
|
|
|
<p>The XBC Measurements Methodology document says that the compactness
|
|
property for a given format can be characterized separately for each of the
|
|
following methods from which overall compactness may be derived ([<a
|
|
href="#ref-XBC-meas">XBC Measurements</a>], section <a
|
|
href="http://www.w3.org/TR/xbc-measurement/#c-type">6.1.2</a>):</p>
|
|
<ol>
|
|
<li>Tokenization—if possible, use of the format's encoding without the
|
|
use of any of the methods below. In the Japex reports this is called
|
|
"Neither"</li>
|
|
<li>Schema—the use of schema-based encoding methods</li>
|
|
<li>Compression—by data analysis. In the Japex reports this is called
|
|
"Document"</li>
|
|
<li>Schema and Compression ("Document") combined. In the japex reports this
|
|
is called "Both"</li>
|
|
<li>Deltas—use of a template, parent or earlier message (no formats use
|
|
this, so not measured)</li>
|
|
<li>Lossy—use of some compression scheme where accuracy is traded for
|
|
compression (no formats use this, so not measured).</li>
|
|
</ol>
|
|
|
|
<p>In accordance with the XBC Measurements Methodology document, each of the
|
|
elements in this 6-vector was to be measured and evaluated numerically, or
|
|
else characterized as follows <cite>"N/S (not supported) if the method is not
|
|
supported, or N/A (not applicable) if the method does not apply"</cite> (<a
|
|
href="http://www.w3.org/TR/xbc-measurement/#c-type">[XBC Measurements] part
|
|
6.1.2 para 1)</a>. The evaluation of lossy compression itself was to be
|
|
characterized by a vector, being the amount of compression obtained as a
|
|
function of the lossiness implied by each (if more than one) combination of
|
|
lossy compression schemes used by a format (possibly in combination with an
|
|
input "permitted lossiness parameter").</p>
|
|
|
|
<p>For these measurements of compaction we have taken two simplifying steps.
|
|
First, the tests do not attempt to characterize the compactification that may
|
|
be gained from delta encodings and lossy encodings (5 and 6 above). None of
|
|
the formats submitted so far utilize deltas in any integral way. If a
|
|
non-trivial schema was not provided for the test group, the format is not
|
|
permitted to look for one "elsewhere" (like at a URI). Just as for the
|
|
processing efficiency measurement, if there is no non-trivial schema, the
|
|
format's processor is permitted to use a pre-generated trivial schema (root
|
|
of xsd:anyType).</p>
|
|
|
|
<p>Also none of the formats we considered include a lossy compression
|
|
scheme.</p>
|
|
|
|
<h5 id="methodology-meas-compact">4.2.2.1. Measurement of Compactness</h5>
|
|
|
|
<p>Each candidate's measurement framework driver transforms the XML document
|
|
into the candidate's own format. The result is placed into a memory buffer.
|
|
The EXI framework gets a reference to this buffer and calculates its size. At
|
|
the time of writing, all such compactness results reported in this draft, in
|
|
<a href="#Ax-details">Appendix A: Measurement Details</a>, are expressed as a
|
|
factor to that of XML. </p>
|
|
|
|
<h5 id="methodology-compaction-classes">4.2.2.2. Application Classes</h5>
|
|
|
|
<p>As all considered candidates are able to utilize only schema-based
|
|
techniques and document analysis on top of the always-allowed tokenization,
|
|
these two techniques combine to form four different application classes: </p>
|
|
<dl>
|
|
<dt id="neither">Neither</dt>
|
|
<dd>In this case the candidate has no access to external information such
|
|
as a schema or has it but the encoded instances that it produces are
|
|
still self-contained, and does not perform any compression bases on
|
|
analysing the document. Typically, simple tokenization of the XML
|
|
document is performed. </dd>
|
|
<dt id="document">Document</dt>
|
|
<dd>In this case the candidate does not have access to external information
|
|
such as schema or has it but the encoded instances that it produces are
|
|
still self-contained, but may perform various document-analysis
|
|
operations such as frequency-based compression. </dd>
|
|
<dt id="schema">Schema</dt>
|
|
<dd>In this case the candidate does not perform any manner of document
|
|
analysis but may rely on externally provided information, typically a
|
|
schema, and the resulting bit stream may not be self-contained. </dd>
|
|
<dt id="both">Both</dt>
|
|
<dd>In this case the candidate may use methods available in both of the
|
|
<a href="#document">Document</a> and the <a href="#schema">Schema</a>
|
|
cases. </dd>
|
|
</dl>
|
|
|
|
<p>As the techniques available to candidates will be different in each
|
|
application class, the data analysis of processing efficiency results was
|
|
split four ways according to these classes, in addition to the analysis of
|
|
compactness. In the <a href="#document">Document</a> and <a
|
|
href="#both">Both</a> classes, candidates are compared against gzipped XML,
|
|
while in the <a href="#neither">Neither</a> and <a href="#schema">Schema</a>
|
|
cases, the comparison was to plain XML. </p>
|
|
|
|
<h3 id="methodology-japex">4.3. Measurement Framework</h3>
|
|
|
|
<p>In order to make consistent measurements of all candidates over the whole
|
|
test suite set, we used a framework based on <a
|
|
href="https://japex.dev.java.net">Japex</a>. Japex is a simple tool that is
|
|
used to write Java-based micro-benchmarks. It can also be used to test native
|
|
language (e.g. C/C++) systems via the <a
|
|
href="http://java.sun.com/j2se/1.5.0/docs/guide/jni/index.html">Java Native
|
|
Interface</a> (JNI), which <a href="#methodology-c">we used to test native
|
|
candidate implementations</a>.</p>
|
|
|
|
<p>Japex is similar in spirit to <a
|
|
href="http://junit.sourceforge.net/">JUnit</a> in that it does most of the
|
|
repetitive programming tasks necessary to make a measurement. These tasks
|
|
include loading and initializing the required drivers, warming up the VM,
|
|
forking multiple threads, timing the inner loop, etc.</p>
|
|
|
|
<p>The input to Japex is an XML file describing a given test. The file's
|
|
primary constituents are the location of a test data group (for example all
|
|
of our examples of X3D XML files), and references to one or more "drivers".
|
|
These drivers interface Japex to the code which is under test. Each
|
|
implements some well defined micro-benchmark measurement, such as "encoding
|
|
with schema".</p>
|
|
|
|
<p>The output of Japex is a timestamped report in XML and HTML formats. The
|
|
HTML reports include one or more charts generated using <a
|
|
href="http://www.jfree.org/jfreechart/">JFreeChart</a>. The output
|
|
gives, for each observable under test, results for each data file, plus
|
|
aggregated results for the test group.</p>
|
|
|
|
<h4 id="japex-speed">4.3.1. Framework's Measurement of Processing
|
|
Efficiency</h4>
|
|
|
|
<p>To measure a candidate's Processing Efficiency, we measured aggregate
|
|
throughput for each of the <a href="#methodology-pe-tasks">processing
|
|
tasks</a>.</p>
|
|
|
|
<p>For our purposes, the term "throughput" is defined to be work over time.
|
|
Japex is designed to estimate an independent throughput for each of the tests
|
|
in the input. Throughput estimation is done based on some parameters defined
|
|
in the input file. There are basically two ways to specify that: (i) fix the
|
|
amount of work and estimate time, or (ii) fix the amount of time and estimate
|
|
work. We fixed the time and measured work. In addition to each test's
|
|
individual throughput, aggregate throughtputs in the form of arithmetic,
|
|
geometric and harmonic means of results for all files in the test suite are
|
|
computed for each test. </p>
|
|
|
|
<p>The measurement consisted of feeding the events of the in-memory
|
|
representation, one by one, to the measured encoder, and then using the
|
|
measured decoder to parse the produced bytes back into the in-memory
|
|
representation. Subsequently, if the application class was either Document or
|
|
Both, the output, or input, streams were wrapped into GZIP deflater or
|
|
inflater objects, respectively - except in the case of EFX where the built-in
|
|
compressor was used. Processing time was measured separately for the encode
|
|
and decode phases.</p>
|
|
|
|
<p>See the <cite>Japex Manual <a href="#ref-japex">[JAPEX]</a></cite> for
|
|
further information about Japex.</p>
|
|
|
|
<p>
|
|
Two different computer systems were used in the measurements,
|
|
detailed in <a href="#appendix-test-machines">Appendix E:
|
|
Characterization of Measurement Machines</a>. The systems were
|
|
carefully prepared to ensure reproducible measurements by
|
|
disconnecting any peripherals that were not needed to avoid
|
|
interrupts and by running only the measurement framework during
|
|
the measurements. As the measurement is intended solely for
|
|
comparing between technologies, this use of a limited number of
|
|
computer systems is a reasonable choice.
|
|
</p>
|
|
|
|
<h4 id="methodology-PE-warmup">4.3.2. Reproducibility Criteria, Warm-up and
|
|
Caching</h4>
|
|
|
|
<p>In our tests, measurements were made by a Java-based micro-benchmark
|
|
framework, both for processors implemented in Java and those implemented in
|
|
native languages. Since a Java Virtual Machine (JVM) typically performs a
|
|
just-in-time compilation of the running code, the first run does not usually
|
|
reflect actual application performance. Therefore, the actions of each
|
|
experiment were repeated as a warm-up, without measurement, until sufficient
|
|
cycles had passed to ensure that the measurements were stable.</p>
|
|
|
|
<p>This process has the intended effect of approximating and benchmarking the
|
|
performance of a warmed-up application. However, systematic effects may still
|
|
arise from caching (or warming-up) the input data, in addition to the code.
|
|
For example, if the benchmarking framework repeatedly reads a copy of the
|
|
input data from a fixed location in memory while warming up the code, the
|
|
processor will have the input data in high-speed cache memory, allowing
|
|
access times typically over 25 times faster than a real application might
|
|
encounter. One way to address this problem is by sequentially processing
|
|
multiple copies of the input data laid out end-to-end in memory. However,
|
|
simplistic versions of this memory access pattern might cause the results to
|
|
be skewed by pre-fetch caching hardware. Although these issues can be
|
|
addressed, care must be taken to tailor buffers, gaps, and total data so that
|
|
cache levels are cleared while avoiding virtual memory paging.</p>
|
|
|
|
<p>The cache cannot be removed or defeated for an empirical assessment
|
|
because caching behavior has a significant positive impact on the performance
|
|
of modern systems. For example, an algorithm designed to have a good locality
|
|
of reference to take advantage of caching and pre-caching architectures would
|
|
perform significantly worse if the cache is disabled than it would in actual
|
|
practice. In addition to data cache effects, modern processors are affected
|
|
significantly by branch prediction. Modern branch prediction is based on
|
|
local and global historical branch activity, meaning that warming up the
|
|
processor on data that is significantly different than the test data can
|
|
result in some performance difference. Most of the performance of modern
|
|
systems relies on caching, branch prediction, and related capabilities.</p>
|
|
|
|
<p>Our primary interest was to understand the performance of each potential
|
|
EXI format algorithm independently of I/O related factors. Therefore, the
|
|
benchmarking framework attempts to accurately model the code paths and memory
|
|
access patterns of real applications to the extent possible, while minimizing
|
|
the cost of I/O, blocking, context switches, etc. To factor out the majority
|
|
of the I/O, blocking and context switching costs associated with network I/O,
|
|
we used a local loopback interface. The local loopback reads and writes all
|
|
data through local memory instead of a physical network, essentially modeling
|
|
a memory-speed network. This approach uses the same buffering algorithms,
|
|
code paths and memory access patterns as a real-world application,
|
|
reproducing realistic caching effects without warming-up the input data. At
|
|
the same time, since it's memory-speed, the interface will probably provide
|
|
data faster than an EXI algorithm can consume it. This way, the algorithm
|
|
remains CPU bound throughout the duration of the test and is not subject to
|
|
I/O related blocking or context switching. The resulting benchmarks show the
|
|
processing efficiency of each EXI algorithm isolated from the speed or I/O
|
|
effects of a particular network.</p>
|
|
|
|
<p>The benchmarks that are likely to most accurately reflect the performance
|
|
of real EXI applications are those that include I/O to some external media,
|
|
like a network or file system. EXI is about interchange, so most EXI use
|
|
cases will read or write EXI documents to and from devices that are often
|
|
slower than main memory (i.e., networks or storage media) although there are
|
|
important cases of memory to memory interchange. Therefore, the benchmarks
|
|
that are likely to most accurately model real-world performance for many
|
|
cases will be those that read and write EXI documents to and from networks
|
|
and storage devices. Careful scrutiny is needed, especially when not using a
|
|
loopback interface, to detect bandwidth bottlenecks that are smaller than the
|
|
throughput of algorithms being tested. These benchmarks are expected to
|
|
accurately model the interaction between the caching algorithms employed by
|
|
modern computing architectures and the memory access patterns of buffering
|
|
algorithms employed by typical device drivers. They also are expected to
|
|
accurately model the subtle, but significant performance implications of
|
|
blocking and context switching that occur as algorithms shift repeatedly
|
|
between CPU and I/O. For a given platform and use case, the average time
|
|
spent doing context switches and being I/O-bound vs. CPU-bound will differ
|
|
from one EXI format to another. It will be influenced by a variety of
|
|
factors, including the average throughput of the EXI algorithm, the average
|
|
throughput of the I/O device, and the compactness of the EXI format. It must
|
|
be noted however that this interaction with operating system characteristics
|
|
may not be deterministic. The determinism of a trial may be subject to
|
|
particular buffer sizes or other details that are not obvious. Therefore, for
|
|
higher confidence, a comparison might be needed between a
|
|
network-intermediated trial and a cache-clearing, memory to memory trial.</p>
|
|
|
|
<p>To look more closely at those effects of the network, in a real-world-
|
|
like setting, the framework has been extended to measure the performance of
|
|
EXI algorithms reading and writing from any TCP/IP based network (e.g., Wired
|
|
LAN, WI-FI LAN, Internet, GPRS, etc.). This will enable us to collect
|
|
benchmarks using the same network media, buffering algorithms, device
|
|
drivers, and code paths employed by EXI use cases. As such, it replicates the
|
|
memory access patterns, blocking patterns, context switches, etc. of, at
|
|
least, TCP/IP based real-world applications. Results from 100Mbps network
|
|
tests using this extension, have been included in this draft of the note.</p>
|
|
|
|
<h4 id="measjava">4.3.3. Measurement of Processing Efficiency of Java Based
|
|
Candidates</h4>
|
|
|
|
<p>This section describes the measurement framework's setup for the
|
|
measurement of Java based candidates. <a href="#methodology-pe-tasks">The
|
|
quantities so measured for Java based candidates are given above</a>. </p>
|
|
|
|
<h5 id="decode">4.3.3.1. Decode</h5>
|
|
|
|
<p>For the measurement of decoding speed of a Java candidate, the candidate's
|
|
driver first transforms the XML document into its own format. The result is
|
|
placed into a memory buffer. If decoding from memory, this memory buffer is
|
|
wrapped into an input stream and passed to the driver for parsing. All Java
|
|
drivers parse this input stream using the SAX API (an XMLReader) with an
|
|
empty SAX content handler, essentially dropping every event after it's
|
|
reported. If decoding from the network, an "echoing" server is started either
|
|
as a separate thread, if in localhost mode, or as a separate process, if in
|
|
non-localhost mode. The framework then sends the entire stream to the echoing
|
|
service for buffering. It then creates an input stream that reads from the
|
|
network socket connected to the echoing server and passes it to each driver.
|
|
Each driver operates identically regardless of whether they are reading from
|
|
a memory buffer or the network. </p>
|
|
|
|
<h5 id="encode">4.3.3.2. Encode</h5>
|
|
|
|
<p>For the measurement of encoding speed, the XML document is parsed using a
|
|
SAX parser and all the events recorded in a data structure (an event array).
|
|
If encoding to memory, a memory buffer is created and wrapped into an output
|
|
stream. This output stream is set in each driver and the stream of SAX events
|
|
is played back to the candidate's encoder. If encoding to the network, a
|
|
server is started, either as a separate thread, if in localhost mode, or as a
|
|
separate process, if in non- localhost mode. The framework then creates an
|
|
output stream connected to the socket on which the server listens. Just as in
|
|
the in-memory case, the stream of SAX events is played back to each driver.
|
|
</p>
|
|
|
|
<h4 id="measnative">4.3.4. Measurement of Processing Efficiency of Native
|
|
(C/C++) Candidates</h4>
|
|
|
|
<p>This section describes the measurement framework's setup for the
|
|
measurement of C/C++ based candidates. <a href="#pe-tasks-native">The
|
|
quantities so measured for C/C++ based candidates are given above</a>. </p>
|
|
|
|
<p>In the case of libxml2, the reference XML processor, the serialization
|
|
process was first to read the entire XML document to be tested into a DOM
|
|
tree structure in the initialization function (the time to do this was not
|
|
measured). It would then repeatedly serialize this DOM tree to an XML
|
|
document in memory for either a fixed duration or for a set number of
|
|
iterations depending on how the test was set up. For decoding, the time to
|
|
execute empty SAX handlers was measured. The document was read into memory in
|
|
the initialization function and then repeatedly parsed in the time
|
|
measurement loop by the SAX parser. </p>
|
|
|
|
<p>All of the native candidates were based on ASN.1, and for each of them a
|
|
form of data binding was used. An ASN.1 specification that was equivalent to
|
|
a given XML schema specification was created using a standardized procedure
|
|
(specified in X.694). This specification was then run through an ASN.1
|
|
compiler to created hard bindings of the structure to C program variables.
|
|
For example, an XML schema sequence having 3 integer member variables (a, b,
|
|
and c) would result in the generation of a C structure with 3 equivalent
|
|
integer members and code would be produced to encode to and from this
|
|
structure. For encoding, the initialization procedure loaded the XML document
|
|
into this custom C structure. The encoding loop would then repeatedly invoke
|
|
the custom encode function to serialize the data to XML form. For decoding,
|
|
the process was reversed. The XML document was read into memory in the
|
|
initializer. It was then repeatedly decoded into the C structure in the
|
|
timing loop to get the decode time. Note that the C structure variable would
|
|
be cleaned and memory reset between invocations to alleviate the memory cache
|
|
effect. </p>
|
|
|
|
<h3 id="methodology-c">4.4. Native Language Implementation Considerations</h3>
|
|
|
|
<p>Some of the candidates currently being considered as a basis for an EXI
|
|
standard only have C or C++ implementations, as opposed to Java, available at
|
|
this time. In order to test the processing efficiency of these candidates
|
|
using Japex, the framework was augmented to provide a driver API through the
|
|
Java Native Interface (JNI), that allows non-Java applications to be
|
|
benchmarked.</p>
|
|
|
|
<p>The JNI is used in such a way as to isolate the performance of the C/C++
|
|
implementation from the Java processing in the Japex framework. This is done
|
|
by doing all of the timing on the native (i.e. C/C++) side of the interface.
|
|
Clearly, there will be some residual systematic effect, since at least a JVM
|
|
is cohosted, but we believe that effect is negligible.</p>
|
|
|
|
<p>However, the processing efficiency timing results that are produced cannot
|
|
be directly compared with results for Java candidate implementations for
|
|
several reasons:</p>
|
|
<ol>
|
|
<li>There is no "JVM effect" in C/C++. One would expect processing times to
|
|
be somewhat faster since no byte code interpretation is required and
|
|
there are fewer overhead tasks such as garbage collection (though of
|
|
course an algorithm implemented in native code will also have to do
|
|
housekeeping). The actual amount of this speedup is not known in detail,
|
|
since we do not yet have any candidate with isomorphic implementations in
|
|
both Java and C/C++. In further work, we may try to evaluate whether this
|
|
fraction, the amount of speedup, is what we would expect for comparable
|
|
applications (see <a href="#Ax-furtherwork">Appendix C: Further
|
|
Work</a>)</li>
|
|
<li id="methodology-c-meas">The methodology for getting events into the
|
|
native applications for processing is different. Since it is not
|
|
practical to feed Java Events across the JNI boundary for processing, and
|
|
no existing implementation of a SAX-like typed-event API could be found,
|
|
an alternative to the SAX and typed-SAX APIs which are used for Java was
|
|
required. One method that is currently being used is to construct a DOM
|
|
tree from an XML source and then to use this tree to populate objects for
|
|
serialization into the candidate binary format. For deserialization, the
|
|
time to deserialize from the binary format to objects is measured. Two of
|
|
the native formats are those based ASN.1 and the objects are those of
|
|
classes generated by compiling the ASN.1 schema.</li>
|
|
<li>Different implementation types. At least two known candidates that
|
|
currently have C/C++ implementations use data binding technologies as
|
|
opposed to the more standard XML technologies. Data binding produces
|
|
tightly coupled, very performant applications by building information
|
|
directly from schemas into the compiled native code. The XML Screamer
|
|
application [<a href="#ref-screamer">Screamer</a>] has used this
|
|
technology to produce impressive performance results with XML.</li>
|
|
</ol>
|
|
|
|
<p>For these reasons, it would not be accurate to compare native candidates
|
|
with Java ones for processing efficiency. Instead, a comparison is done with
|
|
an existing C/C++ based XML processor. We used the open source libxml2
|
|
library (http://xmlsoft.org), a highly performant implementation available in
|
|
most Linux distributions. Libxml2 doesn't resolve all issues; for instance,
|
|
it does not provide data binding.</p>
|
|
|
|
<h3 id="methodology-fidelity">4.5. Fidelity Considerations</h3>
|
|
|
|
<p>In this section we also describe the taxonomy with which the group
|
|
evaluated the extent to which each EXI format candidate satisfies the lexical
|
|
reproducibility requirements of the examples in the test suite .</p>
|
|
|
|
<p>The degree to which a candidate can accurately reproduce the information
|
|
represented by a test group is determined jointly by the following:</p>
|
|
<ol>
|
|
<li>properties of the candidate. For example, candidates may not be able to
|
|
support the preservation of certain information or support the
|
|
preservation of information with only a <a
|
|
href="#fidelity-scale">particular fidelity</a></li>
|
|
<li>properties of the test group and more broadly the use cases to which
|
|
the test group belongs. For example, test groups that contain signed
|
|
information (as specified by <cite>W3C XML-Signature Syntax and
|
|
Processing <a href="#ref-xmldsig">[XML Signature]</a></cite>) may require
|
|
higher fidelity to the original than test groups that contain no signed
|
|
information.</li>
|
|
</ol>
|
|
|
|
<p>To characterize the extent to which each candidate preserved the
|
|
information necessary for a test group, each test group was annotated with
|
|
what information must be preserved, and with what accuracy, to satisfy the
|
|
particular requirements of that case.</p>
|
|
|
|
<p>The "roundtrip support" measurement property of the test framework was
|
|
used to determine whether the candidate accurately reproduced the information
|
|
represented by each test group, according to the annotation. If the result of
|
|
this measurement was that the candidate did not reproduce the information
|
|
with the required fidelity, or it was predetermined to fail without running
|
|
the test, then the candidate was determined to have failed the round-trip
|
|
support measurement property for that test group.</p>
|
|
|
|
<p>The fidelity requirements were communicated to the test framework, and to
|
|
each candidate under test, through japex parameters. Those parameters
|
|
prescribed what did and did not need to be preserved. Candidates were free to
|
|
examine the parameters to optimize their encoding. For example, if
|
|
preservation of comments and processing instructions was not required, as is
|
|
the case for SOAP message infosets, then a candidate was allowed to use that
|
|
knowledge to encode SOAP message infosets more efficiently than it could were
|
|
it not permitted to make such a narrowing assumption.</p>
|
|
|
|
<h4 id="preservationOfInformation">4.5.1. Preservation of Information
|
|
Represented by Test Groups</h4>
|
|
|
|
<p>The following information represented by a test group did not need to be
|
|
preserved by a candidate:</p>
|
|
<ol id="noPresRequ">
|
|
<li>the XML declaration</li>
|
|
<li>the use of single or double quotes characters for quoted strings</li>
|
|
<li>markup white space.</li>
|
|
</ol>
|
|
|
|
<p>It is not anticipated nor expected that candidates will accurately
|
|
reproduce information on a syntactic or byte-per-byte basis [see fidelity
|
|
scales 3 and 4].</p>
|
|
|
|
<p>The following subsections present the distinct sets of information that
|
|
may or may not be preserved by a candidate.</p>
|
|
|
|
<h5 id="Preservati">4.5.1.1. Preservation of White Space</h5>
|
|
|
|
<p>If a white space needs to be preserved then all non-markup white space
|
|
information [see 2.10 White Space Handling, XML 1.0] represented by the test
|
|
group MUST be preserved. Otherwise, all non-ignorable white space information
|
|
MUST be preserved. Such non-ignorable white space information may be
|
|
determined from a schema, if present with the test case, and/or by inspection
|
|
of the test group.</p>
|
|
|
|
<h5 id="Preservati1">4.5.1.2. Preservation of Comments</h5>
|
|
|
|
<p>If comments need to be preserved then all comment information represented
|
|
by the test group MUST be preserved. Otherwise, comment information need not
|
|
be preserved.</p>
|
|
|
|
<h5 id="Preservati2">4.5.1.3. Preservation of Processing Instructions</h5>
|
|
|
|
<p>If processing instructions need to be preserved then all processing
|
|
instruction information represented by the test group MUST be preserved.
|
|
Otherwise, processing instruction information need not be preserved.</p>
|
|
|
|
<h5 id="Preservati3">4.5.1.4. Preservation of Namespace Prefixes</h5>
|
|
|
|
<p>If namespace prefixes need to be preserved exactly then all namespace
|
|
prefix information represented by the test group MUST be preserved verbatim.
|
|
Otherwise, namespace prefix information need not be preserved identically.</p>
|
|
|
|
<p>The verbatim preservation of namespace prefixes is important when a test
|
|
group contains signed information or prefixes as part of a qualified name
|
|
information in element content or attribute values. Preservation of namespace
|
|
prefixes is important in any case to maintain document validity and
|
|
correctness.</p>
|
|
|
|
<h5 id="Preservati4">4.5.1.5. Preservation of Lexical Values</h5>
|
|
|
|
<p>If lexical values need to be preserved then all character data (<cite>see
|
|
Extensible Markup language (XML) 1.0 <a href="#ref-XML1.0">[XML 1.0]</a>
|
|
section 2.4 Character Data and Markup</cite>) information represented by the
|
|
test group must be preserved. Otherwise, lexical values need not be
|
|
preserved.</p>
|
|
|
|
<p>Lexical values may not be fully preserved if a candidate chooses to encode
|
|
a lexical value into a more efficient lexical value, or in binary form, and
|
|
the original lexical value cannot be reproduced. For example, the decimal
|
|
lexical value of "+1.0000000" might be converted to the more efficient
|
|
canonical decimal lexical value "1.0". Similarly, the boolean lexical value
|
|
"1" might be converted to binary form as one bit of information and it may
|
|
not be determinable from the binary form whether the original lexical value
|
|
was "true" or "1".</p>
|
|
|
|
<h5 id="Preservati5">4.5.1.6. Preservation of the Document Type Declaration
|
|
and Internal Subset</h5>
|
|
|
|
<p>If the document type declaration and internal subset need to be preserved
|
|
then the document type declaration and internal subset information
|
|
represented by the test group must be preserved. Otherwise, document type
|
|
declaration and internal subset need not be preserved.</p>
|
|
|
|
<h4 id="fidelity-scale">4.5.2. Fidelity Scale</h4>
|
|
|
|
<p>Candidate formats, and test groups, can be classified according to a
|
|
"scale of fidelity". For formats, the scale is a metric of the extent to
|
|
which information is preserved with respect to various XML data models. For
|
|
test groups the same scale is used to classify the requirement the of the
|
|
test group for round-trip accuracy. We defined it to go in order of
|
|
increasing fidelity. A candidate which has been determined to score at a
|
|
certain level on the scale may still preserve some, but not all, information
|
|
specified at higher levels.</p>
|
|
|
|
<p>Note that this does not imply that documents produced by candidates have
|
|
an isomorphic representation of the information represented by certain XML
|
|
data models, rather that a candidate stores enough information to be able to
|
|
reproduce the preserved information.</p>
|
|
|
|
<table id="fidelity-table">
|
|
<caption>Table 1: The Fidelity Scale for Classification of EXI
|
|
Candidates</caption>
|
|
<tbody>
|
|
<tr>
|
|
<th>Level</th>
|
|
<th>Preserves</th>
|
|
</tr>
|
|
<tr>
|
|
<td>-1</td>
|
|
<td><em>Preserves only a subset of the XPath data model</em><br />
|
|
|
|
|
|
<p>Level -1 defines the class of candidates that preserve a subset of
|
|
the XPath 1.0 data model. For example, a candidate might not preserve
|
|
namespace prefixes.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>0</td>
|
|
<td><em>Preserves the XPath data model</em><br />
|
|
|
|
|
|
<p>Level 0 defines the class of candidates that preserve the XPath
|
|
1.0 data model.</p>
|
|
|
|
<p>Such preservation includes the root node, elements, text nodes,
|
|
attributes (not including namespace declarations), namespaces,
|
|
processing instructions and comments.</p>
|
|
|
|
<p>Unexpanded entities, the document type declaration and the
|
|
internal subset are not preserved.</p>
|
|
|
|
<p>This level corresponds to a common denominator in XML processing,
|
|
it is equivalent to the SOAP XML subset with the addition of
|
|
processing instructions and comments.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>1</td>
|
|
<td><em>Preserves the XML Information Set</em><br />
|
|
|
|
|
|
<p>Level 1 defines the class of candidates that preserve the XML
|
|
Information Set data model.</p>
|
|
|
|
<p>The XML Information Set preserves more of the information
|
|
represented in the document type declaration and internal subset than
|
|
the XPath 1.0 data model but not all information, such as attribute
|
|
and element declarations, is preserved.</p>
|
|
|
|
<p>The <cite><a
|
|
href="http://www.w3.org/TR/xml-infoset/#infoitem.document">[all
|
|
declarations processed]</a></cite> property of the Document
|
|
Information Item is not, strictly speaking, part of the <cite>Infoset
|
|
<a href="#ref-infoset">[XML Infoset]</a></cite> and therefore does
|
|
not need to be preserved.</p>
|
|
|
|
<p>NOTE: A candidate can fully support level 1, level 2, and the
|
|
preservation of the complete internal subset by including and
|
|
encoding the internal subset as a string, thereby leaving it up to
|
|
the decoder to optionally process it.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td><em>Preserves the the XML Information Set and all
|
|
declarations</em><br />
|
|
|
|
|
|
<p>Level 2 defines the class of candidates that preserve the XML
|
|
Information Set data model, as in level 1, in addition to all
|
|
information that is not purely syntactic. Such additional information
|
|
will include the attribute, element and entity declarations.</p>
|
|
|
|
<p>This level covers the preservation of all information represented
|
|
by an XML document but does not accede to supporting purely syntactic
|
|
constructs.</p>
|
|
|
|
<p>NOTE: A candidate can fully support level 2 by including and
|
|
encoding the internal subset as a string, and thus leaving it up to
|
|
the decoder to optionally process it.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td><em>Preservation of syntactic sugar of the XML document</em><br />
|
|
|
|
|
|
<p>Level 3 defines the class of candidates that preserves all
|
|
information represented by an XML document, as in level 2, in
|
|
additional to some but not all syntactic information.</p>
|
|
|
|
<p>NOTE: Full syntactic information is supported by level 4.</p>
|
|
|
|
<p>Such preservation includes but is not limited to:</p>
|
|
<ol>
|
|
<li>CDATA Sections</li>
|
|
<li>resolved external entity reference boundaries (when an entity
|
|
is resolved a candidate will flag the part in the produced
|
|
infoset where the information included from it starts and
|
|
ends)</li>
|
|
<li>the use of single or double quotes characters for quoted
|
|
strings</li>
|
|
<li>white space in markup</li>
|
|
<li>the difference between empty element variants</li>
|
|
<li>the order of attributes.</li>
|
|
</ol>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>4</td>
|
|
<td><em>Preservation of bytes</em><br />
|
|
|
|
|
|
<p>Level 4 defines the class of candidates that preserve the XML
|
|
document byte-per-byte.</p>
|
|
|
|
<p>NOTE: This is the simple level supported by generic encodings such
|
|
as gzip.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<h3 id="methodology-analysis">4.6. Analysis Methodology</h3>
|
|
|
|
<p>Creating a benchmarking framework that is able to produce a variety of
|
|
measurements fairly and accurately, using multiple format implementations
|
|
from many vendors is a complex and arduous task. This difficulty has affected
|
|
both the analysis aspects covered in this document as well as the whole
|
|
methodology of producing measurements. </p>
|
|
|
|
<p>First, while the <a
|
|
href="http://www.w3.org/TR/xbc-characterization/"><acronym
|
|
title="XML Binary Characterization">XBC</acronym> Characterization Note</a>
|
|
lists a number of requirements for an EXI format, this document covers only
|
|
three: roundtrip support, compactness, and processing efficiency. However,
|
|
many of the listed requirements are not amenable to measurement as such, but
|
|
would rather be evaluated based on the format specification. Since this task
|
|
does not require precise measurement, it is expected to take considerably
|
|
less time and has been left for later. </p>
|
|
|
|
<p>The full methodology is an iterative process, starting with a measurement
|
|
run. The results of such a run are reviewed for stability and perceived
|
|
correctness. Any discovered problems are corrected and a new run
|
|
commissioned. Meanwhile, results that have been deemed stable are used as a
|
|
basis for preliminary analysis. The results presented here come from a <a
|
|
href="http://www.w3.org/XML/EXI/test-report">stored snapshot</a> that has
|
|
been judged sufficiently stable for making decisions. </p>
|
|
|
|
<p>Even so, there is still some variation in the results. This is a concern
|
|
especially with the C-based candidates that may exhibit enormous and
|
|
inexplicable variance between different test documents. It is therefore
|
|
likely that there are still some problems with how the test framework's Java
|
|
code interacts with the C code of the candidates. Accordingly, the results
|
|
from the C-based candidates were filtered more carefully, by eliminating
|
|
results for individual documents that were obviously incorrect. In addition,
|
|
the stableness review of the results paid careful attention to any
|
|
improvements in these candidates in particular. </p>
|
|
|
|
<p>The measurement process produces a large amount of data, consisting of 88
|
|
documents, four application classes, three separate runs, and eight
|
|
candidates. Furthermore, as different applications require different
|
|
properties of a format in differing proportions, it is not feasible to
|
|
produce a single, or even a few, figure of merit for comparing candidates.
|
|
Instead, comparison needs to be performed over a variety of use cases or the
|
|
like. </p>
|
|
|
|
<p>A variety of analysis methodologies were used, ranging from graphs, both
|
|
summaries and detailed ones, to statistical methods for estimating average
|
|
performance. Comparisons were always made to best available XML
|
|
implementations, used as would be normal for each particular case under
|
|
analysis. </p>
|
|
|
|
<p>Review of the results and aggregation was performed with a spreadsheet
|
|
program that allows live re-grouping of the data. This leads to an easy
|
|
viewing of the anomalous results and their elimination from consideration.
|
|
Other analysis methods included drawing of graphs for particular sub-groups
|
|
of the whole test suite, making inferences based on these graphs, and then
|
|
verifying the inferences and establishing precise performance bounds by
|
|
reviewing the individual measurements. </p>
|
|
|
|
<p>The overall goal of the measurement and analysis process was to select one
|
|
or more distinguished candidates that could serve as a basis for the EXI
|
|
format. Accordingly, much of the analysis was focused on picking the top
|
|
performers and verify that their top performance was consistent throughout
|
|
the different use cases, and especially to make sure that none of the
|
|
distinguished candidates disqualified themselves in any particular case. </p>
|
|
|
|
<h2 id="contributions">5. Contributed Candidate EXI Implementations</h2>
|
|
|
|
<p>This section provides a technical description of the basic architecture of
|
|
each of the contributed XML formats whose performance characteristics were
|
|
measured (see <a href="#results">Results</a>). The statements in these
|
|
descriptions are those of representatives of each format and have not been
|
|
validated by the working group.</p>
|
|
|
|
<h3 id="contributions-ASN1-BER">5.1. X.694 ASN.1 with BER</h3>
|
|
|
|
<div class="status">
|
|
Submitted: 25-Apr, ED. Integrated: 25-Apr, GW. Edited: partly edited for
|
|
content 25-Apr, GW.</div>
|
|
|
|
<p>The X.694 ASN.1 BER candidate submission uses a set of standards that have
|
|
been in place for many years for binary messaging (ASN.1 itself since the
|
|
early 1980s). There are three parts to the candidate:</p>
|
|
<ol>
|
|
<li>The Abstract Syntax Notation 1 (ASN.1), from the International
|
|
Telecommunications Union - Telecommunications Group (ITU-T), and the
|
|
International Standards Organization (ISO), is a schema much like the XML
|
|
Schema for describing abstract message types</li>
|
|
<li>The ITU-T/ISO Basic Encoding Rules (BER), is a set of encoding rules to
|
|
be used with ASN.1 to produce a concrete binary representation of a set
|
|
of values described using an ASN.1 schema</li>
|
|
<li>The ITU-T/ISO X.694 standard provides a mapping of XML Schema (XSD) to
|
|
ASN.1, and allows the use of ASN.1 and its associated encodings in XML
|
|
applications.</li>
|
|
</ol>
|
|
|
|
<p>In this format candidate, BER encoding was selected in preference to PER
|
|
(Packed Encoding Rules - see <a href="#contributions-PER">X.694 ASN.1 with
|
|
PER</a> below) because it was felt that the flexibility in the
|
|
tag-length-values (TLV) that it provides, is closer in spirit and
|
|
functionality to XML than the tightly coupled encodings produced by PER. The
|
|
general principle is that each element construct in XML;</p>
|
|
<pre><tag>textual content</tag></pre>
|
|
|
|
<p>is replaced by a similar binary encoding consisting of a tag-length-value
|
|
descriptor.</p>
|
|
|
|
<p>Efficiencies are gained from two properties of this format: 1) the tags
|
|
and lengths are binary tokens that are in general much shorter than XML
|
|
textual start and end tags, and 2) the content is in binary instead of
|
|
textual form.</p>
|
|
|
|
<p>Some advantages of using ASN.1 BER to encode XML are that the TLV format
|
|
is similar to XML's <i>start-tag / content / end-tag</i> pattern; encoded
|
|
length can be 5 to 10 times less than textual XML, and encoding and decoding
|
|
is very efficient - no compression or other CPU intensive algorithms are
|
|
used. Additionally, ASN.1 BER is mature and stable, and its security has been
|
|
studied in-depth.</p>
|
|
|
|
<p>However, it is schema-based - an XSD or similar schema is needed to encode
|
|
and decode, and some fraction of the XML Information Set can not be
|
|
represented (for example, randomly occurring comments and Processing
|
|
Instructions).</p>
|
|
|
|
<p>See references <a href="#ref-EdDay">[USE-OF-ASN.1]</a>, <a
|
|
href="#ref-ASN1">[ASN.1]</a>, <a href="#ref-BER">[BER]</a>, <a
|
|
href="#ref-X694">[X.694]</a>.</p>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<div class="status">
|
|
Submitted: 15-May, PT. Integrated: 16-May, GW. Edited: 1st pass. Needs to be
|
|
checked by Paul, changed quite a lot.</div>
|
|
|
|
<h3 id="contributions-PER">5.2. X.694 ASN.1 with PER</h3>
|
|
|
|
<p>Similarly to the <a href="#contributions-ASN1-BER">X.694 ASN.1 with
|
|
BER</a> candidate format described above, this one uses X.694 to map from an
|
|
XML Schema document to ASN.1. In this variation, we add the use of two
|
|
further ITU-T standards, X.693 and PER. These additions allow direct output
|
|
in textual XML, and a somewhat more compact binary encoding.</p>
|
|
|
|
<p>PER, which stands for Packed Encoding Rules <a href="#ref-PER">[PER]</a>,
|
|
is one of the ASN.1 Encoding Rules published by the ITU-T, IEC, and <a
|
|
href="http://www.iso.org/">ISO</a>. PER was specifically designed to minimize
|
|
the size of messages needed to convey information between machines. It has
|
|
been widely adopted in critical infrastructure where bandwidth is limited. It
|
|
originated from work on an efficient air-to-ground communication protocol for
|
|
commercial aviation, and has since been used in many areas including cell
|
|
phones, internet routers, satellite communications, internet audio/video, and
|
|
many other areas.</p>
|
|
|
|
<p>Another of the ASN.1 Encoding Rules, Extended XML Encoding Rules, or
|
|
"EXTENDED-XOR" <a href="#ref-X693">[X.693]</a>, defines a set of encoding
|
|
rules, that can be used in a way analogous to XML Schema, and applied to
|
|
ASN.1 types to produce textual XML.</p>
|
|
|
|
<p>Since the schema notation used by XML Schema is quite different from the
|
|
ASN.1 notation, ITU-T Rec. X.694 | ISO/IEC 8825-5 was created to give a
|
|
standard mapping from schemas in XML Schema to ASN.1 schemas in such a way
|
|
that XML Schema aware endpoints, could exchange documents with ASN.1 aware
|
|
endpoints, using the EXTENDED-XER Encoding Rules.</p>
|
|
|
|
<p>With the ASN.1 schema generated using X.694 from an XML Schema instance,
|
|
one can generate not only XML documents (using the ASN.1 engine with
|
|
EXTENDED-XER), but binary encodings with any of the ASN.1 Encoding Rules, of
|
|
which PER is the most compact.</p>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<div class="status">
|
|
Submitted: 25-Apr, JK. Integrated: 29-Apr, GW. Edited: style & content
|
|
29-Apr.</div>
|
|
|
|
<h3 id="contributions-xebu">5.3. Xebu</h3>
|
|
|
|
<p>The <a href="http://hoslab.cs.helsinki.fi/homepages/xebu/">Xebu format</a>
|
|
is a product of research into XML messaging on small mobile devices. The
|
|
central XBC Properties considered in its design were; <a
|
|
href="http://www.w3.org/TR/xbc-properties/#streamable">Streamable</a>, <a
|
|
href="http://www.w3.org/TR/xbc-properties/#small-footprint">Small
|
|
Footprint</a>, and <a
|
|
href="http://www.w3.org/TR/xbc-properties/#implementation-cost">Implementation
|
|
Cost</a>.</p>
|
|
|
|
<p>Xebu models an XML document as a sequence of events, similarly to StAX or
|
|
SAX. The event sequence is serialized one by one. The basic Xebu format,
|
|
applicable to general XML data, includes mappings from strings in the XML
|
|
document to small binary tokens. These mappings are discovered dynamically
|
|
during processing.</p>
|
|
|
|
<p>Xebu also includes three optional techniques for when a schema is
|
|
available:</p>
|
|
<ol>
|
|
<li>Pretokenization; this populates the token mappings beforehand, based on
|
|
the strings appearing in the schema</li>
|
|
<li>Typed-content encoding; this results in a more efficient binary form
|
|
for certain data types, than can be achieved without a schema</li>
|
|
<li>Event omission; this leaves out events from the sequence if their
|
|
appearance and placement can be deduced from the schema.</li>
|
|
</ol>
|
|
|
|
<p>The main advantages of Xebu are; its support for general XML with varying
|
|
levels of schema-awareness, a direct correspondence with well-understood XML
|
|
data models, so making XML compatibility easy to achieve, and that it's
|
|
simple and straightforward to implement.</p>
|
|
|
|
<p>See reference <a href="#ref-xebu">[XEBU1]</a></p>
|
|
|
|
<h4 id="contributions-xebu-caveats">5.3.1. Caveats</h4>
|
|
|
|
<p>The implementation used in the measurements has been written for mobile
|
|
phones, and therefore it does not perform as well as an implementation
|
|
written for desktop machines or servers would. </p>
|
|
|
|
<p>The measurements with a schema were run with only pretokenization enabled.
|
|
Typed-content encoding was not enabled due to the difficulties of accessing
|
|
type information efficiently. The event omission implementation cannot handle
|
|
arbitrary schemas, so only a subset of the test document schemas would have
|
|
produced an effect. Furthermore, the implementation is written for RELAX NG,
|
|
and conversion from XML Schema worked only for a very few cases. Because of
|
|
these issues, event omission was also disabled in the measurements. </p>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<h3 id="contributions-xsbc">5.4. Extensible Schema-Based Compression
|
|
(XSBC)</h3>
|
|
|
|
<div class="status">
|
|
Submitted: 29-Apr, DM. Integrated: 29-Apr, GW. Edited: partly edited for
|
|
content 29-Apr, GW. Edited 3-may. GW: 27-May, removed editorial comments
|
|
flagging editorial changes in prep for publication - so should be
|
|
checked.</div>
|
|
|
|
<p>Extensible Schema-Based Compression (XSBC) is a system for encoding XML
|
|
documents that are described by schemas into a binary format. The result is
|
|
more compact, faster to parse, and has better databinding performance than
|
|
textual XML.</p>
|
|
|
|
<p>XSBC preprocesses the schema that describes an XML document, and creates
|
|
lookup tables consisting of integers that index the string values of element
|
|
names. The schema's type information about marked-up data, if any, is
|
|
captured in one lookup table. In the same way, element attribute names are
|
|
added to a lookup table, along with their type information. The size of the
|
|
integers that correspond to the element and attribute names is chosen so that
|
|
if only a few names are in the document, smaller numbers are used.</p>
|
|
|
|
<p>Once the schema has been processed and the lookup tables have been
|
|
populated, the XML file is transcoded into binary format. Text element start
|
|
and end tags are replaced by the binary format whole numbers to which they
|
|
correspond in the element lookup table. Additionally, if any marked-up text
|
|
data can be represented in an equivalent binary format, such as
|
|
floating-point, it is replaced.</p>
|
|
|
|
<p>Element attributes are added after the binary element start tag. Attribute
|
|
representations may be only the attribute start tag, followed by the
|
|
attribute data, in binary format, if the schema type information makes this
|
|
possible.</p>
|
|
|
|
<p>The marked-up data in binary format, for either element data or attribute
|
|
data is then passed through data compressors. In the case of simple,
|
|
fixed-length integers and floats, the standard IEEE 754 format can be used.
|
|
Variable length data, such as strings, can be represented by a starting value
|
|
that includes the length, followed by the actual data. The data compression
|
|
system is easily extended to handle data other than that represented by the
|
|
standard data compressors, and in fact can be extended dynamically. For
|
|
instance, it's possible to write custom compressors for sparse or repetitive
|
|
matrices, floating point data which is representable in only a certain number
|
|
of significant digits, or other specialized data types.</p>
|
|
|
|
<p>Encoding and decoding a textual XML document to an XSBC document is quite
|
|
straightforward. A simple finite state machine can be constructed to decode
|
|
XSBC documents. An XSBC decoder can step through the document easily because
|
|
of the structure of the document.</p>
|
|
|
|
<p>An XML Schema instance is required to encode the document. In future, the
|
|
XSBC team plans to implement a feature in which a document without a schema
|
|
can be "pre-preprocessed" and a stand-in schema generated for it. This
|
|
stand-in schema will be untyped (all data will be represented as strings) but
|
|
this would allow an arbitrary XML document without a schema to be
|
|
represented.</p>
|
|
|
|
<p>XSBC's virtue is its simplicity. It is, essentially, every programmer's
|
|
first idea of how to represent an XML document in binary form. There is a
|
|
strong correspondence between the textual XML representation and the binary
|
|
representation.</p>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<h3 id="contributions-fxdi">5.5. Fujitsu XML Data Interchange Format
|
|
(FXDI)</h3>
|
|
|
|
<div class="status">
|
|
Submitted: 1-May, TK. Integrated: 3-May, GW. Status: Edited, some
|
|
clarification of encoders needed. 27-May GW; removed editorial comments for
|
|
publication. Should be checked. References needed. 29-May: TK resubmitted
|
|
with clarified distinction between encoders. Text says that diff encoders are
|
|
used for compactness and PE, although my recollection is that was to be not
|
|
allowed - all properties results should be presented for all configurations.
|
|
emailed group to confirm.</div>
|
|
|
|
<p>The Fujitsu XML Data Interchange (FXDI) format was designed to serve as an
|
|
alternative encoding of the XML Infoset, which allows for more efficiency,
|
|
both in the exchange of data between applications and in the processing of
|
|
data at each end-point. FXDI's primary design goals were document
|
|
compactness, and to enable the implementation of fast decoder and encoder
|
|
programs, which run in a small footprint, and without involving much
|
|
complexity.</p>
|
|
|
|
<p>FXDI is based on the W3C XML Schema Post Schema Validation Infoset (PSVI),
|
|
though some of the format features derive from the XPath2 Data Model.
|
|
Although FXDI performs much better when schemas are prescribed before
|
|
documents are processed, it is capable of handling schema-less documents and
|
|
fragments through its support for Infoset tokenization.</p>
|
|
|
|
<p>At the core of FXDI is the "compact schema". FXDI uses Fujitsu Schema
|
|
Compiler to compile W3C XML Schema into a "schema corpus". A schema corpus
|
|
contains all the information expressed in the source XML Schema document plus
|
|
certain computed information such as state transition tables. A compact form
|
|
of the schema is then computed from a schema corpus by distilling only those
|
|
information items which are relevant to the function of FXDI processors.</p>
|
|
|
|
<p>There are two types of FXDI processors. Firstly, those that are used to
|
|
generate FXDI documents. These are called "FXDI Encoders". Conversely, FXDI
|
|
Decoders, decode FXDI documents into data usable by programs.</p>
|
|
|
|
<p>FXDI supports two different methods to create FXDI documents:</p>
|
|
<ul>
|
|
<li>An encoder API, that allows programs to convert an XML text stream or
|
|
SAX events into FXDI documents. FXDI has two independent encoder API
|
|
implementations. The "validating encoder", which has the ability to
|
|
conduct full-fledged schema validation while encoding subject to the
|
|
constraints expressed in an XML Schema. The other encoder is
|
|
non-validating. It is incapable of schema-validation, but performs much
|
|
faster than the validating encoder. Although their implementations and
|
|
techniques are very different, the two encoders always generate the same
|
|
result given an XML schema and an XML instance document</li>
|
|
<li>A Direct-writing API, which is suitable in scenarios that allow for the
|
|
use of data-binding. It always performs faster than the Encoder API
|
|
because no schema-machinery is involved in the process.</li>
|
|
</ul>
|
|
|
|
<p>In the EXI Test Framework tests, the validating encoder was used in the
|
|
compactness tests. The validating encoder carries out schema-validation as
|
|
part of encoding process and logs any errors in test case XML documents. This
|
|
is useful for diagnosing performance anomalies caused by test case documents
|
|
that deviate from their associated XML Schemas. On the other hand, the
|
|
non-validating encoder is used in the encoding tests for maximizing
|
|
processing efficiency.</p>
|
|
|
|
<p>FXDI works well with conventional document redundancy-based compression
|
|
such as gzip. That facilitates use cases that need the additional compression
|
|
and can spend the additional CPU cycles.</p>
|
|
|
|
<p>See <cite><a
|
|
href="http://software.fujitsu.com/en/interstage-xwand/activity/xbrltools/indexFXDI.html">W3C
|
|
EXI WG and Fujitsu</a></cite> for more information.</p>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<h3 id="contributions-FI">5.6. Fast Infoset</h3>
|
|
|
|
<p>Fast Infoset is an open, standards-based binary format based on the
|
|
<cite>XML Information Set <a href="#ref-infoset">[XML Infoset]</a></cite>.
|
|
<cite>ITU-T Rec. X.891 | ISO/IEC 24824-1 (Fast Infoset) <a
|
|
href="#ref-FI">[FI]</a></cite> is also itself an approved ITU-T
|
|
Recommendation as of 14 May 2005. An ISO ballot has been initiated (and is
|
|
near completion) that will result in ISO/IEC 24824-1 being available for free
|
|
when published.</p>
|
|
|
|
<p>The XML Information Set specifies the result of parsing an XML document,
|
|
referred to as an "XML infoset" (or just an "infoset"), and a glossary of
|
|
terms to identify infoset components, referred to as "information items" and
|
|
"properties". An XML infoset is an abstract model of the information stored
|
|
in an XML document; it establishes a separation between data and its
|
|
representation that suits most common uses of XML. An XML infoset (such as a
|
|
DOM tree, StAX events or SAX events in programmatic representations) may be
|
|
serialized to an XML 1.x document or, as specified by the Fast Infoset
|
|
specification, may be serialized to a Fast Infoset document. Fast Infoset
|
|
documents are generally smaller in size and faster to parse and serialize
|
|
than equivalent XML documents.</p>
|
|
|
|
<p>The Fast Infoset format has been designed to jointly optimize the axes of
|
|
compression, serialization and parsing, while retaining the properties of
|
|
self-description and simplicity. The approach has been to find, when not
|
|
taking advantage of advanced features, a "sweet spot" where moderate
|
|
compression can be achieved but not at the undue expense of creation,
|
|
processing performance and simplicity.</p>
|
|
|
|
<p>The use of tables and indexing is the primary mechanism by which Fast
|
|
Infoset compresses many of the strings present in an infoset. Recurring
|
|
strings may be replaced with an index (an integer value) which points to a
|
|
string in a table. A serializer will add the first occurrence of a common
|
|
string to the string table, and then, on the next occurrence of that string,
|
|
refer to it using its index. A hash table can be used for efficient checking
|
|
of strings (the string being the key to obtaining the index; every time a
|
|
unique string is added to the hash table, the index of the table is
|
|
incremented. A parser will add the first occurrence of a common string to the
|
|
string table, and then, on the next occurrence of that string, obtain the
|
|
string by using the index into the table.</p>
|
|
|
|
<p>Fast Infoset is a very extensible format. It is possible, via the use of
|
|
encoding algorithms, to selectively apply redundancy-based compression or
|
|
optimized encodings to certain fragments. Using this capability, as well as
|
|
other advanced features, it is possible to tune the "sweet spot" for a
|
|
particular application domain. An example of this is the use of a built-in
|
|
encoding algorithm to directly encode binary blobs without the need for any
|
|
additional encoding, in a way similar to the <cite><a
|
|
href="http://www.w3.org/TR/soap12-mtom/">Message Transmission Optimization
|
|
Mechanism</a>(MTOM)</cite>, but with the binary blobs encoded inline as
|
|
opposed to as attachments. Other built-in algorithms can be used to
|
|
efficiently encode arrays of primitive data types like integers and floats, a
|
|
feature often used by scientific applications to reduce message size and
|
|
increase processing efficiency.</p>
|
|
|
|
<p>Additional features of Fast Infoset include support for restricted
|
|
alphabets (for better compactness) and for external indexing tables, for
|
|
those cases in which a tighter coupling is acceptable in the interest of
|
|
achieving better performance.</p>
|
|
|
|
<h4 id="contributions-FI-caveats">5.6.1. Caveats</h4>
|
|
|
|
<p>For the <a href="#schema">Schema</a> and <a href="#both">Both</a>
|
|
application classes Fast Infoset is not fully optimised to utilise schema:
|
|
</p>
|
|
<ol>
|
|
<li>For the cases where prefixes do not need to be preserved (or in the
|
|
more general case when a set of sample documents can be utilised in
|
|
conjunction with schema) further reductions in compactness and processing
|
|
efficiency are possible. </li>
|
|
<li>The use of encoding algorithms or restricted alphabets to convert
|
|
lexical representations of text content or attribute values to more
|
|
optimised binary forms that may be faster to process and/or more compact.
|
|
</li>
|
|
</ol>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<h3 id="contributions-efx">5.7. Efficient XML</h3>
|
|
|
|
<div class="status">
|
|
Submitted: 11-May, JS. Integrated: 13-May, GW. Status: Moved 1st 2 paras to
|
|
end and removed assertions that might reasonably be made of all formats
|
|
without supporting data. Also removed assertion about w3 requirements, since
|
|
that is what the data is intended to show, and again the point is to show
|
|
this for all formats.</div>
|
|
|
|
<p>Efficient XML is a general purpose interchange format that works well for
|
|
a very broad range of applications. It was designed to optimize performance
|
|
while reducing bandwidth, battery life, processing power and memory
|
|
requirements. It is the only format currently being tested that supports all
|
|
of the features specified by the minimum binary XML requirements defined by
|
|
the W3C XBC group <cite><a
|
|
href="http://www.w3.org/TR/xbc-characterization/">XML Binary
|
|
Characterization</a> [<a href="#ref-XBC-characterization">XBC
|
|
Characterization</a>]</cite>.</p>
|
|
|
|
<p>The encoding is schema "informed", meaning that it can leverage available
|
|
schema information to improve compactness and performance, but does not
|
|
depend on accurate, complete or current schemas to work. It will work very
|
|
effectively with partial schemas or no schemas at all. It also supports
|
|
arbitrary <a
|
|
href="http://www.w3.org/TR/xbc-properties/#schema-extensions-deviations">schema
|
|
extensions and deviations</a> and allows dynamic schema negotiation,
|
|
discovery and acquisition.</p>
|
|
|
|
<p>Efficient XML achieves broad generality, flexibility, and performance, by
|
|
unifying concepts from formal language theory and information theory into a
|
|
single, relatively simple algorithm. The algorithm uses a grammar to
|
|
determine what is likely to occur in an XML document and encodes the most
|
|
likely alternatives in fewer bits. The fully generalized algorithm works for
|
|
any language that can be described by a grammar (e.g., XML, Java, HTTP,
|
|
etc.); however, Efficient XML is optimized specifically for XML languages.
|
|
The built-in Efficient XML grammar accepts any XML document or XML fragment
|
|
and may be augmented with productions derived from XML Schemas, RelaxNG
|
|
schemas, DTDs or other sources of information about what is likely to occur
|
|
in a set of XML documents. The Efficient XML encoder uses the grammar to map
|
|
a stream of XML information items onto a smaller, lower entropy, stream of
|
|
tokens. The encoder then encodes the stream of tokens using a Huffman tree
|
|
derived from the grammar or, if additional compression is desired, passes the
|
|
stream of tokens to a more sophisticated XML compression algorithm that
|
|
replaces frequently occurring token patterns to further reduce size. When
|
|
schemas are used, Efficient XML also supports a user-customizable set of
|
|
datatype CODECs for efficiently encoding typed values and provides typed
|
|
streaming APIs for efficiently accessing typed values.</p>
|
|
|
|
<p>The binary form of Efficient XML is very compact. It is competitive with
|
|
hand-optimized formats and is consistently smaller than both ASN.1 PER and
|
|
gzipped XML. Even on very large, repetitive documents where gzip works best,
|
|
it is not uncommon for Efficient XML to be 2-5 times smaller than gzipped
|
|
XML.</p>
|
|
|
|
<p>Production implementations of Efficient XML have been integrated into a
|
|
broad range of platforms, including mass market mobile phones, PDAs,
|
|
application servers, web servers, high-volume message routers, pub-sub
|
|
systems, vehicles, aircraft, and satellite broadcast systems. High quality,
|
|
commercial implementations are available for Unix, MS-Windows and a wide
|
|
variety of mobile devices running both Java and Microsoft.NET.</p>
|
|
|
|
<p>See <cite>Theory, Benefits and Requirements for Efficient Encoding of XML
|
|
Documents <a href="#ref-EfficientXML">[EffXML]</a></cite> for more
|
|
information.</p>
|
|
|
|
<h4 id="contributions-efx-caveats">5.7.1. Caveats</h4>
|
|
|
|
<p>The Efficient XML implementation used for W3C tests is a non-production
|
|
implementation designated for evaluating W3C-proposed changes to Efficient
|
|
XML. In addition to implementing the minimum W3C requirements, it includes
|
|
the format features required to support advanced requirements, such as random
|
|
access, accelerated sequential access and digital signatures. As a
|
|
non-production version it has not been fully optimized.</p>
|
|
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<h3 id="contributions-perfi">5.8. X.694 ASN.1 with PER + Fast Infoset</h3>
|
|
|
|
<p>This uses both "X.694 with PER" as described above as well as "Fast
|
|
Infoset" also described above. Where there is an XML Schema, X.694 is used to
|
|
map the schema to ASN.1. If there is no schema, or if the XML Document
|
|
deviates from the schema, the entire XML document is serialized using Fast
|
|
Infoset instead. </p>
|
|
|
|
<p>Note that in general better performance will be gained if there is a
|
|
schema from which the documents do not deviate (in which case PER will be
|
|
used). Any exceptions to this will be handled by Fast Infoset. </p>
|
|
|
|
<h3 id="contributions-esxml">5.9. Efficiency Structured XML (esXML)</h3>
|
|
|
|
<p>Efficiency Structured XML (esXML) is a format that encodes the XML data
|
|
model in a way that is flexible, compact, and efficient to process. The
|
|
format allows a range of encoding methods, from purely byte-oriented
|
|
tokenized data to bit-oriented, variable-token table-based encoding and from
|
|
fully self-contained instances to a spectrum of externalized forms, such as
|
|
schema-based encoding. This externalized information, which can include
|
|
metadata, value typing and table priming, structure, templates, and encoding
|
|
choices is encoded in the esXML format in an XML Meta Structure (XMS)
|
|
instance. (A template is a range of XML data that is referred to later in a
|
|
document so that its structure is copied, with or without data, as a
|
|
reference with new data slotted.) An XMS instance can be created from one or
|
|
more schemas, example data, or any other process. The XMS instance captures
|
|
any information externalized from a logical document and, along with esXML
|
|
instances created relative to it, can be used to recreate the fully
|
|
self-contained logical data. The important distinction for an XMS is that it
|
|
is a directly-interpretable, portable, and standardized representation of
|
|
schema-like information that can be shared at run time between disparate
|
|
implementations and used to both encode and decode application data. This
|
|
avoids sharing schemas, compiling them into usable form, and even agreeing on
|
|
a common schema language. This also allows for automated choice of encoding
|
|
options. </p>
|
|
|
|
<p>Certain widely-useful semantics are part of esXML which could be layered
|
|
on XML only in inefficient fashion. These semantics allow for stable pointers
|
|
to data in an instance, copy-on-write layering of arbitrary changes to a base
|
|
document at both high and low levels, and flexible indexing of element
|
|
content. These mechanisms can be used for efficiently capturing changes in a
|
|
delta instance, for direct efficient representation of any data structure,
|
|
such as a graph, and for random access into an instance. Indexing can be both
|
|
deep and shallow, hash or sorted, and can occur at any element. </p>
|
|
|
|
<p>Encoding of data types is flexible, supporting not only text-based values,
|
|
but opportunistic and schema-informed binary encoding of scalar types,
|
|
including IEEE floats, doubles, and quads. The two major byte orders are
|
|
allowed, reader makes right, with only a bit indicating the default order for
|
|
the document. A unique restricted character set encoding with escapes allows
|
|
taking advantage of narrow use of character values even in the presence of
|
|
occasional exceptions. Binary data is encoded directly if indicated by the
|
|
schema or library hints from the application. An encapsulation token allows
|
|
any element subtree to be individually compressed, signed, or encrypted
|
|
without affecting the data model. </p>
|
|
|
|
<p>The structure of an esXML instance is encoded in either of two modes: byte
|
|
oriented or bit oriented. The byte oriented mode uses a compact token, which
|
|
is either 4 bits + ID, 8 bits, or 8 bits + argument, and lengths that are
|
|
encoded in an variable-length integer, called a "Scalable Int", which is byte
|
|
by byte continued with the 8th bit. The bit-oriented encoding can be thought
|
|
of as a table-based encoding of byte sequences which are tokens, IDs, and
|
|
lengths. In other words, the sequence "Element, ID=8, Length=13" which would
|
|
take 2 bytes in byte oriented mode, might take 2 bits in bit-oriented mode.
|
|
</p>
|
|
|
|
<p>Because esXML has a major requirement to support in-place accessing of
|
|
data, whether for random access or simply to reduce copies when traversing an
|
|
instance, aligned byte-oriented operation is desired whenever possible. An
|
|
example of this might be a series of byte-sized character strings or a large
|
|
array of IEEE floats. A key insight is that bit-oriented and byte-oriented
|
|
encoding can be combined in the same instance. While this is sometimes done
|
|
with padding before every byte-sized value, this is inefficient and often
|
|
seriously detracts from the bit-oriented space savings. EsXML now uses a
|
|
Hybrid Byte-Aligned Format (HBAF) which is a simple, low-level mechanism in
|
|
the memory access layer to pack bit-aligned data while aligning byte-sized
|
|
data. This mechanism can be tuned so that very little buffering is required:
|
|
128 bytes would yield almost no overhead compared to fully bit-packing all
|
|
data. HBAF simply maintains two output pointers, gliding bit-sized data to
|
|
holes before recent byte-sized data until a pointer spread distance is
|
|
reached, at which point the rest of the remaining hole becomes padding. This
|
|
method could also be used for word aligning scalars if desired. </p>
|
|
|
|
<p>Because XML instances often vary in schema and characteristic, often
|
|
distinguished by an envelope and content elements from differing
|
|
specifications, esXML supports the use of multiple XMS instances, created
|
|
from different schemas perhaps, and mode switching at each element when
|
|
desired. This allows an envelope to be processed most efficiently while a
|
|
content element might be most compressed relative to an XMS instance. </p>
|
|
|
|
<p>EsXML supports both start/stop token indication and length-prefixed data
|
|
as there are instances where each can be more efficient in terms of space,
|
|
buffering, and processing efficiency. In particular, higher-level elements in
|
|
a large document can be length prefixed to facilitate rapidly skipping
|
|
through data. To allow such length prefixing to be done without arbitrary
|
|
buffering requirements, a continuation token was invented that allows length
|
|
prefixing to be chunked in an efficient manner. The continuation token
|
|
indicates which level of the XML tree is being continued in the next chunk of
|
|
data. </p>
|
|
|
|
<p>EsXML was created with respect to many requirements that became those of
|
|
the W3C XBC and EXI working groups. Additional requirements to directly
|
|
support certain ranges of important application architectures indicate the
|
|
need for pointers, deltas, random access, and, in some cases, random
|
|
modification. EsXML addresses this full set of requirements by the optional
|
|
addition of a Storage Layer format, in addition to the Representation Layer
|
|
format described above. This Storage Layer, using a structure called "Elastic
|
|
Memory", directly supports efficient processing of pointers, low level deltas
|
|
(i.e. byte/bit oriented ranges), and random modification (inserts, deletes,
|
|
replacement) in a way that allows an application stack to avoid parsing and
|
|
serialization. </p>
|
|
|
|
<p>See <cite>The esXML Specification <a href="#ref-esXML">[ESXML]</a></cite>
|
|
for more information. </p>
|
|
|
|
<h4 id="contributions-esxml-caveats">5.9.1. Caveats</h4>
|
|
|
|
<p>The tested version of esXML does not implement schema-informed encoding,
|
|
has dropped tests for a couple files, and is producing copious debugging
|
|
information which drastically affects processing efficiency. The version
|
|
tested operates only in byte-oriented mode, not the more compact bit-oriented
|
|
compact form. No XMS, templates, or restricted character sets are turned on.
|
|
</p>
|
|
|
|
<h3 id="contributions-assessment">5.10. Self-Assessment</h3>
|
|
|
|
<p>The <a href="http://www.w3.org/TR/xbc-characterization/"><acronym
|
|
title="XML Binary Characterization">XBC</acronym> Characterization
|
|
document</a> specifies the set of minimum requirements a format must satisfy
|
|
to meet W3C requirements. The chart below lists all of the candidates
|
|
reviewed here in the EXI measurements document and shows which requirements
|
|
each claims to satisfy. Each candidate name also links to a more detailed
|
|
discussion on the table entries for that candidate. It is important to note
|
|
that at this points the assessment has been performed by the candidate
|
|
submitters themselves. </p>
|
|
|
|
<p>The XML+gzip candidate in the below table is built from technologies available currently, which means XML that is compressed with gzip when the use case allows document analysis. The candidate assessments are made on the basis of each candidate's encoding, plus generic compression, or a format specific compression scheme if the candidate has one. An example of the later for instance, is Efficient XML, which implements integrated schema-analysis and document analysis.</p>
|
|
|
|
<table class="qa">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="10" style="text-align: center">Status</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Format</th>
|
|
<th><a href="http://www.w3.org/XML/EXI/eval/xmlz-evaluation.html">XML + gzip</a></th>
|
|
<th>Fast Infoset</th>
|
|
<th><a href="http://www.w3.org/XML/EXI/eval/fxdi-evaluation.html">FXDI (Fujitsu Binary)</a></th>
|
|
<th><a href="http://www.w3.org/XML/EXI/eval/Efficient-XML-evaluation.html">Efficient XML</a></th>
|
|
<th><a href="http://www.w3.org/XML/EXI/eval/xebu-evaluation.html">Xebu</a></th>
|
|
<th>X.694 with <acronym title="Binary Encoding Rules">BER</acronym></th>
|
|
<th>X.694 with <acronym title="Packed Encoding Rules">PER</acronym></th>
|
|
<th>X.694 with <acronym title="Packed Encoding Rules">PER</acronym> +
|
|
Fast Infoset</th>
|
|
<th><a href="http://www.w3.org/XML/EXI/eval/esxml-evaluation.html">esXML</a></th>
|
|
</tr>
|
|
<tr>
|
|
<td>Passes min. bar?</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="10" style="text-align: center">MUST Support</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Format</th>
|
|
<th>XML + gzip</th>
|
|
<th>Fast Infoset</th>
|
|
<th>FXDI (Fujitsu Binary)</th>
|
|
<th>Efficient XML</th>
|
|
<th>Xebu</th>
|
|
<th>X.694 with <acronym title="Binary Encoding Rules">BER</acronym></th>
|
|
<th>X.694 with <acronym title="Packed Encoding Rules">PER</acronym></th>
|
|
<th>X.694 with <acronym title="Packed Encoding Rules">PER</acronym> +
|
|
Fast Infoset</th>
|
|
<th>esXML</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Directly Readable & Writable</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Transport Independence</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Compactness</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Human Language Neutral</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Platform Neutrality</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Integratable into XML Stack</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Royalty Free</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Fragmentable</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Streamable</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Roundtrip Support</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Generality</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Schema Extensions and Deviations</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Format Version Identifier</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Content Type Management</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Self-Contained</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
<td>No</td>
|
|
<td>No</td>
|
|
<td>Yes</td>
|
|
<td>Yes</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="10" style="text-align: center">MUST NOT Prevent (DNP =
|
|
Does Not Prevent; P = Prevents)</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Format</th>
|
|
<th>XML + gzip</th>
|
|
<th>Fast Infoset</th>
|
|
<th>FXDI (Fujitsu Binary)</th>
|
|
<th>Efficient XML</th>
|
|
<th>Xebu</th>
|
|
<th>X.694 with <acronym title="Binary Encoding Rules">BER</acronym></th>
|
|
<th>X.694 with <acronym title="Packed Encoding Rules">PER</acronym></th>
|
|
<th>X.694 with <acronym title="Packed Encoding Rules">PER</acronym> +
|
|
Fast Infoset</th>
|
|
<th>esXML</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Processing Efficiency</td>
|
|
<td>P</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Small Footprint</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Widespread Adoption</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Space Efficiency</td>
|
|
<td>P</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Implementation Cost</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Forward Compatibility</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
<td>DNP</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>Of the candidates reviewed in this draft, two claim to satisfy all the
|
|
minimum W3C requirements. While any of the formats above could form the basis
|
|
for a W3C standard, it must be noted that those that satisfy fewer
|
|
constraints would likely require more modifications than those that already
|
|
meet the minimum W3C requirements. </p>
|
|
|
|
<p>Each modification to a format will impact the processing efficiency of the
|
|
format and may also impact other characteristics, such as compactness. For
|
|
example, it is possible (but not necessary) that modifications required to
|
|
meet the W3C compactness requirements may significantly reduce processing
|
|
efficiency and modifications required to improve processing efficiency may
|
|
impact compactness. As such, the performance characteristics of each
|
|
candidate presented in this table that does not meet all requirements
|
|
illustrate what is possible when certain W3C requirements are not met, but do
|
|
not illustrate the performance of a format based that candidate modified to
|
|
comply to the W3C requirements. </p>
|
|
|
|
<p>It must therefore be noted that analysis of candidates should take into
|
|
account whether candidates meet all or a subset of the W3C requirements. </p>
|
|
|
|
<h2 id="results">6. Summary and Analysis of Test Results</h2>
|
|
|
|
<p>The full analysis of the results, being quite long, has been placed in <a
|
|
href="#Ax-details">Appendix A: Measurement Details</a>. This section provides
|
|
a summary of those results. </p>
|
|
|
|
<p>These summaries focus on the level of complete content density clusters
|
|
and use groups, as such level of detail was considered more appropriate when
|
|
the intent is not to provide all the details. It must be noted, though, that
|
|
there can be variation in performance also inside such groups, and therefore
|
|
a full consideration of the performance must consider the detailed analysis
|
|
as well. </p>
|
|
|
|
<h3 id="results-compactification">6.1. Compactness</h3>
|
|
|
|
<p>While Compactness is defined as a "binary" property, that each format either
|
|
has or does not have, this is typically insufficient information for
|
|
application. Therefore, it is also necessary to analyze the precise
|
|
Compactness results as measured in the framework. </p>
|
|
|
|
<div class="section">
|
|
<h4 id="results-compaction-by-class">6.1.1. Analysis Based on the <acronym
|
|
title="XML Binary Characterization">XBC</acronym> Compaction Metrics in the
|
|
Various Classes</h4>
|
|
|
|
<p>To begin with, the <a href="http://www.w3.org/TR/xbc-measurement/"><acronym
|
|
title="XML Binary Characterization">XBC</acronym> Characterization
|
|
Measurement Methodologies Note</a> defines thresholds for whether a candidate
|
|
format achieves sufficient compactness for each of the <a
|
|
href="#methodology-compaction-classes">application classes</a> identified above. </p>
|
|
<dl>
|
|
<dt><a href="#neither">Neither</a></dt>
|
|
<dd>All candidates can be said to achieve sufficient compactness
|
|
consistently across the full test suite. A major exception is the
|
|
LocationSightings group for which Xebu, FXDI, and esXML all fail for
|
|
all documents. Other failure cases are FixML partially for Xebu and
|
|
esXML and the Seismic group for all candidates. The latter is explained
|
|
by the single document in that group consisting nearly completely of
|
|
floating-point values; without document analysis or schema information
|
|
there is little that a format can do. </dd>
|
|
<dt><a href="#document">Document</a></dt>
|
|
<dd>Apart from a few isolated cases, candidate Xebu does not achieve
|
|
sufficient compactness for any documents in the test suite. Of the
|
|
others, both Fast Infoset and esXML have trouble passing the bar on
|
|
many smaller documents, but achieve it consistently for larger
|
|
documents. FXDI and Efficient XML do better, with the exception of the
|
|
FixML documents (all for FXDI, some for Efficient XML), and some
|
|
scientific data for FXDI and the Google test group for Efficient XML.
|
|
</dd>
|
|
<dt><a href="#schema">Schema</a></dt>
|
|
<dd>By definition, ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym> achieves sufficient
|
|
compactness for all documents. Both FXDI and Efficient XML achieve
|
|
sufficient compactness in most cases. Apart from a single DataStore
|
|
document, Efficient XML passes the compactness bar in all cases. FXDI
|
|
additionally misses the compactness bar for some of the ASMTF documents
|
|
as well as for one <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> document for which ASN.1
|
|
<acronym title="Packed Encoding Rules">PER</acronym> performs much
|
|
better than for other <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> documents. </dd>
|
|
<dt><a href="#both">Both</a></dt>
|
|
<dd>Sufficient compactness in the Both class is defined as having
|
|
sufficient compactness in both the Document and Schema classes.
|
|
Therefore there is no separate analysis. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<h4 id="results-compactness-summary">6.1.2. Compactness Summary</h4>
|
|
|
|
<p>The compaction results between candidates are very consistent across the
|
|
whole test suite. Efficient XML emerges as the best performer for nearly all
|
|
test documents in all application classes. FXDI is, due to its ability to
|
|
leverage a schema efficiently, the clear second, when considering all
|
|
application classes. Fast Infoset is close to FXDI in the classes that do not
|
|
leverage a schema, but especially for the cases where a good schema is
|
|
available, Fast Infoset does not come close to the performance of the other
|
|
two. </p>
|
|
|
|
<p>Considering the best candidates and their performance in each use group
|
|
reveals that the largest benefits, when schema and document analysis are not
|
|
options, come in the Military, Scientific, and Storage groups. Of these
|
|
groups, only Military has useful schemas for the majority of its test
|
|
documents, and the results show that schema usage would appear to improve the
|
|
results even further.</p>
|
|
|
|
<p>When only document analysis is applicable, the general trend in
|
|
performance is approximately equal to or slightly higher than gzipped XML.
|
|
Best overall results are in the Document and Storage use groups, with
|
|
Finance and
|
|
Scientific also getting significantly better performance than gzipped XML.
|
|
As can be expected, combined schema usage and document analysis has a
|
|
benefit only in cases where good schemas are available. The
|
|
best examples of this are provided by the Military and Finance
|
|
use groups where the best candidates demonstrate a consistent
|
|
manyfold improvement in compression compared to gzipped XML.
|
|
Naturally, when good schemas are not available, there is no
|
|
significant effect compared to document analysis alone.
|
|
</p>
|
|
|
|
<p>The content density clusters tell a slightly different story. The
|
|
elimination of the high CD documents shows that the candidates perform very
|
|
well compared to plain XML when the documents have much more structure than
|
|
content. Schema usage provides a clear benefit especially in the
|
|
Low-Tiny and Low-Small clusters when good schemas are
|
|
available. On the larger documents of the Low-Large cluster
|
|
and the less structured ones of the High cluster, the effect
|
|
is much less noticeable.</p>
|
|
|
|
<p>Considering the average performance of the two primary candidates, FXDI
|
|
and Efficient XML, that achieve <a
|
|
href="#results-compaction-by-class">sufficient compactness</a> in all
|
|
application classes, we can note from the <a
|
|
href="#Ax-details-compaction-summary">summary tables</a> that FXDI has a
|
|
compactification rate of approximately 60% in the Neither class that
|
|
increases to 70% when schema usage is permitted. For Efficient XML, these
|
|
numbers are, respectively, nearly 70% and 80%. In the Document and Both
|
|
cases, FXDI does not perform appreciably better than gzipped XML, but
|
|
Efficient XML achieves a further 10% compactification over gzip in the Both case. </p>
|
|
|
|
<h3 id="results-PE">6.2. Processing Efficiency</h3>
|
|
|
|
<p>A summary of the results will be given here for the speed of processing,
|
|
for each format, in each of the aggregations.</p>
|
|
|
|
<h4 id="results-pe-summary">6.2.1. Processing Efficiency Summary</h4>
|
|
|
|
<p>Processing efficiency results were not nearly as uniform as the compaction
|
|
results. This is to be expected, as processing efficiency is much more
|
|
dependent on implementation aspects, as well as the testing framework and its
|
|
environment. However, it was possible to distinguish the three candidates
|
|
FXDI, Fast Infoset, and Efficient XML as usually taking the top spots in
|
|
performance, even though there is no clear winner. However, the document
|
|
analysis performed by Efficient XML is clearly faster than that of the other
|
|
candidates, both encoding and decoding. </p>
|
|
|
|
<p>In encoding, the overall best reliable results would seem to be achieved
|
|
in the Finance, Military, and Storage use groups. The performance of document
|
|
analysis is here clearly better than that of gzipped XML, though not as much
|
|
as in the cases without document analysis. Schema usage does not appear to
|
|
have a significant general effect on performance. Interestingly, performance
|
|
of the candidates seems to be comparatively better in the High content
|
|
density cluster than in the Low clusters. </p>
|
|
|
|
<p>In decoding, the Finance, Military, and Storage use groups again
|
|
demonstrate the best performance. Document analysis would seem to be
|
|
comparatively more efficient than in the encoding case, for all of the best
|
|
candidates. Schema usage seems to improve the performance of both FXDI and
|
|
Efficient XML. Again, the High content density cluster would seem to enjoy
|
|
better performance than the Low clusters, though the difference is not as
|
|
pronounced as in the encoding case, and is non-existent for some candidates
|
|
and Low clusters. </p>
|
|
|
|
<p>Considering the average performance of the two primary candidates, FXDI
|
|
and Efficient XML, that achieve <a
|
|
href="#results-compaction-by-class">sufficient compactness</a> in all
|
|
application classes, we can note from the <a
|
|
href="#Ax-details-pe-summary">summary tables</a> that in the Neither class,
|
|
FXDI achieves a 50% improvement in encoding and a 160% improvement in
|
|
decoding over the baseline. The same numbers for Efficient XML are 40% and
|
|
180%. Schema usage lowers these numbers slightly, and Document analysis more.
|
|
With Document analysis, FXDI is only 20% faster and Efficient XML is 10%
|
|
slower when encoding, but in decoding FXDI is 110% faster and Efficient XML
|
|
70% faster. </p>
|
|
|
|
<div class="section">
|
|
<h3 id="results-roundtrip">6.3. Roundtrip Support</h3>
|
|
|
|
<p>To measure the property <a
|
|
href="http://www.w3.org/TR/xbc-properties/#roundtrip-support">Roundtrip
|
|
Support</a>, the framework uses a contributed XML differencing tool <a
|
|
href="#ref-faxma">[Faxma]</a>. After a compaction run, the candidate-produced
|
|
result is parsed with the candidate's decoder, and the result of this parsing
|
|
is compared with the result of parsing the original XML document. This
|
|
differencing process supports all the <a
|
|
href="#methodology-fidelity">fidelity
|
|
options</a>, ignoring data that does not need to be preserved in each test
|
|
group. </p>
|
|
|
|
<p>The results of the fidelity testing are that the candidates Xebu, FXDI,
|
|
Fast Infoset, and Efficient XML all pass in all application classes. The
|
|
framework does not yet support difference computation for C-based candidates,
|
|
and no successful differencing run has yet been made with esXML. </p>
|
|
</div>
|
|
|
|
<h2 id="conclusions">7. Conclusions</h2>
|
|
|
|
<p>The results of the measurements allow us to draw several conclusions relating
|
|
to the viability of a general-purpose format. Conclusions regarding individual
|
|
properties are summarized above, but to determine the viability of a format
|
|
it is necessary to examine the properties in combination. </p>
|
|
|
|
<p>One conclusion that can be drawn is that neither Compactness nor
|
|
Processing Efficiency on its own is sufficient. Good Processing Efficiency
|
|
helps only up to the point where the CPU is the application bottleneck, as
|
|
shown by the network measurements. On the other hand, additional Compactness
|
|
is usually available by spending more processing time, but this is not
|
|
acceptable in many use cases. </p>
|
|
|
|
<p>
|
|
Considering XML as an encoding of the XML Information Set, the
|
|
results demonstrate that it is possible for an alternate
|
|
format to achieve significant improvements in
|
|
both Processing Efficiency and Compactness simultaneously.
|
|
Therefore, even though sometimes one property can be traded for
|
|
the other, as illustrated by comparing the Neither and
|
|
Document classes, this does not mean that XML itself is
|
|
optimal in either property.
|
|
</p>
|
|
|
|
<p>Another point to note is that there is little variation in each
|
|
candidate's performance across the use cases. This demonstrates that none of
|
|
the candidates is an application-specific format, but rather designed for
|
|
general-purpose XML use. </p>
|
|
|
|
<p>To summarize, the results indicate that it is possible to achieve
|
|
substantial gains over XML, for both examined properties simultaneously, and in a
|
|
wide variety of use cases. This demonstrates the general viability of the
|
|
alternate serialization concept. </p>
|
|
|
|
<p>Based on examining the format specifications and the results of these
|
|
measurements, the group selected Efficient XML as the basis for development
|
|
of the Efficient XML Interchange format. Some individual features from other
|
|
formats were also deemed sufficiently integrable into the Efficient XML
|
|
structure encoding that their inclusion will be considered. This further
|
|
consideration will be based on implementation cost as well
|
|
as further measurements of their effectiveness. </p>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<h2 id="references">8. Bibliography</h2>
|
|
<dl>
|
|
<dt id="ref-XBC-UC">[XBC Use Cases]</dt>
|
|
<dd><cite><a href="http://www.w3.org/TR/xbc-use-cases/">XML Binary
|
|
Characterization Use Cases</a></cite>, Mike Cokus, Santiago
|
|
Pericas-Geertsen editors, World Wide Web Consortium, 31 March 2005.
|
|
http://www.w3.org/TR/xbc-use-cases/.</dd>
|
|
<dt id="ref-XBC-properties">[XBC Properties]</dt>
|
|
<dd><cite><a href="http://www.w3.org/TR/xbc-properties/">XML Binary
|
|
Characterization Properties</a></cite>, Oliver Goldman, Dmitry Lenkov
|
|
editors, World Wide Web Consortium, 31 March 2005.
|
|
http://www.w3.org/TR/xbc-properties/.</dd>
|
|
<dt id="ref-XBC-meas">[XBC Measurements]</dt>
|
|
<dd><cite><a href="http://www.w3.org/TR/xbc-measurement/">XML Binary
|
|
Characterization Measurement Methodologies</a></cite>, Stephen D.
|
|
Williams, Peter Haggar editors, World Wide Web Consortium, 31 March
|
|
2005. http://www.w3.org/TR/xbc-measurement/.</dd>
|
|
<dt id="ref-XBC-characterization">[XBC Characterization]</dt>
|
|
<dd><cite><a href="http://www.w3.org/TR/xbc-characterization/">XML Binary
|
|
Characterization</a></cite>, Oliver Goldman, Dmitry Lenkov editors,
|
|
World Wide Web Consortium, 31 March 2005.
|
|
http://www.w3.org/TR/xbc-characterization/.</dd>
|
|
<dt id="ref-screamer">[Screamer]</dt>
|
|
<dd><cite><a href="http://www2006.org/programme/item.php?id=5011">XML
|
|
Screamer: An Integrated Approach to High Performance XML Parsing,
|
|
Validation and Deserialization</a></cite>, Margaret G. Kostoulas et al,
|
|
proceedings of the 15th International World Wide Web Conference, May
|
|
2006. http://www2006.org/programme/item.php?id=5011.</dd>
|
|
<dt id="ref-MTOM">[MTOM]</dt>
|
|
<dd><cite><a
|
|
href="http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/">SOAP Message
|
|
Transmission Optimization Mechanism</a></cite>, Martin Gudgin, Noah
|
|
Mendelsohn, Mark Nottingham, Hervé Ruellan editors, World Wide Web
|
|
Consortium, January 2005. Latest version
|
|
http://www.w3.org/TR/soap12-mtom/.</dd>
|
|
<dt id="ref-XOP">[XOP]</dt>
|
|
<dd><cite><a
|
|
href="http://www.w3.org/TR/2005/REC-xop10-20050125/">XML-binary
|
|
Optimized Packaging</a></cite>, Martin Gudgin, Noah Mendelsohn, Mark
|
|
Nottingham, Hervé Ruellan editors, World Wide Web Consortium, January
|
|
2005. Latest version http://www.w3.org/TR/xop10/.</dd>
|
|
<dt id="ref-WSRF">[WSRF]</dt>
|
|
<dd><cite><a href="http://www.globus.org/wsrf/">Web Services Resource
|
|
Framework (WSRF)</a></cite>, Globus Alliance, <a
|
|
href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsrf">OASIS</a>,
|
|
April 2006.</dd>
|
|
<dt id="ref-engelen">[Engelen]</dt>
|
|
<dd><cite><a href="http://www.cs.fsu.edu/~engelen/icws03.pdf">Pushing the
|
|
SOAP Envelope With Web Services for Scientific Computing</a></cite>.
|
|
Robert van Engelen, ICWS 2003.</dd>
|
|
<dt id="ref-gSOAP">[gSOAP]</dt>
|
|
<dt></dt>
|
|
<dd><cite><a href="http://www.cs.fsu.edu/~engelen/ccgrid.pdf">The gSOAP
|
|
Toolkit for Web Services and Peer-To-Peer Computing
|
|
Networks</a></cite>. Robert van Engelen, Kyle A. Galliva. Proceedings
|
|
of the 2nd International Symposium on Cluster Computing and the GRID,
|
|
2002.</dd>
|
|
<dt id="ref-chui">[Chiu]</dt>
|
|
<dd><cite><a
|
|
href="http://www.extreme.indiana.edu/xgws/papers/soap-hpdc2002/soap-hpdc2002.pdf">Investigating
|
|
the Limits of SOAP Performance for Scientific Computing</a></cite>. K.
|
|
Chiu, M. Govindaraju, and R. Bramley. <a
|
|
href="http://csdl.computer.org/comp/proceedings/hpdc/2002/1686/00/16860246abs.htm">Proceedings
|
|
of 11th HPDC, pp 246-254</a>. July 2002.</dd>
|
|
<dt id="ref-NUX">[NUX]</dt>
|
|
<dd><a href="http://dsd.lbl.gov/nux/">NUX</a> - Efficient and Powerful
|
|
XML Processing Made Easy. Distributed Systems Department, Lawrence
|
|
Berkeley National Laboratory. http://dsd.lbl.gov/nux/</dd>
|
|
<dt id="ref-BXML">[BXML]</dt>
|
|
<dd><a href="http://www.cubewerx.com/main/cwxml/">BXML-CWXML Home
|
|
page</a>. CubeWerx. http://www.cubewerx.com/main/cwxml/.</dd>
|
|
<dt id="ref-Abu-Ghazaleh">[Abu-Ghazaleh]</dt>
|
|
<dd><cite><a
|
|
href="http://grid.cs.binghamton.edu/projects/publications/bSOAP1-HPDC13/bSOAP1-HPDC13.pdf">Differential
|
|
Serialization for Optimized SOAP Performance</a></cite>, Nayef
|
|
Abu-Ghazaleh, Michael J. Lewis, Madhusudhan Govindaraju. Proceedings of
|
|
the 13th HPDC, pp 55-64, June 2004. Describes bSOAP.</dd>
|
|
<dt id="ref-Abu-Ghazaleh-deser">[Abu-Ghazaleh2]</dt>
|
|
<dd><cite><a
|
|
href="http://grid.cs.binghamton.edu/projects/publications/dds-SC05/dds-SC05.pdf">Differential
|
|
Deserialization for Optimized SOAP Performance</a></cite>, Nayef
|
|
Abu-Ghazaleh, Michael J. Lewis. Proceedings of the 2005 ACM/IEEE
|
|
Conference on Supercomputing. </dd>
|
|
<dt id="ref-ChiuLu">[ChiuLu]</dt>
|
|
<dd><cite><a
|
|
href="http://www.cs.indiana.edu/~chiuk/pubs/chiu-ssp-sub.pdf">A
|
|
Compiler-Based Approach to Schema-Specific XML Parsing</a></cite>,
|
|
Kenneth Chiu, Wei Lu. Proceedings of the First International Workshop
|
|
on High Performance XML Processing, 2004. </dd>
|
|
<dt id="ref-Engelen-automata">[EngelenAutomata]</dt>
|
|
<dd><cite><a
|
|
href="http://www.cs.fsu.edu/~engelen/ICWSpaper.pdf">Constructing Finite
|
|
State Automata for High Performance Web Services</a></cite>, Robert van
|
|
Engelen, 2004. </dd>
|
|
<dt id="ref-Takase">[Takase]</dt>
|
|
<dd><cite><a href="http://www2005.org/cdrom/docs/p692.pdf">An Adaptive,
|
|
Fast, and Safe XML Parser Based on Byte Sequences
|
|
Memorization</a></cite>, Toshiro Takase et al. Proceedings of the 14th
|
|
International World Wide Web Conference, 2005. </dd>
|
|
<dt id="ref-Engelen-gsoap">[EngelenGSOAP]</dt>
|
|
<dd><cite><a href="http://www.cs.fsu.edu/~engelen/SACpaper.pdf">Code
|
|
Generation Techniques for Developing Light-Weight XML Web Services for
|
|
Embedded Devices</a></cite>, Robert van Engelen. Proceedings of the ACM
|
|
Symposium on Applied Computing, 2004. </dd>
|
|
<dt id="ref-BXSA">[BXSA]</dt>
|
|
<dd><cite><a href="http://www.cs.indiana.edu/~chiuk/bxsa.pdf">A Binary
|
|
XML for Scientific Applications</a></cite>. Kenneth Chiu, Tharaka
|
|
Devadithya, Wei Lu, Aleksander Slominski.</dd>
|
|
<dt id="ref-Qureshi">[DET-COMPLEXITY]</dt>
|
|
<dd><cite><a
|
|
href="http://ieeexplore.ieee.org/iel5/9755/30769/01425179.pdf">Determining
|
|
the Complexity of XML Documents</a></cite>, <span
|
|
class="person">Mustafa H. Qureshi</span>, <span class="person">M. H.
|
|
Samadzadeh</span>, ITCC'05.
|
|
http://ieeexplore.ieee.org/iel5/9755/30769/01425179.pdf (complete article requires IEEE login).</dd>
|
|
<dt id="ref-EdDay">[USE-OF-ASN.1]</dt>
|
|
<dd><cite><a href="http://www.obj-sys.com/docs/ASN1forBinXML.pdf">The Use
|
|
of ASN.1 Encoding Rules for Binary XML</a></cite>, <span
|
|
class="person">Ed Day</span>, Objective System Inc.,
|
|
http://www.obj-sys.com/docs/ASN1forBinXML.pdf.</dd>
|
|
<dt id="ref-ASN1">[ASN.1]</dt>
|
|
<dd><cite><a
|
|
href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.680-0207.pdf">Information
|
|
technology — Abstract Syntax Notation One (ASN.1): Specification
|
|
of Basic Notation</a></cite> [The ASN.1 Standard (ITU-T Rec. X.680)],
|
|
International Telecommunication Union (ITU), July 2002.
|
|
http://www.itu.int/ITU-T/studygroups/com17/languages/X.680-0207.pdf.</dd>
|
|
<dt id="ref-BER">[BER]</dt>
|
|
<dd><cite><a
|
|
href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf">Information
|
|
technology — ASN.1 encoding rules: Specification of Basic
|
|
Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished
|
|
Encoding Rules (DER)</a></cite> [The ASN.1 BER Standard (ITU-T Rec
|
|
X.690)], International Telecommunication Union (ITU), July 2002.
|
|
http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf.</dd>
|
|
<dt id="ref-PER">[PER]</dt>
|
|
<dd><cite><a
|
|
href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.691-0207.pdf">Information
|
|
Technology - ASN.1 Encoding Rules: Specification of Packed Encoding
|
|
Rules (PER)</a></cite> [The ASN.1 PER Standard (ITU-T Rec X.691 |
|
|
ISO/IEC 8825-2)], International Telecommunication Union (ITU), July
|
|
2002.
|
|
http://www.itu.int/ITU-T/studygroups/com17/languages/X.691-0207.pdf.</dd>
|
|
<dt id="ref-X694">[X.694]</dt>
|
|
<dd><cite><a
|
|
href="http://www.itu.int/ITU-T/studygroups/com17/languages/X694.pdf">Information
|
|
technology — ASN.1 encoding rules: Mapping W3C XML schema
|
|
definitions into ASN.1</a></cite> [ITU-T Rec X.694], International
|
|
Telecommunication Union (ITU), January 2004.
|
|
http://www.itu.int/ITU-T/studygroups/com17/languages/X694.pdf.</dd>
|
|
<dt id="ref-X693">[X.693]</dt>
|
|
<dd><cite><a
|
|
href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.693-0112.pdf">Information
|
|
technology — ASN.1 encoding rules: XML Encoding Rules
|
|
(XER)</a></cite> [ITU-T Rec X.693], International Telecommunication
|
|
Union (ITU), December 2001.
|
|
http://www.itu.int/ITU-T/studygroups/com17/languages/X.693-0112.pdf.
|
|
This work is also standardized by ISO/IEC 8825-4 (with Amendment
|
|
1).</dd>
|
|
<dt id="ref-faxma">[FAXMA]</dt>
|
|
<dd><cite><span class="title"><a
|
|
href="http://www.hiit.fi/files/fi/fc/papers/doceng06-pc.pdf">Fast and
|
|
Simple XML Tree Differencing by Sequence Alignment</a></span></cite>,
|
|
<span class="person">Tancred Lindholm</span>, <span
|
|
class="person">Jaakko Kangasharju</span>, and <span class="person">Sasu
|
|
Tarkoma</span>. In ACM Symposium on Document Engineering, October
|
|
2006.</dd>
|
|
<dt id="ref-xebu">[XEBU1]</dt>
|
|
<dd><cite><span class="title"><a
|
|
href="http://www.hiit.fi/files/fi/fc/papers/wise05-xebu.pdf">Xebu: A
|
|
Binary Format with Schema-based Optimizations for XML
|
|
Data</a></span></cite>, <span class="person"><a
|
|
href="http://www.cs.helsinki.fi/u/jkangash/">Jaakko
|
|
Kangasharju</a></span>, <span class="person"><a
|
|
href="http://www.cs.helsinki.fi/u/starkoma/">Sasu Tarkoma</a></span>,
|
|
and <span class="person"><a href="http://www.cs.hut.fi/%7Ectl/">Tancred
|
|
Lindholm</a></span>. In <span class="conftitle"><a
|
|
href="http://www.cse.unsw.edu.au/~jas/wise05/">6th International
|
|
Conference on Web Information Systems Engineering</a></span>, <span
|
|
class="bookseries">Lecture Notes in Computer Science</span> <span
|
|
class="bookvolume">3806</span>, <span class="publisher"><a
|
|
href="http://www.springer.com/">Springer-Verlag</a></span>, November
|
|
2005. http://dx.doi.org/10.1007/11581062_44.</dd>
|
|
<dt id="ref-xmldsig">[XML Signature]</dt>
|
|
<dd><cite><a
|
|
href="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/">XML-Signature
|
|
Syntax and Processing</a></cite>, Donald Eastlake, Joseph Reagle, David
|
|
Solo editors, World Wide Web Consortium, 12 February 2002. Latest
|
|
version http://www.w3.org/TR/xmldsig-core/.</dd>
|
|
<dt id="ref-XML1.0">[XML 1.0]</dt>
|
|
<dd><cite><a
|
|
href="http://www.w3.org/TR/2004/REC-xml-20040204/">Extensible Markup
|
|
Language (XML) 1.0</a></cite>, Tim Bray et al editors, World Wide Web
|
|
Consortium, 4 February 2004 (Third Ed). Latest version
|
|
http://www.w3.org/TR/REC-xml/.</dd>
|
|
<dt id="ref-infoset">[XML Infoset]</dt>
|
|
<dd><cite><a
|
|
href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/">XML
|
|
Information Set</a></cite>, John Cowan, Richard Tobin editors, World
|
|
Wide Web Consortium, 4 February 2004 (Second Ed). Latest version
|
|
http://www.w3.org/TR/xml-infoset/.</dd>
|
|
<dt id="ref-FI">[FI]</dt>
|
|
<dd><cite><a href="http://www.itu.int/rec/T-REC-X.891/">ITU-T Rec. X.891
|
|
| ISO/IEC 24824-1 (Fast Infoset)</a></cite>, International
|
|
Telecommunication Union (ITU), May 2005.
|
|
http://www.itu.int/rec/T-REC-X.891/.</dd>
|
|
<dt id="ref-EfficientXML">[EffXML]</dt>
|
|
<dd><cite><a
|
|
href="http://www.agiledelta.com/EfficientXMLEncoding.htm">Theory,
|
|
Benefits and Requirements for Efficient Encoding of XML
|
|
Documents</a></cite>, AgileDelta, Inc.
|
|
http://www.agiledelta.com/EfficientXMLEncoding.htm.</dd>
|
|
<dt id="ref-esXML">[ESXML]</dt>
|
|
<dd><cite><a href="http://esxml.org/esxml-specification.html">The esXML
|
|
Specification</a></cite>, Stephen D. Williams, January 2006.</dd>
|
|
<dt id="ref-japex">[JAPEX]</dt>
|
|
<dd><cite><a href="https://japex.dev.java.net/docs/manual.html">Japex
|
|
Manual</a></cite>, Santiago Pericas-Geertsen, java.net, April 2006.
|
|
https://japex.dev.java.net/docs/manual.html.</dd>
|
|
<dt id="ref-rfc2626">[CN]</dt>
|
|
<dd><cite><a
|
|
href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">HTTP/1.1
|
|
Content Negotiation</a></cite>, R. Fielding et al, World Wide Web
|
|
Consortium, June 1999.
|
|
http://www.w3.org/Protocols/rfc2616/rfc2616.html.</dd>
|
|
<dt id="ref-fxdi">[FXDI]</dt>
|
|
<dd><cite><a
|
|
href="http://software.fujitsu.com/en/interstage-xwand/activity/xbrltools/indexFXDI.html">W3C
|
|
EXI WG and Fujitsu</a></cite>, Takuki Kamiya, Fujitsu, June 2006.
|
|
http://software.fujitsu.com/en/interstage-xwand/activity/xbrltools/indexFXDI.html.
|
|
</dd>
|
|
</dl>
|
|
<hr style="margin-left: 2cm; margin-right: 4cm" />
|
|
|
|
<h2 id="Ax">9. Appendices</h2>
|
|
|
|
<h3 id="Ax-details">9.1. Appendix A: Measurement Details</h3>
|
|
|
|
<p>The complete measurement reports are available at <a
|
|
href="http://www.w3.org/XML/EXI/test-report">http://www.w3.org/XML/EXI/test-report</a>.
|
|
This includes the full Japex reports, in both HTML and XML formats, as well
|
|
as graphs that were used in the detailed analysis below. It will also include
|
|
new measurements and updates of existing measurements as those are prepared
|
|
and deemed stable by the group. </p>
|
|
|
|
<h4 id="Ax-details-explain">9.1.1. Methods of Detailed Analysis</h4>
|
|
|
|
<p>The detailed analysis below consists of three different parts for each
|
|
specific property (and, in the case of Processing Efficiency, for each data
|
|
source or sink). Summary information is given in the form of graphs showing
|
|
all candidates for all documents, and by estimating the average ratio of
|
|
performance of a candidate over the baseline. Detailed consideration is given
|
|
to each use group and content density cluster as text, highlighting the
|
|
best-performing candidates and the approximate range of their performance
|
|
compared to the baseline. Due to time constraints, detailed text is not
|
|
provided for all cases, though the detailed graphs used are still provided at
|
|
the above link. </p>
|
|
|
|
<h5 id="Ax-details-explain-graph">9.1.1.1. Graphical Representation</h5>
|
|
|
|
<p>A graph is a common way to summarize measurement data. The graphs below
|
|
show the performance of the candidates across the full set of test documents.
|
|
Each application class is shown in its own graph. The performance is shown as
|
|
a ratio to XML (this includes the Document and Both graphs where gzipped XML
|
|
is also shown as a ratio to uncompressed XML), and the test documents are
|
|
sorted in the order of the XML result. It is worth noting that the orders in
|
|
the Compactness and Processing Efficiency graphs do not have a direct
|
|
correspondence, as size is not the sole determinant of speed in XML
|
|
processing, even though there is a strong correlation. </p>
|
|
|
|
<p>As the test data encompasses a wide scale of different sizes, the X axis
|
|
in all the graphs is logarithmic. The Y axis is also logarithmic, to make it
|
|
easier to estimate the relative performance of two candidates; estimating the
|
|
relative performance of a candidate to XML is already taken care of by using
|
|
ratios instead of the actual measurement results. It is worthwhile to
|
|
note that the <a href="#ts-data-summary">test suite
|
|
composition</a> is somewhat skewed towards smaller documents,
|
|
so equal portions of the X axis do not always correspond to
|
|
equal numbers of test documents.</p>
|
|
|
|
<p>In some cases the candidate failed to produce a result altogether or
|
|
produced only a partial result (e.g., encoding a document failed after some
|
|
output had already been produced). The actual failures are reported by Japex
|
|
as N/A, so they are simple to recognize. The other case is handled by
|
|
reviewing the results, taking note of anomalously good performance, and then
|
|
investigating whether the produced result is credible. A failure in these
|
|
cases is declared for only the truly exceptional results that cannot be
|
|
explained, i.e., it was felt better to err on the side of the caution. No
|
|
matter how the failure was detected, all failed results are normalized in the
|
|
graphs to the baseline, that is, the level of XML, which gives the resulting
|
|
ratio of 1. </p>
|
|
|
|
<h5 id="Ax-details-explain-table">9.1.1.2. Tabular Representation</h5>
|
|
|
|
<p>Another way to summarize the data is to aggregate the measurement results
|
|
into a single figure of merit. As noted in <a
|
|
href="#methodology-analysis">4.7. Analysis Methodology</a>, producing a
|
|
single figure of merit for the complete set of measurements is not feasible.
|
|
Rather, it was determined to approximate the performance of the candidates
|
|
for each application class in each use group and content density cluster. As
|
|
the percentage of compaction achieved by generic compression typically
|
|
increases with increasing document size, the baseline for the Document and
|
|
Both classes was selected to be gzipped XML in both Compactness and
|
|
Processing Efficiency. Similarly, to get a comparison to the best
|
|
performance, the decoding baseline was selected to be Xals, or gzipped Xals
|
|
in the Document and Both classes. </p>
|
|
|
|
<p>The method of approximation is based on the assumption that the
|
|
performance ratio of a candidate over XML is constant inside each use group
|
|
and content density cluster for a particular application class. Therefore, by
|
|
plotting the measurements in an (XML,candidate) coordinate system the
|
|
resulting plot should be approximatable by a straight line, which can be
|
|
obtained through a straightforward linear regression analysis. The slope of
|
|
this line then gives the ratio of performance of the candidate over XML.
|
|
Unlike in the case with graphs, where unavailable or incorrect results were
|
|
normalized, in this case they were dropped, and if this led to having too few
|
|
data points for the candidate, the whole group was dropped for that
|
|
candidate. For clarity, all tables were constructed so that a higher ratio
|
|
means better performance from the candidate. Each table cell for a
|
|
candidate-group pair contains four slopes, for each of the four application
|
|
classes. There are arranged so that the top row is Neither-Document and the
|
|
bottom row is Schema-Both. In the case of ASN.1 PER, there is only the
|
|
Schema-Both row. </p>
|
|
|
|
<p>In addition to performing this analysis for the use groups and content
|
|
density clusters, the same process was also followed for the complete test
|
|
suite, the results of which are reported as <strong>All</strong> in the
|
|
tables. Even though, as noted above, a single number cannot be used to
|
|
completely characterize a candidate's performance, the result produced for
|
|
the All group can act as a rough average for the candidate over the whole
|
|
test suite. It must, however, be kept in mind that the whole test suite may
|
|
have biases affecting this result, and these potential biases are not yet
|
|
fully understood. </p>
|
|
|
|
<p>As the approximation is not exact, the computed ratios are shown as 95%
|
|
confidence intervals. These were computed in the standard manner, that is, if
|
|
μ is the computed slope and σ its estimated standard deviation, the
|
|
95% confidence interval is then [μ - t(0.975)*σ, μ +
|
|
t(0.975)*σ] where t stands for the t distribution with the appropriate
|
|
number of degrees of freedom. Use of the t distribution is indicated as the
|
|
number of measurements in each group is small. A consequence of using
|
|
confidence intervals is that if the intervals of two candidates do not
|
|
overlap, it can be concluded that there is a statistically significant
|
|
difference in the performance of the candidates. However, if the intervals do
|
|
overlap, the opposite conclusion cannot be drawn without additional
|
|
statistical tests. </p>
|
|
|
|
<p>The precise meaning of these figures can be interpreted in many ways. One
|
|
way is to begin with the assumption that each group is sufficiently
|
|
homogeneous that candidate performance for any document in the group, when
|
|
compared to XML, will be approximately equal. Then, there will be a single
|
|
number that gives the ratio of the candidate's performance for that group. As
|
|
the documents in the groups form a subset of all potential documents, any
|
|
value gained from the measurements will be an approximation of this "true"
|
|
value. The confidence intervals therefore indicate that we can be 95%
|
|
confident that the true value is contained within the given interval. </p>
|
|
|
|
<h4 id="Ax-details-compaction">9.1.2. Compaction Analysis Details</h4>
|
|
|
|
<h5 id="Ax-details-compaction-summary">9.1.2.1. Tabular and Graphical
|
|
Representation of Compaction Results</h5>
|
|
|
|
<p>See <a href="#Ax-details-explain-graph">Graphical Representation</a> on
|
|
how to interpret these graphs. </p>
|
|
|
|
<p>The graphs contain a large amount of information and therefore it is not
|
|
trivial to extract information out of them. One point that does leap out is
|
|
that Efficient XML, in most cases, has a clear advantage over the others in
|
|
the Neither and Schema classes. In the Document class all candidates are very
|
|
close to each other and to gzipped XML, though again Efficient XML has better
|
|
performance in some cases. The graphs in the Both class have mostly a similar
|
|
shape to the Document class, though both FXDI and Efficient XML do much
|
|
better for the smaller documents, and for some isolated larger ones. </p>
|
|
|
|
<p>Note that these runs were made at a time when ASN.1 BER was not yet
|
|
producing stable results, so it is completely excluded. Similarly, the two
|
|
candidates based on ASN.1 PER were not producing correct results in the Both
|
|
class, so they are excluded from that graph. </p>
|
|
|
|
<p><img src="summary-compaction-neither.png" width="907" height="621"
|
|
alt="Compaction summary: Neither class"
|
|
title="Compaction summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-compaction-document.png" width="907" height="621"
|
|
alt="Compaction summary: Document class"
|
|
title="Compaction summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-compaction-schema.png" width="907" height="621"
|
|
alt="Compaction summary: Schema class"
|
|
title="Compaction summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-compaction-both.png" width="907" height="621"
|
|
alt="Compaction summary: Both class" title="Compaction summary: Both class"
|
|
/> </p>
|
|
|
|
<p>Making the assumption that the test data is a uniform collection over the
|
|
relevant use cases, another beneficial view would be to order the X axis not
|
|
by size but simply by document, giving each document equal representation in
|
|
the graph. In this case, ordering the documents by the best compactness
|
|
result achieved by a candidate offers an alternative picture of the overall
|
|
performance of the candidates. </p>
|
|
|
|
<p><img src="compactness-neither-2006-10-24.PNG" width="907" height="621"
|
|
alt="Compaction by document: Neither class"
|
|
title="Compaction by document: Neither class" /> </p>
|
|
|
|
<p><img src="compactness-document-2006-10-24.PNG" width="907" height="621"
|
|
alt="Compaction by document: Document class"
|
|
title="Compaction by document: Document class" /> </p>
|
|
|
|
<p><img src="compactness-schema-2006-10-24.PNG" width="907" height="621"
|
|
alt="Compaction by document: Schema class"
|
|
title="Compaction by document: Schema class" /> </p>
|
|
|
|
<p><img src="compactness-both-2006-10-24.PNG" width="907" height="621"
|
|
alt="Compaction by document: Both class"
|
|
title="Compaction by document: Both class" /> </p>
|
|
|
|
<p>See <a href="#Ax-details-explain-table">Tabular Representation</a> on how
|
|
to interpret the following table. </p>
|
|
|
|
<p>There are very few oddities in the compaction ratios, and mostly the
|
|
confidence intervals appear to be reasonably tight, indicating that at least
|
|
some of these numbers are potentially useful metrics. However, it is prudent
|
|
to keep in mind the method of arriving at these numbers. For reasonably
|
|
homogeneous groups that are well represented through the sizes, such as the
|
|
Low <acronym title="Content Density">CD</acronym> clusters and the Scientific
|
|
and Finance use groups, these numbers would be expected to provide an
|
|
accurate representation of the average behavior. On the other hand, for
|
|
groups such as the Sensor use group that has a very large scale of document
|
|
sizes and few documents in between the extremes, these numbers may be less
|
|
useful as a basis for decisions. </p>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="9" style="text-align: center">Compaction Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>PER</th>
|
|
<th>PER+FI</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.71, 0.81 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 0.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.71, 0.81 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 0.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.86, 1.93 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.26, 2.42 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.02, 3.80 ]</td>
|
|
<td style="white-space: nowrap">[ 0.07, 0.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.98, 4.69 ]</td>
|
|
<td style="white-space: nowrap">[ 1.11, 1.27 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.05, 3.83 ]</td>
|
|
<td style="white-space: nowrap">[ 0.07, 0.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 3.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.76 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 3.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.76 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.87, 3.64 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.87, 3.90 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 1.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.57, 3.35 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.53, 3.25 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.73, 5.93 ]</td>
|
|
<td style="white-space: nowrap">[ 1.25, 1.47 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.75, 5.95 ]</td>
|
|
<td style="white-space: nowrap">[ 1.32, 1.52 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.09, 2.80 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.16 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.09, 2.80 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.55, 1.19 ]</td>
|
|
<td style="white-space: nowrap">[ -0.01, 0.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.32, 5.14 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.22 ]</td>
|
|
<td style="white-space: nowrap">[ 0.00, 0.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.05, 4.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.79, 0.85 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.10, 4.20 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 0.88 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.03, 3.68 ]</td>
|
|
<td style="white-space: nowrap">[ 0.96, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.59, 5.14 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.27 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.23, 4.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.96, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.35, 4.69 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.11 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.72, 6.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.67, 7.52 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.21, 4.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.21, 4.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.61, 1.31 ]</td>
|
|
<td style="white-space: nowrap">[ 0.13, 0.48 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 1.90 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.03, 1.58 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 0.53 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 1.68 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.27, 1.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.78, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.07, 1.58 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.79, 1.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.33, 1.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.18, 2.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.75, 1.21 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.56, 2.46 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.23, 2.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.71, 1.23 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.04, 1.75 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.04, 1.75 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 1.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td></td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.67 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.67 ]</td>
|
|
<td style="white-space: nowrap">[ 0.19, 0.70 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.86, 1.54 ]</td>
|
|
<td style="white-space: nowrap">[ 0.76, 0.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.74, 1.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 0.86 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.00, 1.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 1.72 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 1.69 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.74, 1.63 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 0.95 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.89, 1.86 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.71, 1.76 ]</td>
|
|
<td style="white-space: nowrap">[ 0.54, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.77, 1.56 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.77, 1.56 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 0.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.06, 2.80 ]</td>
|
|
<td style="white-space: nowrap">[ 0.26, 0.50 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.50, 2.60 ]</td>
|
|
<td style="white-space: nowrap">[ 1.07, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.49, 2.60 ]</td>
|
|
<td style="white-space: nowrap">[ 0.18, 0.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.31, 2.42 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.31, 2.42 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 0.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.64, 2.17 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.12 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.46, 2.51 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 1.35, 1.51 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.86 ]</td>
|
|
<td style="white-space: nowrap">[ 1.35, 1.50 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.59, 1.90 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.59, 1.90 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.37, 3.39 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 0.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.95, 2.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.37, 3.39 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 0.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.54, 2.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 0.85 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.55, 2.56 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 0.85 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.12, 3.14 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.15 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.95, 3.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.24, 1.25 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.95, 2.96 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.99, 3.00 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.05, 4.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.31, 1.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.42, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 1.34, 1.36 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.87, 2.88 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.87, 2.88 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.73, 4.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.16, 0.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.07, 4.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.73, 4.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.16, 0.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.11, 3.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 0.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.11, 3.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 0.86 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.12, 3.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.22, 4.88 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 1.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.07, 4.40 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.22 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.49, 4.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 1.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.35, 5.14 ]</td>
|
|
<td style="white-space: nowrap">[ 1.16, 1.71 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 6.08, 7.20 ]</td>
|
|
<td style="white-space: nowrap">[ 1.32, 2.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.58, 2.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.58, 2.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.26 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.99, 3.85 ]</td>
|
|
<td style="white-space: nowrap">[ 0.07, 0.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.92, 4.75 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.99, 3.86 ]</td>
|
|
<td style="white-space: nowrap">[ 0.07, 0.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.34, 3.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 0.77 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.34, 3.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 0.77 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.80, 3.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.77, 3.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.49, 3.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.18 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.45, 3.32 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.19 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.63, 6.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.28, 1.48 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.65, 6.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 1.51 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.02, 2.87 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.02, 2.87 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.74, 0.76 ]</td>
|
|
<td style="white-space: nowrap">[ 0.34, 0.36 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 0.77 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 0.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.87, 1.95 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.31, 2.45 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.92, 3.28 ]</td>
|
|
<td style="white-space: nowrap">[ 0.11, 0.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.50, 6.37 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 1.50 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.92, 3.28 ]</td>
|
|
<td style="white-space: nowrap">[ 0.11, 0.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.85, 3.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 0.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.85, 3.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 0.86 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.98, 3.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.00, 5.29 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 1.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.19, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.30 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.19, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.30 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.36, 8.54 ]</td>
|
|
<td style="white-space: nowrap">[ 1.51, 2.15 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.31, 9.44 ]</td>
|
|
<td style="white-space: nowrap">[ 1.57, 2.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.00, 3.25 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.32 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.00, 3.25 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.06, 0.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.77, 4.75 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 1.13 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.56, 4.21 ]</td>
|
|
<td style="white-space: nowrap">[ 0.14, 0.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.72, 2.86 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 0.87 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.81, 3.26 ]</td>
|
|
<td style="white-space: nowrap">[ 0.45, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.66, 3.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.54, 3.68 ]</td>
|
|
<td style="white-space: nowrap">[ 0.42, 1.27 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.05, 3.77 ]</td>
|
|
<td style="white-space: nowrap">[ 0.40, 0.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.03, 4.29 ]</td>
|
|
<td style="white-space: nowrap">[ 0.41, 1.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.90, 4.19 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 0.95 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.57, 5.28 ]</td>
|
|
<td style="white-space: nowrap">[ 0.41, 1.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.62, 2.91 ]</td>
|
|
<td style="white-space: nowrap">[ 0.39, 0.95 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.62, 2.91 ]</td>
|
|
<td style="white-space: nowrap">[ 0.39, 0.95 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.92, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.18, 0.23 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.58, 3.35 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.93, 2.58 ]</td>
|
|
<td style="white-space: nowrap">[ 0.18, 0.23 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.15, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.15, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.35, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.02, 3.54 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.23, 2.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.21, 2.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.55, 3.59 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.52, 5.25 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.00, 2.39 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.00, 2.39 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>PER</th>
|
|
<th>PER+FI</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div class="section">
|
|
<h5 id="c-content-density-analysis">9.1.2.2. Analysis of Compaction Based on
|
|
the Content Density Clusters</h5>
|
|
|
|
<p>This detailed analysis is based on the content density clusters. The
|
|
nomenclature used here is described in <cite><a
|
|
href="#methodology-compactness">Characterization of Compactness</a></cite>.
|
|
</p>
|
|
<dl>
|
|
<dt>High Content Density</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case two groups regarding
|
|
compaction performance can be distinguished. For the smallest documents
|
|
and those with the highest content density, the candidates in general
|
|
remain above 60% of the original XML, and often above 80%. This is as
|
|
expected, since in the <a href="#neither">Neither</a> it is rare to be
|
|
able to reduce the size of the content much. However, for larger
|
|
documents with lower content density, in particular the DataStore and
|
|
<acronym title="XML Accelerator Language">XAL</acronym> groups,
|
|
candidate performance is better, though it mostly still remains close
|
|
to the content density of the test documents. </dd>
|
|
<dd>In the <a href="#document">Document</a> case the candidates track
|
|
gzipped XML closely. Xebu appears to be somewhat worse in general,
|
|
Efficient XML and FXDI somewhat better, and Fast Infoset and esXML
|
|
fluctuating close to gzipped XML. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case candidates that are able to
|
|
use schema information efficiently (ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym>, FXDI, Efficient XML)
|
|
manage to improve their performance considerably when a sufficiently
|
|
detailed schema is available. The best examples of this are the FixML
|
|
documents, where an 80% or higher size is reduced to 30-40% with ASN.1
|
|
<acronym title="Packed Encoding Rules">PER</acronym> and FXDI, and to
|
|
25-30% with Efficient XML, and the Seismic document, which is reduced
|
|
to 50% (FXDI) or 40% (Efficient XML) from its previous
|
|
uncompressibility. As expected, for the <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> group where the
|
|
available schema is essentially non-existent, there is no improvement
|
|
either. Improvement in the <acronym
|
|
title="XML Accelerator Language">XAL</acronym> and GAML cases, which
|
|
were already well compressed in the <a href="#neither">Neither</a>
|
|
case, is at most halving of the size. </dd>
|
|
<dd>The best improvements compared to gzipped XML in the <a
|
|
href="#both">Both</a> case come for small documents, which also have
|
|
sufficient schema information, i.e., the FixML and <acronym
|
|
title="Convergence of Broadcast and Mobile Services">CBMS</acronym>
|
|
groups. Here FXDI and Efficient XML (and ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym> in some cases) manage to
|
|
achieve a clear improvement, sometimes even under half the size of
|
|
gzipped XML. For the larger documents there appears to be no gain over
|
|
the <a href="#document">Document</a> case. For example, there is no
|
|
size difference between gzipped XML and any of the candidates for the
|
|
Seismic document, in contrast to the <a href="#schema">Schema</a> case.
|
|
</dd>
|
|
<dt>Low Content Density - Large Documents</dt>
|
|
<dd>Due to the lower content density of this cluster, large improvements
|
|
over XML are present already in the <a href="#neither">Neither</a>
|
|
case. On average, most candidates seem to achieve a manyfold reduction
|
|
in size, and at best up to 6-7-fold. The best results are with
|
|
Efficient XML that always compresses 3-fold and manages over a 10-fold
|
|
reduction in some cases. </dd>
|
|
<dd>In the <a href="#document">Document</a> case, gzipped XML mostly
|
|
follows the candidates, with a smaller size than Xebu, slightly larger
|
|
than FXDI, Fast Infoset, and esXML, and clearly larger than Efficient
|
|
XML. Exceptions are the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents for which
|
|
the candidates, apart from Fast Infoset, have 5- to 10-fold smaller
|
|
size than gzipped XML. Fast Infoset is in these cases half the size of
|
|
gzipped XML. </dd>
|
|
<dd>The gains in the <a href="#schema">Schema</a> case are not quite as
|
|
large as in the high content density cluster. One reason is the higher
|
|
number of documents with no schema available, but even when a schema is
|
|
available, neither of FXDI or Efficient XML ever manages to improve
|
|
2-fold over the <a href="#neither">Neither</a> case. </dd>
|
|
<dd>The results of the <a href="#both">Both</a> case closely mirror the
|
|
results of the <a href="#document">Document</a> case, with the
|
|
exception that Fast Infoset performs comparably to the other candidates
|
|
on the <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
documents. At best, size compared to XML is below 1% with Efficient XML
|
|
for the <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
documents and with FXDI and Efficient XML for one <acronym
|
|
title="Microarray Gene Expression Markup Language">MAGE-ML</acronym>
|
|
document. Compared to gzipped XML, the size of Efficient XML for the
|
|
<acronym title="Joint Target List Manager">JTLM</acronym> documents is
|
|
still below 10%. </dd>
|
|
<dt>Low Content Density - Small Documents</dt>
|
|
<dd>Going towards smaller documents, a trend of decreasing size reduction
|
|
is visible in the <a href="#neither">Neither</a> case. For the smallest
|
|
documents in this cluster, from the <acronym
|
|
title="Financial products Markup Language">FpML</acronym> group,
|
|
even the best size is above 40% of the original. However, as document
|
|
size increases, so does the size improvement, with 20% to 25% being
|
|
common values at the high end, and best performance coming from
|
|
Efficient XML at 5% for the lone <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> document. </dd>
|
|
<dd>The <a href="#document">Document</a> case for this cluster is very
|
|
similar to the one for the larger cluster. Again, gzipped XML closely
|
|
follows the candidates, with the relative performance of the candidates
|
|
also being similar. An exception is that for the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> document in this
|
|
cluster, gzip does not perform appreciably worse than the candidates.
|
|
</dd>
|
|
<dd>With most of the documents in this cluster having complete schemas,
|
|
the <a href="#schema">Schema</a> case shows much more improvement over
|
|
the <a href="#neither">Neither</a> case than for the larger-size
|
|
cluster. FXDI consistently achieves a 10-fold reduction in size, and
|
|
Efficient XML even smaller sizes, down to 5% of the XML document size.
|
|
Where results are available, the performance of ASN.1 PER is similar to
|
|
that of Efficient XML. The best result is for a DataStore document that
|
|
ASN.1 <acronym title="Packed Encoding Rules">PER</acronym> compresses
|
|
to 1.7% of the original size. </dd>
|
|
<dd>The <a href="#both">Both</a> case in the low sizes brings little
|
|
improvement to FXDI or Efficient XML compared to the <a
|
|
href="#schema">Schema</a> case. However, as document size increases,
|
|
the improvements also correspondingly increase. The best results
|
|
compared to gzipped XML come with the ASMTF files with FXDI achieving a
|
|
consistent 3-fold improvement and ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym> and Efficient XML
|
|
managing up to 5-fold improvement. </dd>
|
|
<dt>Low Content Density - Tiny Documents</dt>
|
|
<dd>For the smallest documents in the <a href="#neither">Neither</a> case
|
|
from the LocationSightings test group, only Fast Infoset and Efficient
|
|
XML manage to improve on XML. Other cases above XML size are with Xebu
|
|
for one FixML document and with esXML for a <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> document. Apart from
|
|
the largest document in this cluster, Efficient XML manages best with
|
|
size around 60% of XML size and others mostly above 70%. For the
|
|
largest document from the <acronym
|
|
title="XML Accelerator Language">XAL</acronym> test group, both Fast
|
|
Infoset and Efficient XML achieve over 2-fold reduction in size, with
|
|
Efficient XML size being 35% of the original. </dd>
|
|
<dd>In the <a href="#document">Document</a> case, the improvements
|
|
compared to the <a href="#neither">Neither</a> case are slight for the
|
|
smaller half of the cluster. However, in the larger half all candidates
|
|
improve clearly, achieving 10-20 more percentage points of size
|
|
reduction. Comparing to gzipped XML, only FXDI and Efficient XML manage
|
|
to consistently stay below, with the maximum improvement being
|
|
Efficient XML's 75% size of gzipped XML for the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> document. As noted
|
|
before, gzip does not fare well with the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> group, unlike the
|
|
candidates. </dd>
|
|
<dd>For documents having complete schemas, the gains in this cluster are
|
|
considerable compared to the <a href="#neither">Neither</a> case. Both
|
|
FXDI and Efficient XML are consistently below 20% of the original XML.
|
|
</dd>
|
|
<dd>For the <a href="#both">Both</a> case in the smaller half of this
|
|
cluster the candidates consistently perform worse than in the <a
|
|
href="#schema">Schema</a> case. Looking at the sizes of the documents
|
|
it seems clear that the size in the <a href="#schema">Schema</a> case
|
|
is so small that document analysis on top of that does not manage to
|
|
reduce the size sufficiently. Despite this, the better candidates still
|
|
achieve much smaller sizes than gzipped XML. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h5 id="use-groups-analysis">9.1.2.3. Analysis of Compaction Based on the Use
|
|
Groups</h5>
|
|
|
|
<p>Another detailed analysis is based on the use groups. </p>
|
|
<dl>
|
|
<dt>Scientific information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> results for this use group the
|
|
large binary blocks in many of the GAML documents are clearly visible,
|
|
with document sizes typically well over 75% of XML (except for one
|
|
document where <acronym title="Packed Encoding Rules">PER</acronym>+FI
|
|
and Efficient XML achieve 60%). However, for other documents size
|
|
compared to XML remains mostly under 25% for the best candidates, with
|
|
Efficient XML getting under 10% for most HepRep documents (best around
|
|
6%). For the <a href="#document">Document</a> case, most candidates
|
|
manage to beat gzipped XML consistently, though usually with a small
|
|
margin. Efficient XML does better here, with its results being clearly
|
|
better than gzip's. </dd>
|
|
<dd>The helpfulness of schema information for this use group is mostly
|
|
visible in clearly-improved results for the GAML documents. The HepRep
|
|
documents are an interesting case: FXDI achieves a major improvement
|
|
over the <a href="#neither">Neither</a> case whereas the results of
|
|
Efficient XML are clearly worse than in the <a
|
|
href="#neither">Neither</a> case. The <a href="#both">Both</a> case
|
|
brings familiar improvements, except with the GAML documents for
|
|
candidates who had already used schema information to reduce the size
|
|
of the large binary blocks. </dd>
|
|
<dt>Financial information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> and <a
|
|
href="#document">Document</a> cases the trend in this use group is
|
|
clearly toward increased compression ratios when moving from smaller
|
|
test groups to larger ones. For FixML there is little improvement from
|
|
any of the candidates, and with two of them gzip actually produces the
|
|
best results in the <a href="#document">Document</a> case. Best sizes
|
|
are around 25% of XML in the <a href="#neither">Neither</a> case and
|
|
around 75% of gzipped XML in the <a href="#document">Document</a> case,
|
|
both for Efficient XML on the Invoice documents. </dd>
|
|
<dd>Schema use brings clear benefits for both the FixML and <acronym
|
|
title="Financial products Markup Language">FpML</acronym> groups,
|
|
though it does not help much with Invoice. Both ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym> and FXDI hover between
|
|
30% and 40% for FixML, and Efficient XML does even better, managing to
|
|
beat the 30% mark consistently. The results for <acronym
|
|
title="Financial products Markup Language">FpML</acronym> are even
|
|
better, with all of these three managing between 10% and 15%, and in
|
|
one case even lower, with Efficient XML's 6% size of XML. The <a
|
|
href="#both">Both</a> case shows similarly major improvement over
|
|
gzipped XML, with the smallest size being 25% of gzipped XML. </dd>
|
|
<dt>Electronic documents</dt>
|
|
<dd>This use group contains a few <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> documents, for which
|
|
there is little size reduction in the <a href="#neither">Neither</a>
|
|
case: the best size with Efficient XML ranges from 80% to 100%.
|
|
However, the OpenOffice documents compress very well, with Efficient
|
|
XML achieving sizes between 20% and 30% of the original XML. Factbook
|
|
and some of the <acronym title="Scalable Vector Graphics">SVG</acronym>
|
|
documents are between these two, being reduced to between 50% and 60%.
|
|
In the <a href="#document">Document</a> case, there is little
|
|
improvement over gzipped XML, apart from a couple of documents, for
|
|
which the size ratio approaches 80%. Only the OpenOffice group has a
|
|
useful schema, but only FXDI manages to leverage this to a significant
|
|
extent, achieving a further 25% reduction in size compared to the <a
|
|
href="#neither">Neither</a> case. However, FXDI does not do very well
|
|
on the OpenOffice documents, so Efficient XML is still the smallest.
|
|
The <a href="#both">Both</a> case is practically identical to the <a
|
|
href="#document">Document</a> case. </dd>
|
|
<dt>Web services</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, the best candidate
|
|
Efficient XML manages 30% to 35% of original XML, with other candidates
|
|
hovering between 35% and 45%. The sole exception is the one Google
|
|
document, which represents a SOAP Fault containing a Java stack trace,
|
|
and for which none of the candidates break the 85% line. In the <a
|
|
href="#document">Document</a> case, this is also compressed well, but
|
|
none of the candidates manage better than 90% of gzipped XML. Gzip
|
|
works well on the other Google documents as well, with most of the
|
|
candidates remaining larger than gzipped XML and the best, FXDI, never
|
|
managing below 95%. The <acronym
|
|
title="Web Services Description Language">WSDL</acronym> documents
|
|
are a different case, however, with Efficient XML being approximately
|
|
50% of gzipped XML. </dd>
|
|
<dd>The presence of a schema helps some with the non-Fault Google
|
|
documents, with both FXDI and Efficient XML shaving approximately a
|
|
quarter off their results in the <a href="#neither">Neither</a> case.
|
|
As would be expected, schema does not help much with the Fault message.
|
|
It does help more for <acronym
|
|
title="Web Services Description Language">WSDL</acronym>, with both
|
|
FXDI and Efficient XML being 40% smaller than in the <a
|
|
href="#neither">Neither</a> case. Document analysis again has a similar
|
|
effect, though both FXDI and Efficient XML are between 70% and 75% of
|
|
gzipped XML in the <a href="#both">Both</a> case. For <acronym
|
|
title="Web Services Description Language">WSDL</acronym> the results
|
|
for these two formats are approximately a third of gzipped XML. </dd>
|
|
<dt>Military information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, document sizes for the
|
|
candidates are generally around 30% to 50% for the ASMTF documents. The
|
|
<acronym title="Autonomous Vehicle Command Language">AVCL</acronym>
|
|
documents show an improvement from the smaller to the larger one, with
|
|
Efficient XML being 20% of XML on the larger one. The best results come
|
|
with the <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
documents, and Efficient XML is clearly ahead of the others, achieving
|
|
as the best result 5% of the original XML. In the <a
|
|
href="#document">Document</a> case, improvements compared to gzipped
|
|
XML are modest for the ASMTF and <acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym> documents,
|
|
but with <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
the best candidate, again Efficient XML, gets as its best result a
|
|
little over 10% of gzipped XML </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case the candidates achieve large
|
|
improvements across the board. Efficient XML is consistently at or
|
|
below 10% of XML apart from the <acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym>
|
|
documents, for which it manages 15%. FXDI and ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym> are close to Efficient
|
|
XML for the ASMTF documents, but further behind on the others (note:
|
|
ASN.1 <acronym title="Packed Encoding Rules">PER</acronym> does not
|
|
give useful results for <acronym
|
|
title="Joint Target List Manager">JTLM</acronym>). In the <a
|
|
href="#both">Both</a> case, the largest improvement over gzipped XML is
|
|
Efficient XML's 7% for one <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> document. FXDI is
|
|
mostly closer to Efficient XML than in the <a href="#schema">Schema</a>
|
|
case. The smallest document, one of the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> group, is small
|
|
enough that the <a href="#both">Both</a> case gives larger results than
|
|
the <a href="#schema">Schema</a> case for the schema-using candidates.
|
|
</dd>
|
|
<dt>Broadcast metadata</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, Efficient XML is clearly
|
|
the best candidate, achieving document sizes between 60% and 70% of the
|
|
original XML, while other candidates barely manage to break the 75%
|
|
barrier. The <a href="#document">Document</a> case shows a similar
|
|
situation, with FXDI being approximately equal to or slightly smaller
|
|
than gzipped XML, and Efficient XML being between 85% and 90%. </dd>
|
|
<dd>The <a href="#schema">Schema</a> case shows a major reduction in size
|
|
compared to the <a href="#neither">Neither</a> case. FXDI and Efficient
|
|
XML are approximately equal, with the best results being near 10% of
|
|
XML, and even the worst results around 50%. Gzipping XML does not
|
|
provide a major reduction in size, only to 60% or so, so the <a
|
|
href="#both">Both</a> case shows sizes all the way to 25% of gzipped
|
|
XML. For the largest file, gzipping works well, so the candidate
|
|
results are only around 70% of that. </dd>
|
|
<dt>Data storage</dt>
|
|
<dd>This use group shows varying behavior in the <a
|
|
href="#neither">Neither</a> case, with the best results for a couple of
|
|
large DataStore documents being only a little under 50% of XML, but for
|
|
another large DataStore document Fast Infoset gets almost to 10% and
|
|
Efficient XML almost to 5%. The weblog of DataStore and Periodic are in
|
|
between these two extremes, and the smallest document compresses only
|
|
to a bit less than 70%. The <a href="#document">Document</a> case shows
|
|
major improvements across the board, except for the smallest document.
|
|
Gzip also does very well, but Efficient XML manages to compress to
|
|
approximately two thirds of gzipped XML for a couple of documents and
|
|
to nearly 50% for the weblog of DataStore. </dd>
|
|
<dd>Schema information proves to be especially beneficial for the
|
|
DataStore documents, apart from the ones containing large binary
|
|
blocks. In the <a href="#schema">Schema</a> case, the best result is
|
|
less than 2% of XML for ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym> on one large DataStore
|
|
document consisting mostly of boolean values. Otherwise a schema does
|
|
not help much compared to the <a href="#neither">Neither</a> case. The
|
|
situation in the <a href="#both">Both</a> case is nearly the same as in
|
|
the <a href="#document">Document</a> case, except for the documents
|
|
that benefit from a schema. At best, ASN.1 <acronym
|
|
title="Packed Encoding Rules">PER</acronym> gets to nearly 15% of
|
|
gzipped XML. </dd>
|
|
<dt>Sensor information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, the only major gains come
|
|
with the <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
document, for which Efficient XML compresses to nearly 10% of XML, and
|
|
the next best candidates manage to go below 25%. For the <a
|
|
href="#document">Document</a> case the same applies, with all
|
|
candidates being around the size of gzipped XML for other documents.
|
|
For the <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
document, Efficient XML manages to be at 70% of gzipped XML, and other
|
|
candidates mostly around gzipped XML. </dd>
|
|
<dd>The presence of a schema helps in both the LocationSightings and the
|
|
Seismic groups, with Efficient XML being around 15% for the former and
|
|
40% for the latter. The <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
document does not have a usable schema, so the <a
|
|
href="#schema">Schema</a> case results are practically the same as the
|
|
<a href="#neither">Neither</a> case results. In the <a
|
|
href="#both">Both</a> case, there is a slight increase in size compared
|
|
to the <a href="#schema">Schema</a> case for the LocationSightings
|
|
group, with Efficient XML being between 20% and 25%. In the Seismic
|
|
group there is only a minor improvement over gzipped XML, and the
|
|
<acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
group is the same as in the <a href="#document">Document</a> case. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<h4 id="Ax-details-pe">9.1.3. Processing Efficiency Analysis Details</h4>
|
|
|
|
<p>Note that esXML was not successful in producing encoding results when
|
|
these results were generated, and thus does not appear in the encoding
|
|
analysis at all. </p>
|
|
|
|
<div class="section">
|
|
<h5 id="Ax-details-pe-summary">9.1.3.1. Tabular and Graphical Representation
|
|
of Processing Efficiency Results</h5>
|
|
|
|
<p>See <a href="#Ax-details-explain-graph">Graphical Representation</a> on
|
|
how to interpret these graphs. </p>
|
|
|
|
<p>The general improvement over JAXP in encoding appears, from these graphs,
|
|
to be approximately twice the speed, with a sharp increase for the smaller
|
|
documents. Such an increase is most probably an effect of processor
|
|
initialization time, and as we can see from the gzip-using candidates, the
|
|
increase mostly vanishes when document analysis is permitted. However,
|
|
Efficient XML's document analysis appears to be more efficient than the gzip
|
|
of others, allowing it to increase its relative efficiency for the smaller
|
|
documents. </p>
|
|
|
|
<p>On the decoding side we see nearly consistent five-fold improvement over
|
|
the baseline. Even when document analysis is turned on, it is rare to see the
|
|
best candidates fall below uncompressed JAXP in performance. Also, we see a
|
|
similar increase in performance for the smaller documents as in the encoding
|
|
case, which is lessened with document analysis except for Efficient XML. </p>
|
|
|
|
<p>An interesting point to note in the decoding results is the shapes of the
|
|
graphs for each individual candidate. Namely, these appear similar to each
|
|
other, containing similar peaks and troughs. Even more interestingly, this is
|
|
also the case with Xals, indicating that there is some feature of the JAXP
|
|
parser that is implemented suboptimally and triggered by a subset of the test
|
|
documents. </p>
|
|
|
|
<p><img src="summary-processing-encoding-sax-neither.png" width="907"
|
|
height="621" alt="Encoding summary: Neither class"
|
|
title="Encoding summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-sax-document.png" width="907"
|
|
height="621" alt="Encoding summary: Document class"
|
|
title="Encoding summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-sax-schema.png" width="907"
|
|
height="621" alt="Encoding summary: Schema class"
|
|
title="Encoding summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-sax-both.png" width="907"
|
|
height="621" alt="Encoding summary: Both class"
|
|
title="Encoding summary: Both class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-sax-neither.png" width="907"
|
|
height="621" alt="Decoding summary: Neither class"
|
|
title="Decoding summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-sax-document.png" width="907"
|
|
height="621" alt="Decoding summary: Document class"
|
|
title="Decoding summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-sax-schema.png" width="907"
|
|
height="621" alt="Decoding summary: Schema class"
|
|
title="Decoding summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-sax-both.png" width="907"
|
|
height="621" alt="Decoding summary: Both class"
|
|
title="Decoding summary: Both class" /> </p>
|
|
</div>
|
|
|
|
<p>See <a href="#Ax-details-explain-table">Tabular Representation</a> on how
|
|
to interpret the following tables. </p>
|
|
|
|
<p>The processing efficiency ratios also appear to be stable, with narrow
|
|
confidence intervals, and to confirm the observations based on the graphs
|
|
above. The precise numbers are somewhat lower than what inspection of the
|
|
summary graphs shows, due to the fact that each group contains a mix of
|
|
documents, with the performance on some worse than on others, and a visual
|
|
inspection usually does not pick up such distinctions. </p>
|
|
|
|
<p>Note also that unlike in the graphs, in these tables the baseline for
|
|
decoding is Xals. Based on the graphs, comparing to Xals is not only a
|
|
comparison to a high-speed parser, but is also more likely to give useful
|
|
values, as the graphs for Xals more closely follow the shape of the graphs of
|
|
the candidates. </p>
|
|
|
|
<p>Not all of the results presented here can be said to be reliable. For
|
|
example, the Broadcast use group consists of six documents very similar in
|
|
structure and size. Therefore fitting a line through the graph is very
|
|
vulnerable to even the smallest perturbations in the results for a single
|
|
document. This also explains why the confidence intervals in this use group,
|
|
and partially in the low-tiny CD cluster, also include negative values that
|
|
otherwise would indicate processing time to decrease with document size. </p>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="6" style="text-align: center">Java Encoding (loopback)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 1.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 0.99 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.78, 0.88 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.28, 0.34 ]</td>
|
|
<td style="white-space: nowrap">[ 1.68, 1.77 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.96, 2.16 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.70, 1.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.69, 0.80 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 0.85 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.71, 0.75 ]</td>
|
|
<td style="white-space: nowrap">[ 1.79, 1.91 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.69, 0.75 ]</td>
|
|
<td style="white-space: nowrap">[ 0.45, 0.49 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.65, 0.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.46, 0.52 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.56, 1.63 ]</td>
|
|
<td style="white-space: nowrap">[ 1.72, 2.27 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.50, 1.63 ]</td>
|
|
<td style="white-space: nowrap">[ 1.77, 2.36 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 1.75 ]</td>
|
|
<td style="white-space: nowrap">[ 1.78, 2.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 1.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.66, 2.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.49, 1.61 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 1.13 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 1.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 1.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 1.96 ]</td>
|
|
<td style="white-space: nowrap">[ 0.76, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.12, 1.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.32, 2.66 ]</td>
|
|
<td style="white-space: nowrap">[ 3.52, 4.35 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.21, 3.31 ]</td>
|
|
<td style="white-space: nowrap">[ 4.01, 5.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.69, 4.77 ]</td>
|
|
<td style="white-space: nowrap">[ 4.06, 5.56 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.95, 2.24 ]</td>
|
|
<td style="white-space: nowrap">[ 3.52, 4.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.15, 2.86 ]</td>
|
|
<td style="white-space: nowrap">[ 3.18, 4.22 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.23, 1.86 ]</td>
|
|
<td style="white-space: nowrap">[ 2.57, 3.54 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.13, 0.48 ]</td>
|
|
<td style="white-space: nowrap">[ 0.24, 0.38 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.00, 0.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.16, 0.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.53, 1.60 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.44, 1.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 1.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.05, 0.83 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.13 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.16, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.76, 1.27 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.32, 1.25 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.35 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.02, 0.38 ]</td>
|
|
<td style="white-space: nowrap">[ 0.49, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -1.99, 0.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.26, 0.38 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -1.87, 0.78 ]</td>
|
|
<td style="white-space: nowrap">[ 0.24, 0.38 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.56, 1.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.68, 1.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.17, 1.84 ]</td>
|
|
<td style="white-space: nowrap">[ 0.09, 0.99 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.63, 1.13 ]</td>
|
|
<td style="white-space: nowrap">[ 0.71, 1.15 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.19, 1.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.19, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.30, 1.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.68, 1.22 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -1.92, 1.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.18, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.80, 0.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.49, 0.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.81, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.52, 0.66 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 1.87 ]</td>
|
|
<td style="white-space: nowrap">[ 1.16, 1.45 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.42, 1.59 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.45 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 1.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.87, 1.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.65, 1.77 ]</td>
|
|
<td style="white-space: nowrap">[ 1.07, 1.44 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.40, 0.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 1.20 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.62, 0.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.55, 0.56 ]</td>
|
|
<td style="white-space: nowrap">[ 0.42, 0.43 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.53, 0.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.44, 0.44 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 1.51 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 1.39 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.08, 1.09 ]</td>
|
|
<td style="white-space: nowrap">[ 1.41, 1.45 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.41, 1.43 ]</td>
|
|
<td style="white-space: nowrap">[ 1.28, 1.31 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.00, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 1.26, 1.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.88, 2.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.05, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.97, 2.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.53, 0.85 ]</td>
|
|
<td style="white-space: nowrap">[ 0.32, 0.56 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.64, 0.83 ]</td>
|
|
<td style="white-space: nowrap">[ 0.31, 0.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.71, 1.92 ]</td>
|
|
<td style="white-space: nowrap">[ 1.26, 2.36 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.30, 1.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 2.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.56, 1.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.83, 2.28 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.03, 1.38 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 2.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.10, 1.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.77 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.52, 0.88 ]</td>
|
|
<td style="white-space: nowrap">[ 0.24, 0.70 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.70, 0.75 ]</td>
|
|
<td style="white-space: nowrap">[ 0.46, 0.49 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.66, 0.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.47, 0.52 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.56, 1.63 ]</td>
|
|
<td style="white-space: nowrap">[ 1.70, 2.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.50, 1.63 ]</td>
|
|
<td style="white-space: nowrap">[ 1.77, 2.42 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 1.75 ]</td>
|
|
<td style="white-space: nowrap">[ 1.73, 2.27 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.34, 1.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.66, 2.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.51, 1.60 ]</td>
|
|
<td style="white-space: nowrap">[ 0.81, 1.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.47, 1.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 1.23 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.81, 0.83 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.29, 0.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.73, 1.74 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.02, 2.23 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.69, 1.76 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.78, 0.80 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 0.84 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.73, 0.76 ]</td>
|
|
<td style="white-space: nowrap">[ 1.86, 1.87 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.79, 0.82 ]</td>
|
|
<td style="white-space: nowrap">[ 0.32, 0.35 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.74, 0.77 ]</td>
|
|
<td style="white-space: nowrap">[ 0.34, 0.36 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 1.43 ]</td>
|
|
<td style="white-space: nowrap">[ 1.70, 1.90 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.12, 1.16 ]</td>
|
|
<td style="white-space: nowrap">[ 1.65, 1.83 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.88, 1.99 ]</td>
|
|
<td style="white-space: nowrap">[ 1.82, 2.16 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.64, 1.68 ]</td>
|
|
<td style="white-space: nowrap">[ 1.71, 2.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.09, 1.15 ]</td>
|
|
<td style="white-space: nowrap">[ 0.64, 0.72 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.17, 1.21 ]</td>
|
|
<td style="white-space: nowrap">[ 0.72, 0.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.59, 0.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.19, 0.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.60, 0.72 ]</td>
|
|
<td style="white-space: nowrap">[ 0.20, 0.31 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.81, 2.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.81 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.62, 0.87 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 1.49 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.70, 2.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.81 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.61, 0.95 ]</td>
|
|
<td style="white-space: nowrap">[ 0.87, 1.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 1.65 ]</td>
|
|
<td style="white-space: nowrap">[ 0.69, 1.34 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.30 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 1.67 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 0.75 ]</td>
|
|
<td style="white-space: nowrap">[ 0.51, 0.59 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 0.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.53, 0.61 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.45, 1.57 ]</td>
|
|
<td style="white-space: nowrap">[ 1.11, 1.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.82, 1.10 ]</td>
|
|
<td style="white-space: nowrap">[ 1.79, 1.99 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.68, 1.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.35, 1.40 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 1.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 0.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.24, 1.40 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.26 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="7" style="text-align: center">Java Decoding (loopback)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.37, 0.44 ]</td>
|
|
<td style="white-space: nowrap">[ 0.68, 0.72 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.37, 0.44 ]</td>
|
|
<td style="white-space: nowrap">[ 0.69, 0.73 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.73, 0.88 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.79, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.28, 1.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.55, 0.69 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.78, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.61, 0.72 ]</td>
|
|
<td style="white-space: nowrap">[ 1.16, 1.18 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.62, 0.72 ]</td>
|
|
<td style="white-space: nowrap">[ 1.23, 1.24 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.12, 0.13 ]</td>
|
|
<td style="white-space: nowrap">[ 0.43, 0.44 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.11, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.41, 0.42 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.20, 0.83 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.00, 0.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.26, 0.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.56, 3.08 ]</td>
|
|
<td style="white-space: nowrap">[ 2.48, 3.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 2.99 ]</td>
|
|
<td style="white-space: nowrap">[ 2.38, 3.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 3.12 ]</td>
|
|
<td style="white-space: nowrap">[ 2.36, 2.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.44, 3.08 ]</td>
|
|
<td style="white-space: nowrap">[ 2.20, 2.73 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.19, 3.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.69, 2.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.71, 3.19 ]</td>
|
|
<td style="white-space: nowrap">[ 1.88, 2.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.45, 0.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.73, 0.81 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.45, 0.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 0.74 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.39, 4.68 ]</td>
|
|
<td style="white-space: nowrap">[ 4.78, 5.58 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.68, 8.54 ]</td>
|
|
<td style="white-space: nowrap">[ 5.22, 8.44 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 6.39, 7.62 ]</td>
|
|
<td style="white-space: nowrap">[ 5.09, 6.57 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 6.49, 7.69 ]</td>
|
|
<td style="white-space: nowrap">[ 5.49, 7.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.52, 6.30 ]</td>
|
|
<td style="white-space: nowrap">[ 2.15, 2.45 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.63, 8.42 ]</td>
|
|
<td style="white-space: nowrap">[ 2.96, 4.27 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.01, 2.77 ]</td>
|
|
<td style="white-space: nowrap">[ 3.04, 4.32 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.03, 2.76 ]</td>
|
|
<td style="white-space: nowrap">[ 2.35, 3.30 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 1.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.76, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.56 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.83, 2.96 ]</td>
|
|
<td style="white-space: nowrap">[ 1.46, 1.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.88, 3.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 1.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.49, 2.62 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.36 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.12, 3.21 ]</td>
|
|
<td style="white-space: nowrap">[ 0.64, 1.50 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.03, 3.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.75, 2.34 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.77, 2.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.64, 1.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 0.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.90, 1.23 ]</td>
|
|
<td style="white-space: nowrap">[ 0.67, 0.83 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.23, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.42, 1.14 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 1.15 ]</td>
|
|
<td style="white-space: nowrap">[ 0.13, 0.85 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 2.27 ]</td>
|
|
<td style="white-space: nowrap">[ 0.42, 1.81 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.76, 1.75 ]</td>
|
|
<td style="white-space: nowrap">[ 0.12, 1.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.78, 1.90 ]</td>
|
|
<td style="white-space: nowrap">[ 0.07, 1.32 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.42, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ -0.05, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.87, 1.88 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.83 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.37, 1.77 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 1.37 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.48, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.19, 0.78 ]</td>
|
|
<td style="white-space: nowrap">[ 0.39, 0.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.63, 2.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.79, 1.83 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.61, 2.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 1.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 3.85 ]</td>
|
|
<td style="white-space: nowrap">[ 1.46, 2.65 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.01, 3.68 ]</td>
|
|
<td style="white-space: nowrap">[ 1.42, 2.71 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.97, 4.13 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 2.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.86, 4.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 2.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.17, 3.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.27, 1.76 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.00, 2.95 ]</td>
|
|
<td style="white-space: nowrap">[ 1.27, 1.82 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.18, 0.37 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 0.54 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.13, 0.24 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 0.50 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.02, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.24, 1.25 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.15, 1.17 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 1.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.84, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 2.36, 2.38 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.29, 2.32 ]</td>
|
|
<td style="white-space: nowrap">[ 2.13, 2.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.89, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 2.20, 2.21 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.84, 2.87 ]</td>
|
|
<td style="white-space: nowrap">[ 1.94, 2.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.36, 2.45 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.20 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.30, 2.37 ]</td>
|
|
<td style="white-space: nowrap">[ 1.49, 1.54 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.67, 0.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.47, 0.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 0.87 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.15 ]</td>
|
|
<td style="white-space: nowrap">[ 0.05, 0.24 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.05, 0.25 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.50, 3.31 ]</td>
|
|
<td style="white-space: nowrap">[ 2.17, 3.43 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.10, 3.27 ]</td>
|
|
<td style="white-space: nowrap">[ 2.08, 3.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.62, 4.28 ]</td>
|
|
<td style="white-space: nowrap">[ 3.04, 3.91 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.75, 4.28 ]</td>
|
|
<td style="white-space: nowrap">[ 2.20, 3.86 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.35, 3.18 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.30 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 3.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.64 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.09, 0.18 ]</td>
|
|
<td style="white-space: nowrap">[ 0.11, 0.27 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.05, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.12, 0.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.12, 1.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.42, 1.79 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.23, 1.54 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 1.71 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.52, 3.14 ]</td>
|
|
<td style="white-space: nowrap">[ 2.45, 3.12 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.44, 3.06 ]</td>
|
|
<td style="white-space: nowrap">[ 2.34, 3.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 3.18 ]</td>
|
|
<td style="white-space: nowrap">[ 2.30, 3.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 3.15 ]</td>
|
|
<td style="white-space: nowrap">[ 2.18, 2.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.21, 3.72 ]</td>
|
|
<td style="white-space: nowrap">[ 1.79, 2.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.69, 3.24 ]</td>
|
|
<td style="white-space: nowrap">[ 1.96, 2.18 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.35, 0.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.67, 0.72 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.35, 0.44 ]</td>
|
|
<td style="white-space: nowrap">[ 0.68, 0.72 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.69, 0.87 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.75, 0.93 ]</td>
|
|
<td style="white-space: nowrap">[ 1.25, 1.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.53, 0.68 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.74, 0.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 0.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.57, 0.72 ]</td>
|
|
<td style="white-space: nowrap">[ 1.16, 1.18 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.57, 0.72 ]</td>
|
|
<td style="white-space: nowrap">[ 1.23, 1.24 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.11, 0.14 ]</td>
|
|
<td style="white-space: nowrap">[ 0.42, 0.45 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.09, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.40, 0.43 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.49, 1.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.78, 2.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.62, 1.84 ]</td>
|
|
<td style="white-space: nowrap">[ 1.76, 2.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.91, 3.22 ]</td>
|
|
<td style="white-space: nowrap">[ 2.78, 3.30 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.17, 3.85 ]</td>
|
|
<td style="white-space: nowrap">[ 2.84, 3.48 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.77, 4.67 ]</td>
|
|
<td style="white-space: nowrap">[ 3.26, 4.32 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.21, 5.19 ]</td>
|
|
<td style="white-space: nowrap">[ 3.15, 4.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.77, 3.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.63, 2.98 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 0.99 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 0.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.08 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.54, 0.56 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 0.92 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.15, 1.48 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.67 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.12, 1.70 ]</td>
|
|
<td style="white-space: nowrap">[ 1.33, 1.92 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.18, 3.84 ]</td>
|
|
<td style="white-space: nowrap">[ 1.93, 2.88 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.18, 2.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.74, 2.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.62, 4.35 ]</td>
|
|
<td style="white-space: nowrap">[ 2.18, 3.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.84, 4.97 ]</td>
|
|
<td style="white-space: nowrap">[ 2.13, 3.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.11, 3.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.88, 2.58 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.53, 2.44 ]</td>
|
|
<td style="white-space: nowrap">[ 1.57, 2.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.71, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.44 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.86, 1.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.24, 0.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.45, 0.74 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.14, 0.35 ]</td>
|
|
<td style="white-space: nowrap">[ 0.50, 0.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.41, 2.80 ]</td>
|
|
<td style="white-space: nowrap">[ 1.90, 2.35 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.39, 2.75 ]</td>
|
|
<td style="white-space: nowrap">[ 2.20, 2.59 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.16, 2.65 ]</td>
|
|
<td style="white-space: nowrap">[ 1.84, 2.28 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 2.81 ]</td>
|
|
<td style="white-space: nowrap">[ 1.79, 2.18 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.51, 3.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.64, 1.81 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.32, 2.77 ]</td>
|
|
<td style="white-space: nowrap">[ 1.80, 1.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.02, 0.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div class="section">
|
|
<h5 id="encoding-content-density-analysis">9.1.3.2. Analysis of Encoding
|
|
Efficiency Based on the Content Density Clusters</h5>
|
|
<dl>
|
|
<dt>High Content Density</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, the candidates Fast
|
|
Infoset, FXDI, and Efficient XML all consistently show better
|
|
performance than XML, with Fast Infoset leading the pack for the larger
|
|
documents with approximately twice the speed of XML. For the smaller
|
|
documents the gains are much larger, with the best results being FXDI's
|
|
almost 10-fold speed compared to XML on a <acronym
|
|
title="Convergence of Broadcast and Mobile Services">CBMS</acronym>
|
|
and a FixML document. For the <a href="#document">Document</a> case,
|
|
none of the candidates achieve the speed of XML for any document, and
|
|
they mostly run closely at the speed of gzipped XML. </dd>
|
|
<dd>Performance of the candidates in the <a href="#schema">Schema</a>
|
|
case is mostly similar to that in the <a href="#neither">Neither</a>
|
|
case. Both FXDI and Efficient XML have few documents for which their
|
|
performance drops somewhat. The <a href="#both">Both</a> case is nearly
|
|
indistinguishable from the <a href="#document">Document</a> case. </dd>
|
|
<dt>Low Content Density - Large Documents</dt>
|
|
<dd>For this cluster in the <a href="#neither">Neither</a> case candidate
|
|
performance is approximately the same as for the previous cluster, with
|
|
Fast Infoset achieving a consistent 2-fold improvement over XML and
|
|
FXDI and Efficient XML managing the same for most documents. In the <a
|
|
href="#document">Document</a> case, however, Fast Infoset and FXDI are
|
|
clearly better than gzipped XML for all documents, and Efficient XML
|
|
also beating gzipped XML for the smaller documents of this cluster. For
|
|
isolated cases, the performance of each of these three candidates even
|
|
approaches bare XML. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case the performance of the
|
|
candidates is slightly worse than in the <a href="#neither">Neither</a>
|
|
case, with the exception of Fast Infoset and Efficient XML on the
|
|
<acronym title="Joint Target List Manager">JTLM</acronym> documents.
|
|
The performance in the <a href="#both">Both</a> case resembles the <a
|
|
href="#document">Document</a> case, except that now both FXDI and
|
|
Efficient XML beat even bare XML for two <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents. </dd>
|
|
<dt>Low Content Density - Small Documents</dt>
|
|
<dd>The <a href="#neither">Neither</a> case shows again similar
|
|
improvements as before, with Fast Infoset being clearly over 2 times
|
|
the speed of XML. Going toward the smaller documents, FXDI improves its
|
|
performance visibly. Efficient XML, while mostly achieving similar
|
|
performance to Fast Infoset and FXDI, has a few cases where its
|
|
performance is worse than XML's. The <a href="#document">Document</a>
|
|
case is basically the <a href="#neither">Neither</a> case shifted
|
|
downwards, with all of Fast Infoset, FXDI, and Efficient XML achieving
|
|
better performance than gzipped XML. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case FXDI has a clear performance
|
|
slump compared to the <a href="#neither">Neither</a> case near the
|
|
middle of this cluster, mostly for the Google documents. On the other
|
|
hand, Efficient XML improves its performance to be faster than XML in
|
|
all cases. In the <a href="#both">Both</a> case faster results than for
|
|
XML are only achieved for the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> document, and for one
|
|
DataStore document for Efficient XML. </dd>
|
|
<dt>Low Content Density - Tiny Documents</dt>
|
|
<dd>With this cluster, encoding efficiency of the candidates in the <a
|
|
href="#neither">Neither</a> case is much better than in the other
|
|
clusters, with FXDI reaching up to 15-fold speed compared to XML. Fast
|
|
Infoset and Efficient XML also achieve speeds 5 times or more that of
|
|
XML. However, in the <a href="#document">Document</a> case, none of the
|
|
candidates manage to have better performance than XML, but as before,
|
|
none of the mentioned three are slower than gzipped XML on any
|
|
document. </dd>
|
|
<dd>The <a href="#schema">Schema</a> case mostly brings minor
|
|
improvements to FXDI and Efficient XML. However, for the FixML
|
|
documents Efficient XML's performance drops sharply by a factor of 3 or
|
|
4. In the <a href="#both">Both</a> case, Efficient XML emerges as the
|
|
best performer, being faster than XML on half of the cases and being
|
|
slower than FXDI only for three documents. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h5 id="encoding-use-groups-analysis">9.1.3.3. Analysis of Encoding
|
|
Efficiency Based on the Use Groups</h5>
|
|
<dl>
|
|
<dt>Scientific information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, all of Fast Infoset,
|
|
FXDI, and Efficient XML have similar performance to each other, in
|
|
general around twice as fast as JAXP. Fast Infoset does clearly better
|
|
than the other two on the GAML documents, while FXDI is a clear leader
|
|
on small documents. For the <a href="#schema">Schema</a> case the
|
|
performance of all of these drops closer to JAXP, though they are still
|
|
faster. FXDI does comparatively better with a schema than without. In
|
|
the <a href="#document">Document</a> and <a href="#both">Both</a>
|
|
cases, Efficient XML does better than the other two candidates,
|
|
managing to get the best performance especially on the smaller end of
|
|
the use group. </dd>
|
|
<dt>Financial information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, the behavior of Fast
|
|
Infoset, FXDI, and Efficient XML is very similar in this use group: a
|
|
consistent performance ratio over JAXP on the Invoice set, which rises
|
|
for the <acronym
|
|
title="Financial products Markup Language">FpML</acronym> and FixML
|
|
documents. The performance of Fast Infoset and FXDI is approximately
|
|
the same for Invoice, 50% faster than JAXP, and <acronym
|
|
title="Financial products Markup Language">FpML</acronym>, over
|
|
twice as fast as JAXP. On the FixML documents, both FXDI and Efficient
|
|
XML get a much larger performance increase, with FXDI being over 10
|
|
times as fast as JAXP at best, and Efficient XML surpassing Fast
|
|
Infoset on the smallest documents. In the <a
|
|
href="#document">Document</a> case, Efficient XML is the best overall
|
|
performer of the candidates, two to three times as fast as JAXP with
|
|
gzip and 30% to 60% of plain JAXP. </dd>
|
|
<dd>The <a href="#schema">Schema</a> case again sees a drop in
|
|
performance on the Invoice documents, and especially for Efficient XML
|
|
on the FixML documents, but otherwise performance is similar to the <a
|
|
href="#neither">Neither</a> case. The <a href="#both">Both</a> case is
|
|
practically the same as the <a href="#document">Document</a> case,
|
|
except that FXDI emerges as the best performer on the FixML documents.
|
|
</dd>
|
|
<dt>Electronic documents</dt>
|
|
<dd>The <a href="#neither">Neither</a> case is similar to the previous
|
|
use groups, with Fast Infoset and FXDI being nearly twice as fast on
|
|
JAXP, and Efficient XML between these two, on large documents. And
|
|
again on small documents the performance of all of these three
|
|
improves, now to be four times as fast as JAXP at best. In the <a
|
|
href="#document">Document</a> case, an interesting point to notice is a
|
|
clear dip in performance on Factbook and especially on many of the
|
|
<acronym title="Scalable Vector Graphics">SVG</acronym> documents,
|
|
but JAXP with gzip also does poorly on these, indicating that the
|
|
reason is a general difficulty to compress and nothing specific to
|
|
candidates. The <a href="#schema">Schema</a> and <a
|
|
href="#both">Both</a> cases are again directly comparable to the <a
|
|
href="#neither">Neither</a> and <a href="#document">Document</a> cases,
|
|
with a slight overall drop in performance. </dd>
|
|
<dt>Web services</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, FXDI achieves the best
|
|
performance of the candidates, with ratios over JAXP ranging between
|
|
2.3 and 4. Fast Infoset and Efficient XML manage to be consistently
|
|
twice as fast as JAXP or faster. In the <a
|
|
href="#document">Document</a> case, Efficient XML again catches up with
|
|
FXDI and even surpasses it for some documents. Performance over JAXP
|
|
with gzip in the <a href="#document">Document</a> case ranges from 50%
|
|
faster on the SOAP Fault message to 2.5 times as fast on the <acronym
|
|
title="Web Services Description Language">WSDL</acronym> documents.
|
|
</dd>
|
|
<dd>In this use group, FXDI shows a much larger drop in performance in
|
|
the <a href="#schema">Schema</a> case than in other cases, with both
|
|
its and Fast Infoset's performance on the non-Fault SOAP messages being
|
|
approximately the same as JAXP's. Efficient XML does better, managing
|
|
to be 50% faster. For the <acronym
|
|
title="Web Services Description Language">WSDL</acronym> documents
|
|
and the SOAP Fault message, FXDI does best, being three to four times
|
|
as fast as JAXP. In the <a href="#both">Both</a> case, Efficient XML is
|
|
the fastest of the candidates, achieving at best 60% of the speed of
|
|
plain JAXP. Compared to the <a href="#document">Document</a> case,
|
|
Efficient XML actually improves its performance for all documents in
|
|
this use group, and other candidates also improve on the smaller
|
|
documents. </dd>
|
|
<dt>Military information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, FXDI and Fast Infoset are
|
|
the best performers, with each being the best on some of the documents,
|
|
and Efficient XML managing to get close to the better performer a few
|
|
times. The spread in the performance ratio over JAXP is higher than for
|
|
other use groups, mostly due to the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents, on one
|
|
of which FXDI is almost 10 times as fast as JAXP. In contrast, the
|
|
worst ratio for the best performer is FXDI's 1.4 for one of the ASMTF
|
|
documents. In the <a href="#document">Document</a> case, an interesting
|
|
point to note is that for the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents, FXDI
|
|
manages to almost achieve the same performance as plain JAXP, and for
|
|
one <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
document, all of Fast Infoset, FXDI, and Efficient XML are in fact
|
|
faster than JAXP, with Fast Infoset being over 40% faster. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case, the best performer spot is
|
|
divided approximately equally between FXDI and Efficient XML. Apart
|
|
from the <acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym> documents
|
|
and one <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
document the performance ratio over JAXP remains between 1.5 and 3. For
|
|
the <acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym>
|
|
documents, only FXDI beats JAXP by being 30% faster, and for the
|
|
smallest <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
document, the performance of the candidates is much better, with FXDI
|
|
being 11 times as fast. In the <a href="#both">Both</a> case, FXDI and
|
|
Efficient XML are again mostly faster than even plain JAXP on the
|
|
<acronym title="Joint Target List Manager">JTLM</acronym> documents.
|
|
Apart from the <acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym> documents,
|
|
the best candidate consistently manages to be approximately at least 3
|
|
times as fast as JAXP with gzip. </dd>
|
|
<dt>Broadcast metadata</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, FXDI is the best
|
|
performer, being almost 10 times as fast as JAXP at best and 4 times as
|
|
fast even at worst. Fast Infoset and Efficient XML are very close to
|
|
each other, and 20% slower than FXDI. In the <a
|
|
href="#document">Document</a> case, Efficient XML is again the best
|
|
performer, slightly over twice as fast as JAXP with gzip. For this use
|
|
group, a schema helps especially FXDI, the best result now being 15
|
|
times as fast as JAXP, but the worst result not improving much of the
|
|
ratio of 4. In the <a href="#both">Both</a> case, Efficient XML manages
|
|
to beat the performance of plain JAXP for two documents, on which the
|
|
performance increase compared to <a href="#document">Document</a> case
|
|
is clear for all candidates. </dd>
|
|
<dt>Data storage</dt>
|
|
<dd>Apart from the smallest document, Fast Infoset is the best performer
|
|
in the <a href="#neither">Neither</a> case, with ratio over JAXP
|
|
ranging from 1.4 on Periodic to 5.5 on one DataStore document. On the
|
|
smallest DataStore document, FXDI emerges as the fastest, over 11 times
|
|
as fast as JAXP. In the <a href="#document">Document</a> case, the best
|
|
result for Fast Infoset is slightly faster than JAXP, and Efficient XML
|
|
gets close to JAXP for the smaller documents. The <a
|
|
href="#schema">Schema</a> case shows mostly a drop in performance
|
|
compared to the <a href="#neither">Neither</a> case, except for the
|
|
smallest document, on which both FXDI and Efficient XML improve
|
|
clearly. The <a href="#both">Both</a> case is essentially the same as
|
|
the <a href="#document">Document</a> case, except that Efficient XML
|
|
manages to be faster than JAXP on two of the DataStore documents. </dd>
|
|
<dt>Sensor information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, only Fast Infoset manages
|
|
to be faster than JAXP on the Seismic document, but the performance
|
|
ratio for that is over 2. On the <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
document, candidates hover at about the same performance as JAXP, with
|
|
Fast Infoset being 20% faster. On the LocationSightings data, FXDI
|
|
emerges as the best performer, being 15 times as fast as JAXP. In the
|
|
<a href="#document">Document</a> case, the performance of the
|
|
candidates is at best the same as JAXP with gzip on the Seismic
|
|
document, only 5% of plain JAXP. The <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
document shows better performance, with Fast Infoset being 2.5 times as
|
|
fast as JAXP with gzip and 75% of the speed of plain JAXP. On
|
|
LocationSightings, Efficient XML emerges as the best performer, nearly
|
|
3 times as fast as JAXP with gzip and almost 90% of plain JAXP. </dd>
|
|
<dd>For the <a href="#schema">Schema</a> case, performance on Seismic and
|
|
<acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
is similar to the <a href="#neither">Neither</a> case, candidates being
|
|
slightly slower on Seismic and slightly faster on <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>.
|
|
For LocationSightings, both FXDI and Efficient XML manage a 15%
|
|
increase in speed. In the <a href="#both">Both</a> case, both FXDI and
|
|
Efficient XML manage a performance improvement for the Seismic
|
|
document, over 100% in the case of Efficient XML, but still this is
|
|
only 10% of the speed of plain JAXP. Similarly, both improve their
|
|
performance considerably for the LocationSightings group. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h5 id="decoding-content-density-analysis">9.1.3.4. Analysis of Decoding
|
|
Efficiency Based on the Content Density Clusters</h5>
|
|
<dl>
|
|
<dt>High Content Density</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, Xals is faster than JAXP
|
|
for all of the documents except the Seismic one, for which also the
|
|
candidates have slower performance than Xals. Fast Infoset, FXDI, and
|
|
Efficient XML all have approximately the same speed that is faster than
|
|
Xals in almost all cases. The best gain over Xals, a 4-fold
|
|
improvement, is achieved with the largest, lowest-<acronym
|
|
title="Content Density">CD</acronym> document in the GAML group.
|
|
Relative to these, Xals achieves its best performance, 20% faster, on
|
|
the largest, highest-<acronym title="Content Density">CD</acronym>
|
|
<acronym title="Scalable Vector Graphics">SVG</acronym> document. On
|
|
the Seismic document, the speed of the three candidates is 70% that of
|
|
JAXP. </dd>
|
|
<dd>In the <a href="#document">Document</a> case, the candidates again
|
|
mostly are faster than Xals with gzip. Comparing against plain JAXP,
|
|
the candidates are generally faster than it for the documents with a
|
|
lower content density. The high point is achieved with one of the
|
|
<acronym title="XML Accelerator Language">XAL</acronym> documents,
|
|
with Fast Infoset, FXDI, and Efficient XML all achieving a speed 3.5
|
|
times that of JAXP. </dd>
|
|
<dd>The <a href="#schema">Schema</a> case shows a general performance
|
|
decrease of 10-20% for both FXDI and Efficient XML with the larger
|
|
documents, compared to the <a href="#neither">Neither</a> case.
|
|
However, for the documents with lower content density, both of these
|
|
candidates improve on their performance by similar amounts. In the <a
|
|
href="#both">Both</a> case there is very little difference compared to
|
|
the <a href="#document">Document</a> case. </dd>
|
|
<dt>Low Content Density - Large Documents</dt>
|
|
<dd>Again, in the <a href="#neither">Neither</a> case, the performances
|
|
of the three candidates Fast Infoset, FXDI, and Efficient XML are close
|
|
to each other, with none of them clearly superior or inferior to the
|
|
others. Xals is approximately 1.5 to 2.5 times as fast as JAXP on most
|
|
documents. An exception to this are the two largest <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents on which
|
|
Xals is 12 and 45 times as fast as JAXP. Compared to Xals, the three
|
|
mentioned candidates have the worst performance factor of 2-3 on the
|
|
<acronym title="XML Accelerator Language">XAL</acronym> document of
|
|
this group, which also has the highest content density. The best
|
|
performance is approximately 5 times as fast as Xals, which is, among
|
|
other cases, achieved with the <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents, making the
|
|
best performance be 230 times as fast as JAXP with FXDI on the largest
|
|
<acronym title="Joint Target List Manager">JTLM</acronym> document.
|
|
</dd>
|
|
<dd>In the <a href="#document">Document</a> case the drop in performance
|
|
is approximately equal for all the candidates as well as the XML
|
|
processors, except that Efficient XML's performance drop is clearly
|
|
much larger. Apart from a few isolated cases, all candidates are still
|
|
faster than plain JAXP. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case, there is again a general
|
|
drop in performance for FXDI and Efficient XML compared to the <a
|
|
href="#neither">Neither</a> case, with FXDI's drop being somewhat
|
|
smaller of the two, and in some of the cases actually an increase.
|
|
Results in the <a href="#both">Both</a> case have a similar
|
|
correspondence with the results of the <a href="#document">Document</a>
|
|
case. </dd>
|
|
<dt>Low Content Density - Small Documents</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, Xals is between 1.5 and 2
|
|
times as fast as JAXP. Fast Infoset emerges as the generally fastest
|
|
candidate, but in most cases the differences to FXDI and Efficient XML
|
|
are small. The smallest improvement of the fastest candidate against
|
|
Xals is a factor of 2 to 2.5 for Fast Infoset or FXDI on the ASMTF
|
|
documents. The largest improvement against Xals is a 9-fold increase on
|
|
one of the <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
documents with Fast Infoset. For the <a href="#document">Document</a>
|
|
case, the decrease in performance appears to be approximately equal for
|
|
all candidates, at least among the majority of this cluster. </dd>
|
|
<dd>Compared to the <a href="#neither">Neither</a> case, the <a
|
|
href="#schema">Schema</a> case shows a 2- to 3-fold increase in
|
|
performance for Efficient XML on the half of this cluster containing
|
|
the smaller documents. A similar increase is achieved by FXDI for the
|
|
ASMTF documents. In general, this cluster shows an increase in
|
|
performance coming from schema use, instead of a decrease as did the
|
|
previous clusters. The added drop in performance in the <a
|
|
href="#both">Both</a> case is somewhat uneven, with no clear decrease
|
|
ratio discernible across the whole cluster. </dd>
|
|
<dt>Low Content Density - Tiny Documents</dt>
|
|
<dd>Xals speed in the <a href="#neither">Neither</a> case is generally
|
|
2.5 to 3 times that of JAXP. Again, the performances of Fast Infoset,
|
|
FXDI, and Efficient XML are close to each other, and ranging from 4
|
|
times as fast to 8 times as fast. The <a href="#document">Document</a>
|
|
case brings about the familiar drop in performance, but now with the
|
|
result that FXDI appears clearly slower than the other two. Performance
|
|
ratio against plain JAXP ranges between 2 and 4.5. </dd>
|
|
<dd>For the cases where a useful schema is available, the <a
|
|
href="#schema">Schema</a> case brings about a major increase in
|
|
performance. Ratios against Xals for such documents are closer to 10
|
|
for both FXDI and Efficient XML. Efficient XML, in particular, manages
|
|
to preserve this high ratio even in the <a href="#both">Both</a> case,
|
|
while the other two encounter a clearly larger drop in performance.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h5 id="decoding-use-groups-analysis">9.1.3.5. Analysis of Decoding
|
|
Efficiency Based on the Use Groups</h5>
|
|
<dl>
|
|
<dt>Scientific information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, the performances of Fast
|
|
Infoset, FXDI, and Efficient XML are very close to each other, with the
|
|
best performer being 3 to 5 times as fast as Xals, apart from some of
|
|
the GAML documents, for which the candidate performance is very close
|
|
to Xals. The <a href="#document">Document</a> case brings with it a
|
|
drop in performance of approximately 30% at best, but well over 50% for
|
|
Efficient XML on the larger half of the use group. Schema information
|
|
appears to have little effect in this use group, the performances in
|
|
the <a href="#schema">Schema</a> and <a href="#both">Both</a> cases are
|
|
nearly identical to those in the <a href="#neither">Neither</a> and <a
|
|
href="#document">Document</a> cases. </dd>
|
|
<dt>Financial information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, Fast Infoset and FXDI are
|
|
practically tied, with Efficient XML achieving almost the same
|
|
performance. This performance is consistently three times as fast as
|
|
Xals, but the ratio increases to over 5 for the smallest FixML
|
|
documents. In the <a href="#document">Document</a> case, there is again
|
|
a general drop in performance, well over 50% in most cases, but still
|
|
the best candidate is approximately twice as fast as plain JAXP and
|
|
somewhat faster than plain Xals. Again, for the FixML documents, the
|
|
performance improves, with Fast Infoset being 3.5 times as fast as
|
|
plain JAXP. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case, there is a slight
|
|
performance drop for the Invoice documents for both FXDI and Efficient
|
|
XML, with FXDI's drop being larger so that the two are approximately
|
|
equally fast. However, both <acronym
|
|
title="Financial products Markup Language">FpML</acronym> and FixML see
|
|
a clear increase in performance compared to the <a
|
|
href="#neither">Neither</a> case, with FXDI being 5 times as fast as
|
|
Xals on one <acronym
|
|
title="Financial products Markup Language">FpML</acronym> document
|
|
and 10 times as fast on one FixML document. The <a
|
|
href="#both">Both</a> case shows a normal drop in performance, with
|
|
Efficient XML's drop being larger than FXDI's. </dd>
|
|
<dt>Electronic documents</dt>
|
|
<dd>Here, in the <a href="#neither">Neither</a> case, Fast Infoset is the
|
|
best performer for the OpenOffice documents, being 4 to 5 times as fast
|
|
as Xals, and with both FXDI and Efficient XML managing to get close.
|
|
Performance on the Factbook and most of the <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> documents is worse,
|
|
with the best candidate not managing to be even 2 times as fast as
|
|
Xals, and for one <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> document Xals is the
|
|
fastest at 50% over JAXP. However, for the two smallest <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> documents, candidate
|
|
speed is again over 3 times that of Xals. The <a
|
|
href="#document">Document</a> case shows a familiar drop in
|
|
performance, with candidates mostly managing to be faster than plain
|
|
JAXP, and Efficient XML's drop being relatively smaller than that of
|
|
the other candidates. The <a href="#schema">Schema</a> and <a
|
|
href="#both">Both</a> cases do not differ from the <a
|
|
href="#neither">Neither</a> and <a href="#document">Document</a> cases.
|
|
</dd>
|
|
<dt>Web services</dt>
|
|
<dd>All of Fast Infoset, FXDI, and Efficient XML are close to each other
|
|
in the <a href="#neither">Neither</a> case, with Fast Infoset being
|
|
slightly faster for the large SOAP messages, and FXDI being clearly
|
|
faster for the <acronym
|
|
title="Web Services Description Language">WSDL</acronym> documents and
|
|
the SOAP Fault message. Performance ratio over Xals is consistently
|
|
around 3.5, apart from the SOAP Fault, for which it is nearly 2.5. The
|
|
<a href="#document">Document</a> case shows again a larger performance
|
|
drop for FXDI and Fast Infoset than for Efficient XML, making Efficient
|
|
XML the best performer in this case. Performance ratio over plain JAXP
|
|
hovers between 2 and 2.5, and therefore compared to plain Xals
|
|
Efficient XML in the <a href="#document">Document</a> case is between
|
|
20% and 30% faster. </dd>
|
|
<dd>The <a href="#schema">Schema</a> case shows performance drops between
|
|
20% and 30% for the large SOAP messages with FXDI and Efficient XML,
|
|
with FXDI's drop being generally smaller. However, for the <acronym
|
|
title="Web Services Description Language">WSDL</acronym> documents
|
|
there is nearly a 50% performance increase for Efficient XML and a
|
|
smaller one for FXDI, as well as a 40% increase for FXDI on the SOAP
|
|
Fault message. The <a href="#both">Both</a> case shows performance
|
|
differences in the same directions compared to the <a
|
|
href="#document">Document</a> case. </dd>
|
|
<dt>Military information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, JAXP does very badly on
|
|
the <acronym title="Joint Target List Manager">JTLM</acronym>
|
|
documents, especially large ones. For the largest one, Xals is 40 times
|
|
as fast as JAXP. Of the candidates, all of Fast Infoset, FXDI, and
|
|
Efficient XML perform similarly, with Fast Infoset being the fastest on
|
|
the smaller documents and <acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym> while
|
|
FXDI and Efficient XML are faster on the large <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents.
|
|
Performance ratios compared to Xals range from slightly over 2 on an
|
|
ASMTF document to 9 on one of the smaller <acronym
|
|
title="Joint Target List Manager">JTLM</acronym> documents. The <a
|
|
href="#document">Document</a> case sees a drop in performance, which
|
|
for Fast Infoset and FXDI appears to be inversely correlated with
|
|
document size while for Efficient XML the situation is the opposite.
|
|
</dd>
|
|
<dd>Compared to the <a href="#neither">Neither</a> case, there is a large
|
|
increase in candidate speed in the <a href="#schema">Schema</a> case,
|
|
particularly on the ASMTF documents where Efficient XML is well over 2
|
|
times as fast as in the <a href="#neither">Neither</a> case, and FXDI
|
|
manages to be 2 times as fast as well in some cases. Mostly, the speeds
|
|
of FXDI and Efficient XML in the <a href="#schema">Schema</a> case are
|
|
equal. The effect in the <a href="#both">Both</a> case is similar to
|
|
the <a href="#document">Document</a> case: FXDI's performance loss is
|
|
smaller than Efficient XML's on the larger documents while for the
|
|
smallest documents the situation is reversed. </dd>
|
|
<dt>Broadcast metadata</dt>
|
|
<dd>Here again the speeds of Fast Infoset, FXDI, and Efficient XML are
|
|
similar to each other, with FXDI being perhaps the fastest overall, and
|
|
4 to 6 times as fast as Xals. In the <a href="#document">Document</a>
|
|
case, Efficient XML is clearly the fastest, being roughly 25% to 50%
|
|
faster than plain Xals. In the <a href="#schema">Schema</a> case, FXDI
|
|
emerges again as the best performer, now at best over 10 times as fast
|
|
as Xals. The <a href="#both">Both</a> case sees a similar reversal of
|
|
roles as the <a href="#document">Document</a> case, with Efficient XML
|
|
being the fastest, over 3 times as fast as plain Xals. </dd>
|
|
<dt>Data storage</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, the two DataStore
|
|
documents with binary data show candidate performance at their worst,
|
|
with the fastest, Fast Infoset, only being 60% to 100% faster than
|
|
Xals. With the other documents, Fast Infoset is still the fastest, but
|
|
now from 4 to 8 times as fast as Xals. In the <a
|
|
href="#document">Document</a> case, for one of the two mentioned
|
|
DataStore documents the best performance is equal to plain JAXP, but
|
|
for the other Efficient XML manages to beat both plain JAXP and plain
|
|
Xals. Generally, the performance drop compared to the <a
|
|
href="#neither">Neither</a> case is around 50% for the larger files and
|
|
70% to 80% for the smaller files. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case, the performance of the
|
|
candidates is mostly the same as in the <a href="#neither">Neither</a>
|
|
case. The only difference is that the performance improves
|
|
significantly for the smaller documents, with FXDI and Efficient XML
|
|
being nearly 80% faster on the smallest document. The <a
|
|
href="#both">Both</a> case is naturally very similar to the <a
|
|
href="#document">Document</a> case. </dd>
|
|
<dt>Sensor information</dt>
|
|
<dd>In the <a href="#neither">Neither</a> case, none of the candidates
|
|
are faster than either Xals or JAXP on the Seismic document. For the
|
|
<acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
document, Fast Infoset is approximately 4.5 times as fast as Xals, with
|
|
FXDI and Efficient XML being a bit over 3 times as fast. For
|
|
LocationSightings, Xals is 3 times as fast as JAXP, while these three
|
|
candidates are approximately 7 times as fast as Xals. The <a
|
|
href="#document">Document</a> case hurts Efficient XML's performance
|
|
most on <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>,
|
|
making it only as fast as JAXP, but for LocationSightings it, as well
|
|
as Fast Infoset, is still 50% faster than plain Xals. On the <acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>
|
|
document, both FXDI and Fast Infoset are roughly 3 times as fast as
|
|
plain Xals. </dd>
|
|
<dd>In the <a href="#schema">Schema</a> case, FXDI is slightly faster
|
|
than in the <a href="#neither">Neither</a> case across the use group.
|
|
Efficient XML sees a much larger performance increase in the
|
|
LocationSightings group, making it 10 times as fast as Xals and the
|
|
fastest candidate. The <a href="#both">Both</a> case shows a mostly
|
|
typical performance drop compared to the <a href="#schema">Schema</a>
|
|
case. For the LocationSightings group, Efficient XML is still nearly 4
|
|
times as fast as plain Xals. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<h4 id="Ax-details-native">9.1.4. Native Candidates Processing Efficiency
|
|
Analysis Details</h4>
|
|
|
|
<p>As the baseline for comparisons for the C-based candidates is different,
|
|
they also need to be considered separately for processing efficiency. In this
|
|
case, the detailed analysis consists only of the summary graphs and tables,
|
|
and does not include a textual analysis of individual measurements. </p>
|
|
|
|
<div class="section">
|
|
<h5 id="Ax-details-native-summary">9.1.4.1. Tabular and Graphical
|
|
Representation of Results</h5>
|
|
|
|
<p>See <a href="#Ax-details-explain-graph">Graphical Representation</a> on
|
|
how to interpret these graphs. </p>
|
|
|
|
<p>The graphs show a lot of variation across the test suite, especially for
|
|
ASN.1 BER. Performance of PER+FI in the Neither class does not appear to be
|
|
clearly better than libxml2's apart from some isolated cases, which is more
|
|
evident in the Document class when compared to libxml2 with gzip. </p>
|
|
|
|
<p>The performance of ASN.1 BER has huge variation in performance, with
|
|
measured ratios ranging between 0.01 and 100000. The shape of the graph is
|
|
also not correlated with that of ASN.1 PER, indicating clearly a different
|
|
form of the implementation. Considering the variation shown, it is not likely
|
|
that the measurements are fully mature, but no explanation has been offered,
|
|
and it was felt to be better to include these results in this summary form.
|
|
</p>
|
|
|
|
<p>In contrast to the Neither and Document classes, the performances of ASN.1
|
|
PER and PER+FI are clearly better than libxml2 in the Schema and Both
|
|
classes. The ratio is not constant, but appears to range between 1 and 10,
|
|
with occasional peaks as high as 100. In only a few isolated cases does the
|
|
performance of these two drop below the baseline. Even in the Both class,
|
|
with included document analysis, the performance is mostly better than
|
|
uncompressed libxml2. </p>
|
|
|
|
<p><img src="summary-processing-encoding-native-neither.png" width="907"
|
|
height="621" alt="Native encoding (memory) summary: Neither class"
|
|
title="Native encoding (memory) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-native-document.png" width="907"
|
|
height="621" alt="Native encoding (memory) summary: Document class"
|
|
title="Native encoding (memory) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-native-schema.png" width="907"
|
|
height="621" alt="Native encoding (memory) summary: Schema class"
|
|
title="Native encoding (memory) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-native-both.png" width="907"
|
|
height="621" alt="Native encoding (memory) summary: Both class"
|
|
title="Native encoding (memory) summary: Both class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-native-neither.png" width="907"
|
|
height="621" alt="Native decoding (memory) summary: Neither class"
|
|
title="Native decoding (memory) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-native-document.png" width="907"
|
|
height="621" alt="Native decoding (memory) summary: Document class"
|
|
title="Native decoding (memory) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-native-schema.png" width="907"
|
|
height="621" alt="Native decoding (memory) summary: Schema class"
|
|
title="Native decoding (memory) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-native-both.png" width="907"
|
|
height="621" alt="Native decoding (memory) summary: Both class"
|
|
title="Native decoding (memory) summary: Both class" /> </p>
|
|
</div>
|
|
|
|
<p>See <a href="#Ax-details-explain-table">Tabular Representation</a> on how
|
|
to interpret the following tables. </p>
|
|
|
|
<p>As can be seen from the graphs above, the performance of BER varies highly
|
|
depending on the document. Such variation was observed in all of the
|
|
individual use groups and CD clusters. Therefore the main assumption for
|
|
estimating the performance ratios is not valid and the tables below report
|
|
only on PER and PER+FI. </p>
|
|
|
|
<p>The performance of PER would appear to be significantly better than the
|
|
baseline in many cases. We may also discount somewhat the performance in the
|
|
CD clusters as the large number of documents there might invalidate the
|
|
assumptions of the model, considering the variation evident in the graphs
|
|
above. Also, as noted above, the poor performance in the Sensor use group may
|
|
not be significant, as that use group is of lower quality than the other. </p>
|
|
|
|
<p>One thing that we can also note is the overall poorer performance of
|
|
PER+FI compared to PER and the baseline. As the poor performance manifests
|
|
itself consistently in the Neither and Document classes, and somewhat in the
|
|
other classes when schema quality is poor, it would appear that switching to
|
|
Fast Infoset in PER+FI has a noticeable cost. </p>
|
|
|
|
<p>The results in the Web services use group are explained by noticing that
|
|
the group consists of two test groups: Google and WSDL. Both of these groups
|
|
individually show consistent performance for PER, but with largely different
|
|
performance ratios. As the Google documents include both smaller and larger
|
|
ones, with the WSDL ones in the middle, this creates a peak or a trough in
|
|
performance at the WSDL documents, making linear regression produce a high
|
|
variance. </p>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="4" style="text-align: center">Native Encoding (memory)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>PER</th>
|
|
<th>PER+FI</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.11, 0.18 ]</td>
|
|
<td style="white-space: nowrap">[ 0.27, 0.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.12, 2.02 ]</td>
|
|
<td style="white-space: nowrap">[ 1.26, 1.36 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.11, 0.17 ]</td>
|
|
<td style="white-space: nowrap">[ 0.28, 0.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.26, 2.93 ]</td>
|
|
<td style="white-space: nowrap">[ 2.10, 2.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.11, 1.28 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.30 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.28, 2.95 ]</td>
|
|
<td style="white-space: nowrap">[ 2.24, 2.76 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.17, 2.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 2.44 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.81, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.54, 1.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.89, 2.62 ]</td>
|
|
<td style="white-space: nowrap">[ 1.30, 1.78 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.65, 0.79 ]</td>
|
|
<td style="white-space: nowrap">[ 0.56, 0.71 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.40, 0.60 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 0.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td></td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.59, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 1.13 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.58, 0.93 ]</td>
|
|
<td style="white-space: nowrap">[ 0.54, 1.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.61, 3.71 ]</td>
|
|
<td style="white-space: nowrap">[ 1.93, 1.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.74, 1.28 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.33, 1.38 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 1.37 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.67, 0.69 ]</td>
|
|
<td style="white-space: nowrap">[ 0.75, 0.76 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.38, 1.42 ]</td>
|
|
<td style="white-space: nowrap">[ 1.38, 1.39 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.62, 2.29 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 2.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.55, 1.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 1.47 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.64, 2.37 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 2.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.48, 2.95 ]</td>
|
|
<td style="white-space: nowrap">[ 2.22, 2.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.15, 1.26 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.49, 2.96 ]</td>
|
|
<td style="white-space: nowrap">[ 2.39, 2.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.12, 0.17 ]</td>
|
|
<td style="white-space: nowrap">[ 0.29, 0.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 1.25, 1.43 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.12, 0.16 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 0.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.28, 2.52 ]</td>
|
|
<td style="white-space: nowrap">[ 2.20, 2.38 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.66, 0.68 ]</td>
|
|
<td style="white-space: nowrap">[ 0.71, 0.73 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.21, 2.43 ]</td>
|
|
<td style="white-space: nowrap">[ 2.01, 2.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -13.47, 5.70 ]</td>
|
|
<td style="white-space: nowrap">[ 4.45, 6.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.89, 1.23 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.48, 1.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.48, 1.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 1.44 ]</td>
|
|
<td style="white-space: nowrap">[ 0.81, 1.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.15, 1.23 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.76, 1.31 ]</td>
|
|
<td style="white-space: nowrap">[ 0.81, 1.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>PER</th>
|
|
<th>PER+FI</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="4" style="text-align: center">Native Decoding (memory)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>PER</th>
|
|
<th>PER+FI</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.11, 0.18 ]</td>
|
|
<td style="white-space: nowrap">[ 0.27, 0.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.10, 2.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.27, 1.35 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.12, 0.18 ]</td>
|
|
<td style="white-space: nowrap">[ 0.27, 0.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.23, 2.87 ]</td>
|
|
<td style="white-space: nowrap">[ 2.21, 2.74 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.06, 1.21 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.31 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.13, 2.74 ]</td>
|
|
<td style="white-space: nowrap">[ 2.21, 2.69 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.02, 2.16 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 2.48 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 1.10 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.25 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.39, 1.58 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.93, 2.42 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 1.84 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.65, 0.79 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 0.71 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.39, 0.60 ]</td>
|
|
<td style="white-space: nowrap">[ 0.36, 0.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td></td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.58, 0.96 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 1.14 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.58, 0.93 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.23, 3.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.94, 1.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.00 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.19 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.36 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.34, 1.39 ]</td>
|
|
<td style="white-space: nowrap">[ 1.35, 1.36 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.65, 0.67 ]</td>
|
|
<td style="white-space: nowrap">[ 0.76, 0.77 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.26, 1.35 ]</td>
|
|
<td style="white-space: nowrap">[ 1.39, 1.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 2.35 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 2.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.59, 1.41 ]</td>
|
|
<td style="white-space: nowrap">[ 0.72, 1.54 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.71, 2.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 2.39 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.43, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 2.34, 2.76 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.10, 1.19 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.31 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.30, 2.76 ]</td>
|
|
<td style="white-space: nowrap">[ 2.34, 2.69 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.13, 0.17 ]</td>
|
|
<td style="white-space: nowrap">[ 0.29, 0.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.81, 2.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.25, 1.42 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.13, 0.17 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 0.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.20, 2.40 ]</td>
|
|
<td style="white-space: nowrap">[ 2.20, 2.36 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.64, 0.66 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 0.76 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.34 ]</td>
|
|
<td style="white-space: nowrap">[ 2.21, 2.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -13.78, 5.77 ]</td>
|
|
<td style="white-space: nowrap">[ 4.54, 6.83 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.88, 1.26 ]</td>
|
|
<td style="white-space: nowrap">[ 1.03, 1.38 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.51, 1.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 1.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.80, 1.39 ]</td>
|
|
<td style="white-space: nowrap">[ 0.78, 1.30 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.10, 1.17 ]</td>
|
|
<td style="white-space: nowrap">[ 1.17, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 1.36 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>PER</th>
|
|
<th>PER+FI</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<!-- /div -->
|
|
|
|
<h4 id="Ax-details-network">9.1.5. Network Processing Efficiency Analysis
|
|
Details</h4>
|
|
|
|
<p>Processing efficiency of a real system is never solely determined by a
|
|
single component. Therefore we also present measurements of the Java-based
|
|
candidates over three different network links between two computers: a
|
|
100-Mbps Ethernet link, a 54-Mbps WLAN link, and a 11-Mbps WLAN link. In this
|
|
case, the detailed analysis consists only of the summary graphs and tables,
|
|
and does not include a textual analysis of individual measurements. </p>
|
|
|
|
<p>Note that the absolute values of these measurements are not directly
|
|
comparable to those above, since these measurements were run on a different
|
|
platform. </p>
|
|
|
|
<p>The processing efficiency results over a real network bear a much closer
|
|
resemblance to the compaction results than to the processing efficiency
|
|
results in memory or over the loopback interface. The main reason for this is
|
|
that all candidates are sufficiently efficient that, when running over a
|
|
network, even one as fast as 100 Mbps, the system bottleneck moves from the
|
|
processor to the network. Therefore the processing efficiency measurement
|
|
will also be proportional to the size of the data instead of the used CPU
|
|
time. </p>
|
|
|
|
<div class="section">
|
|
<h5 id="Ax-details-network-summary">9.1.5.1. Tabular and Graphical
|
|
Representation of Results</h5>
|
|
|
|
<p>See <a href="#Ax-details-explain-graph">Graphical Representation</a> on
|
|
how to interpret these graphs. </p>
|
|
|
|
<p>Comparing these graphs to the Compaction graphs above, we can see a clear
|
|
symmetry. Note that in the Compaction graphs, a value at the right below the
|
|
baseline is converted into a value at the left above the baseline, due to the
|
|
use of transactions per second as the measurement in these graphs. In
|
|
particular, there are very few observable differences in the graphs for
|
|
encoding and decoding, and it is especially notable that JAXP is faster with
|
|
compression than without for the larger documents. </p>
|
|
|
|
<p>As the network becomes slower, the cutoff point where the graphs stop
|
|
resembling the compactness graphs moves further to the right. In addition,
|
|
for candidates such as esXML or documents such as the JTLM ones, Processing
|
|
Efficiency over the loopback interface shows sufficiently large differences
|
|
in some cases to be manifest on the 100 Mbps network. Even these large
|
|
differences even out when the network slows down sufficiently. </p>
|
|
|
|
<p>Of particular interest is the behavior of Xals. In the Neither case it
|
|
clearly seen how the network is the main bottleneck for a large number of
|
|
documents. On 100 Mbps and 54 Mbps the cutoff point is at approximately 2000
|
|
transactions per second, whereas over the 11 Mbps network Xals never exceeds
|
|
JAXP performance markedly, and in fact appears to perform slightly worse in
|
|
general. </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-100mbps-neither.png"
|
|
width="907" height="621" alt="Java encoding (100mbps) summary: Neither class"
|
|
title="Java encoding (100mbps) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-100mbps-document.png"
|
|
width="907" height="621"
|
|
alt="Java encoding (100mbps) summary: Document class"
|
|
title="Java encoding (100mbps) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-100mbps-schema.png"
|
|
width="907" height="621" alt="Java encoding (100mbps) summary: Schema class"
|
|
title="Java encoding (100mbps) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-100mbps-both.png"
|
|
width="907" height="621" alt="Java encoding (100mbps) summary: Both class"
|
|
title="Java encoding (100mbps) summary: Both class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-100mbps-neither.png"
|
|
width="907" height="621" alt="Java decoding (100mbps) summary: Neither class"
|
|
title="Java decoding (100mbps) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-100mbps-document.png"
|
|
width="907" height="621"
|
|
alt="Java decoding (100mbps) summary: Document class"
|
|
title="Java decoding (100mbps) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-100mbps-schema.png"
|
|
width="907" height="621" alt="Java decoding (100mbps) summary: Schema class"
|
|
title="Java decoding (100mbps) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-100mbps-both.png"
|
|
width="907" height="621" alt="Java decoding (100mbps) summary: Both class"
|
|
title="Java decoding (100mbps) summary: Both class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-54mbps-neither.png"
|
|
width="907" height="621" alt="Java encoding (54mbps) summary: Neither class"
|
|
title="Java encoding (54mbps) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-54mbps-document.png"
|
|
width="907" height="621" alt="Java encoding (54mbps) summary: Document class"
|
|
title="Java encoding (54mbps) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-54mbps-schema.png"
|
|
width="907" height="621" alt="Java encoding (54mbps) summary: Schema class"
|
|
title="Java encoding (54mbps) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-54mbps-both.png" width="907"
|
|
height="621" alt="Java encoding (54mbps) summary: Both class"
|
|
title="Java encoding (54mbps) summary: Both class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-54mbps-neither.png"
|
|
width="907" height="621" alt="Java decoding (54mbps) summary: Neither class"
|
|
title="Java decoding (54mbps) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-54mbps-document.png"
|
|
width="907" height="621" alt="Java decoding (54mbps) summary: Document class"
|
|
title="Java decoding (54mbps) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-54mbps-schema.png"
|
|
width="907" height="621" alt="Java decoding (54mbps) summary: Schema class"
|
|
title="Java decoding (54mbps) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-54mbps-both.png" width="907"
|
|
height="621" alt="Java decoding (54mbps) summary: Both class"
|
|
title="Java decoding (54mbps) summary: Both class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-11mbps-neither.png"
|
|
width="907" height="621" alt="Java encoding (11mbps) summary: Neither class"
|
|
title="Java encoding (11mbps) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-11mbps-document.png"
|
|
width="907" height="621" alt="Java encoding (11mbps) summary: Document class"
|
|
title="Java encoding (11mbps) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-11mbps-schema.png"
|
|
width="907" height="621" alt="Java encoding (11mbps) summary: Schema class"
|
|
title="Java encoding (11mbps) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-encoding-network-11mbps-both.png" width="907"
|
|
height="621" alt="Java encoding (11mbps) summary: Both class"
|
|
title="Java encoding (11mbps) summary: Both class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-11mbps-neither.png"
|
|
width="907" height="621" alt="Java decoding (11mbps) summary: Neither class"
|
|
title="Java decoding (11mbps) summary: Neither class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-11mbps-document.png"
|
|
width="907" height="621" alt="Java decoding (11mbps) summary: Document class"
|
|
title="Java decoding (11mbps) summary: Document class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-11mbps-schema.png"
|
|
width="907" height="621" alt="Java decoding (11mbps) summary: Schema class"
|
|
title="Java decoding (11mbps) summary: Schema class" /> </p>
|
|
|
|
<p><img src="summary-processing-decoding-network-11mbps-both.png" width="907"
|
|
height="621" alt="Java decoding (11mbps) summary: Both class"
|
|
title="Java decoding (11mbps) summary: Both class" /> </p>
|
|
|
|
<p>See <a href="#Ax-details-explain-table">Tabular Representation</a> on how
|
|
to interpret the following tables. </p>
|
|
|
|
<p>The tables mostly confirm the observation from the graphs above: there is
|
|
a close resemblance to the Compactness numbers and practically none to the
|
|
loopback Processing Efficiency numbers, especially on the slower networks.
|
|
</p>
|
|
|
|
<p>However, we can still see some effect of Processing Efficiency in these
|
|
numbers, in particular over the faster networks when a group includes small
|
|
documents in abundance. The time it takes for a processor to process a
|
|
document contains a constant processor-dependent component that consists of
|
|
required initialization and a data-dependent component that consists of both
|
|
the actual encoding or decoding efficiency as well as the time required to
|
|
move the data between the processor and the data source or sink. </p>
|
|
|
|
<p>In the case of a small document over a faster network, the speed of
|
|
the data source or sink does
|
|
not matter as much, as the constant overhead of the processor is going to be
|
|
a large factor in the overall processing time. In contrast, when the document
|
|
size grows or network slows down, the initialization component is
|
|
dwarfed, and if the data source
|
|
or sink is slow enough, the processing will not be CPU-bound, thus making
|
|
data transfer speed the major component of the processing time. Due to the
|
|
speeds of the networks, this effect shows most clearly on the 100 Mbps
|
|
network, as on the slower networks the document transfer time manages to
|
|
dominate even for the smallest documents. </p>
|
|
|
|
<p>Of particular interest across these measurements are the Document and Both
|
|
classes. In the Neither and Schema classes the results are practically the
|
|
same in all cases, but when document analysis is enabled, the much smaller
|
|
sizes of the documents demonstrate the effect of the changing network speed.
|
|
Namely, on the fastest network these results still reflect mostly Processing
|
|
Efficiency and not Compactness, whereas on the slower networks the effect of
|
|
the network again dwarfs the effect of processor speed, even for the much
|
|
smaller document sizes. </p>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="7" style="text-align: center">Java Encoding (100Mbps)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 0.66 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 0.65 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.85, 1.92 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.91, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.96, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.82, 2.48 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 0.32 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 0.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.31, 0.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.24, 3.04 ]</td>
|
|
<td style="white-space: nowrap">[ 1.44, 2.28 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.22, 3.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.45, 2.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.60, 3.66 ]</td>
|
|
<td style="white-space: nowrap">[ 3.50, 5.78 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.59, 3.86 ]</td>
|
|
<td style="white-space: nowrap">[ 3.55, 5.96 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.42, 3.39 ]</td>
|
|
<td style="white-space: nowrap">[ 3.61, 5.42 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.29, 3.24 ]</td>
|
|
<td style="white-space: nowrap">[ 3.14, 5.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.32, 6.05 ]</td>
|
|
<td style="white-space: nowrap">[ 3.64, 5.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.32, 6.03 ]</td>
|
|
<td style="white-space: nowrap">[ 3.49, 5.88 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.94, 2.95 ]</td>
|
|
<td style="white-space: nowrap">[ 1.34, 2.12 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.49, 3.47 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 2.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.01, 3.67 ]</td>
|
|
<td style="white-space: nowrap">[ 3.84, 5.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.43, 4.84 ]</td>
|
|
<td style="white-space: nowrap">[ 3.28, 5.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.21, 4.69 ]</td>
|
|
<td style="white-space: nowrap">[ 3.31, 5.28 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.10, 4.40 ]</td>
|
|
<td style="white-space: nowrap">[ 3.18, 5.31 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.16, 6.57 ]</td>
|
|
<td style="white-space: nowrap">[ 3.39, 4.59 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.07, 6.70 ]</td>
|
|
<td style="white-space: nowrap">[ 3.37, 4.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.70 ]</td>
|
|
<td style="white-space: nowrap">[ 1.41, 1.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.70 ]</td>
|
|
<td style="white-space: nowrap">[ 1.41, 1.90 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.20, 1.77 ]</td>
|
|
<td style="white-space: nowrap">[ 0.49, 2.62 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.42, 2.11 ]</td>
|
|
<td style="white-space: nowrap">[ -0.53, 1.31 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 2.18 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 5.66 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 2.02 ]</td>
|
|
<td style="white-space: nowrap">[ 3.12, 4.52 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.23, 2.77 ]</td>
|
|
<td style="white-space: nowrap">[ 0.96, 4.41 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.98, 2.42 ]</td>
|
|
<td style="white-space: nowrap">[ 3.08, 5.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 3.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 6.08 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.87, 2.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.81, 4.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.03, 2.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.44, 2.44 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.73, 1.66 ]</td>
|
|
<td style="white-space: nowrap">[ -0.46, 1.11 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.44, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.20, 1.39 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.06, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ -0.54, 1.26 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.26, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.44, 2.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.03, 1.00 ]</td>
|
|
<td style="white-space: nowrap">[ -0.14, 2.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.17, 1.13 ]</td>
|
|
<td style="white-space: nowrap">[ -0.41, 1.95 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.06, 0.96 ]</td>
|
|
<td style="white-space: nowrap">[ 0.15, 1.52 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.15, 1.27 ]</td>
|
|
<td style="white-space: nowrap">[ 1.60, 3.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.01, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.23, 2.22 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.36, 0.89 ]</td>
|
|
<td style="white-space: nowrap">[ 0.34, 1.12 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.23, 0.74 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.69 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 2.35 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 1.90 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.36, 2.36 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 1.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.64, 2.16 ]</td>
|
|
<td style="white-space: nowrap">[ 2.02, 4.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 2.51 ]</td>
|
|
<td style="white-space: nowrap">[ 1.85, 4.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.64, 4.37 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.47, 2.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.60, 4.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 2.91 ]</td>
|
|
<td style="white-space: nowrap">[ 1.82, 3.28 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.85 ]</td>
|
|
<td style="white-space: nowrap">[ 1.83, 3.23 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.36, 0.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.25, 0.43 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.36, 0.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.26, 0.44 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.64, 1.65 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.15 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.08, 2.09 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.12, 3.14 ]</td>
|
|
<td style="white-space: nowrap">[ 3.54, 3.56 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.93, 3.16 ]</td>
|
|
<td style="white-space: nowrap">[ 1.72, 1.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.65, 2.72 ]</td>
|
|
<td style="white-space: nowrap">[ 2.43, 2.56 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.47, 2.62 ]</td>
|
|
<td style="white-space: nowrap">[ 2.42, 2.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.04, 4.07 ]</td>
|
|
<td style="white-space: nowrap">[ 2.51, 2.63 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.34, 4.41 ]</td>
|
|
<td style="white-space: nowrap">[ 2.51, 2.63 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 0.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 0.86 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.85, 5.52 ]</td>
|
|
<td style="white-space: nowrap">[ -1.37, 4.90 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -1.02, 6.57 ]</td>
|
|
<td style="white-space: nowrap">[ -1.36, 4.92 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -1.37, 8.06 ]</td>
|
|
<td style="white-space: nowrap">[ -3.07, 10.36 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.05, 10.90 ]</td>
|
|
<td style="white-space: nowrap">[ -3.49, 11.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.39, 8.90 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 10.34 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -1.53, 7.31 ]</td>
|
|
<td style="white-space: nowrap">[ -2.97, 8.24 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.31, 11.29 ]</td>
|
|
<td style="white-space: nowrap">[ -1.82, 7.08 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -2.39, 12.71 ]</td>
|
|
<td style="white-space: nowrap">[ -1.69, 6.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.18, 0.68 ]</td>
|
|
<td style="white-space: nowrap">[ -0.24, 0.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ -0.18, 0.68 ]</td>
|
|
<td style="white-space: nowrap">[ -0.25, 0.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.39, 3.00 ]</td>
|
|
<td style="white-space: nowrap">[ 1.76, 2.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.34, 3.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.77, 2.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.74, 3.64 ]</td>
|
|
<td style="white-space: nowrap">[ 4.26, 5.53 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.69, 3.89 ]</td>
|
|
<td style="white-space: nowrap">[ 4.30, 5.71 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.50, 3.39 ]</td>
|
|
<td style="white-space: nowrap">[ 4.08, 5.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.42, 3.24 ]</td>
|
|
<td style="white-space: nowrap">[ 3.94, 4.82 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.40, 6.10 ]</td>
|
|
<td style="white-space: nowrap">[ 4.79, 5.65 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.41, 6.08 ]</td>
|
|
<td style="white-space: nowrap">[ 4.74, 5.69 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 0.66 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 0.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 0.65 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.86, 1.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.96, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.31, 2.44 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 0.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 0.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.32, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 1.56 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.62, 2.88 ]</td>
|
|
<td style="white-space: nowrap">[ 1.33, 1.51 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.95, 3.87 ]</td>
|
|
<td style="white-space: nowrap">[ 3.72, 4.36 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.94, 5.20 ]</td>
|
|
<td style="white-space: nowrap">[ 3.73, 4.85 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.19, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 4.56, 6.24 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.16, 4.46 ]</td>
|
|
<td style="white-space: nowrap">[ 4.57, 6.26 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.36, 8.52 ]</td>
|
|
<td style="white-space: nowrap">[ 1.48, 1.57 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.31, 9.38 ]</td>
|
|
<td style="white-space: nowrap">[ 1.70, 1.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.90, 0.96 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.69 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.87, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.64, 0.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.52, 2.21 ]</td>
|
|
<td style="white-space: nowrap">[ 1.30, 1.58 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 2.46 ]</td>
|
|
<td style="white-space: nowrap">[ 1.39, 1.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.57, 2.75 ]</td>
|
|
<td style="white-space: nowrap">[ 3.59, 4.16 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.39, 3.03 ]</td>
|
|
<td style="white-space: nowrap">[ 3.26, 3.86 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.91, 3.47 ]</td>
|
|
<td style="white-space: nowrap">[ 3.52, 4.41 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.73, 3.51 ]</td>
|
|
<td style="white-space: nowrap">[ 3.52, 4.64 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.79, 3.84 ]</td>
|
|
<td style="white-space: nowrap">[ 3.20, 3.46 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.01, 3.35 ]</td>
|
|
<td style="white-space: nowrap">[ 2.43, 3.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.30, 1.77 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 1.43 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.10, 1.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.45 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.10, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ 1.49, 1.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.08, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ 1.49, 1.92 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.28, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 2.85, 4.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.87, 3.51 ]</td>
|
|
<td style="white-space: nowrap">[ 2.95, 4.19 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.20, 2.77 ]</td>
|
|
<td style="white-space: nowrap">[ 2.94, 3.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.13, 2.68 ]</td>
|
|
<td style="white-space: nowrap">[ 2.76, 3.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 3.58 ]</td>
|
|
<td style="white-space: nowrap">[ 2.89, 4.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.27, 5.22 ]</td>
|
|
<td style="white-space: nowrap">[ 2.92, 4.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.08, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.09, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.05, 0.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="7" style="text-align: center">Java Decoding (100Mbps)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 0.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 0.64 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.85, 1.91 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.91, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.22, 2.43 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 0.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.29, 0.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.42, 2.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.42, 2.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.82, 3.58 ]</td>
|
|
<td style="white-space: nowrap">[ 2.09, 2.57 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.81, 3.81 ]</td>
|
|
<td style="white-space: nowrap">[ 2.07, 2.64 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.57, 3.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.89, 2.37 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.53, 3.21 ]</td>
|
|
<td style="white-space: nowrap">[ 1.81, 2.22 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.72, 5.92 ]</td>
|
|
<td style="white-space: nowrap">[ 2.17, 2.58 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.72, 5.90 ]</td>
|
|
<td style="white-space: nowrap">[ 2.12, 2.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 3.48 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.36 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.52, 3.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 1.37 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.03, 3.68 ]</td>
|
|
<td style="white-space: nowrap">[ 2.25, 3.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.36, 4.79 ]</td>
|
|
<td style="white-space: nowrap">[ 1.95, 3.19 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.24, 4.71 ]</td>
|
|
<td style="white-space: nowrap">[ 1.91, 3.32 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.00, 4.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.89, 3.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.20, 6.61 ]</td>
|
|
<td style="white-space: nowrap">[ 2.19, 2.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.26, 6.79 ]</td>
|
|
<td style="white-space: nowrap">[ 2.21, 2.65 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.13, 2.65 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.12, 2.66 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.23 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.65, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.34, 0.78 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.54, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.45, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.74, 1.10 ]</td>
|
|
<td style="white-space: nowrap">[ 0.51, 1.24 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.35, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.64, 1.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.01, 1.38 ]</td>
|
|
<td style="white-space: nowrap">[ -0.35, 0.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.52, 1.29 ]</td>
|
|
<td style="white-space: nowrap">[ 0.53, 2.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.15, 1.75 ]</td>
|
|
<td style="white-space: nowrap">[ 1.62, 2.34 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.53, 1.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.52, 1.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.76, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.46, 0.74 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.67, 0.86 ]</td>
|
|
<td style="white-space: nowrap">[ 0.76, 0.86 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.20, 0.86 ]</td>
|
|
<td style="white-space: nowrap">[ -0.25, 0.65 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.10, 0.79 ]</td>
|
|
<td style="white-space: nowrap">[ 0.13, 0.83 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.24, 0.85 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 1.50 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.01, 0.85 ]</td>
|
|
<td style="white-space: nowrap">[ -0.04, 1.59 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.15, 0.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.24, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.04, 0.81 ]</td>
|
|
<td style="white-space: nowrap">[ -0.03, 1.62 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.12, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.32, 2.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.04, 0.87 ]</td>
|
|
<td style="white-space: nowrap">[ 0.01, 1.67 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.25, 0.77 ]</td>
|
|
<td style="white-space: nowrap">[ -0.10, 0.73 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.24, 0.73 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 0.85 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.34, 2.39 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 1.53 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 2.35 ]</td>
|
|
<td style="white-space: nowrap">[ 0.64, 1.50 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.64, 2.15 ]</td>
|
|
<td style="white-space: nowrap">[ 1.51, 3.20 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.46, 2.51 ]</td>
|
|
<td style="white-space: nowrap">[ 1.45, 3.27 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.48 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 3.45 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.47, 2.48 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 3.45 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 2.90 ]</td>
|
|
<td style="white-space: nowrap">[ 1.42, 2.60 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.47, 2.84 ]</td>
|
|
<td style="white-space: nowrap">[ 1.42, 2.60 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.36, 0.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.21, 0.35 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.36, 0.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.21, 0.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.03, 2.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 0.75 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.15 ]</td>
|
|
<td style="white-space: nowrap">[ 0.72, 0.73 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.12, 3.14 ]</td>
|
|
<td style="white-space: nowrap">[ 2.19, 2.22 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.71, 2.98 ]</td>
|
|
<td style="white-space: nowrap">[ 1.18, 1.31 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.61, 2.71 ]</td>
|
|
<td style="white-space: nowrap">[ 1.54, 1.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.55, 2.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.52, 1.61 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.05, 4.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.57, 1.66 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.36, 4.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.61, 1.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.51, 0.55 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.50, 0.54 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.38, 2.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.44, 2.74 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.12, 3.55 ]</td>
|
|
<td style="white-space: nowrap">[ 2.01, 2.31 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.17, 4.83 ]</td>
|
|
<td style="white-space: nowrap">[ 2.15, 2.52 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.08, 3.62 ]</td>
|
|
<td style="white-space: nowrap">[ 1.53, 2.08 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.81, 3.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.60, 1.96 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.33, 5.13 ]</td>
|
|
<td style="white-space: nowrap">[ 1.30, 1.46 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.85, 5.58 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 1.37 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.26, 0.32 ]</td>
|
|
<td style="white-space: nowrap">[ 0.13, 0.16 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.25, 0.32 ]</td>
|
|
<td style="white-space: nowrap">[ 0.13, 0.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.36, 3.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.36, 3.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.74, 3.64 ]</td>
|
|
<td style="white-space: nowrap">[ 2.06, 2.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.71, 3.89 ]</td>
|
|
<td style="white-space: nowrap">[ 2.03, 2.70 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.49, 3.39 ]</td>
|
|
<td style="white-space: nowrap">[ 1.89, 2.42 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 3.28 ]</td>
|
|
<td style="white-space: nowrap">[ 1.82, 2.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.40, 6.11 ]</td>
|
|
<td style="white-space: nowrap">[ 2.34, 2.62 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.61, 6.03 ]</td>
|
|
<td style="white-space: nowrap">[ 2.33, 2.62 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.07, 0.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 0.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.00 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 0.64 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.85, 1.93 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.30, 2.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.50, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.31, 0.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.31, 0.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.67, 2.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.24 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.68, 2.95 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.19 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.96, 3.87 ]</td>
|
|
<td style="white-space: nowrap">[ 2.97, 3.44 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.93, 5.15 ]</td>
|
|
<td style="white-space: nowrap">[ 3.03, 3.92 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.19, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 3.64, 4.94 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.17, 4.47 ]</td>
|
|
<td style="white-space: nowrap">[ 3.64, 4.91 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.37, 8.51 ]</td>
|
|
<td style="white-space: nowrap">[ 1.33, 1.38 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.33, 9.43 ]</td>
|
|
<td style="white-space: nowrap">[ 1.38, 1.42 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.90, 0.96 ]</td>
|
|
<td style="white-space: nowrap">[ 0.55, 0.56 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.88, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.53, 0.54 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.65, 2.54 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 2.89 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 1.22 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 3.01 ]</td>
|
|
<td style="white-space: nowrap">[ 2.01, 2.73 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.55, 3.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.83, 2.69 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.99, 3.79 ]</td>
|
|
<td style="white-space: nowrap">[ 2.23, 2.90 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.83, 4.25 ]</td>
|
|
<td style="white-space: nowrap">[ 2.15, 3.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.84, 4.19 ]</td>
|
|
<td style="white-space: nowrap">[ 1.90, 2.42 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.40, 4.99 ]</td>
|
|
<td style="white-space: nowrap">[ 1.35, 2.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.36, 1.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 2.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.70, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 0.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 0.93 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.33, 2.87 ]</td>
|
|
<td style="white-space: nowrap">[ 1.69, 2.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.96, 3.47 ]</td>
|
|
<td style="white-space: nowrap">[ 1.74, 2.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.23, 2.73 ]</td>
|
|
<td style="white-space: nowrap">[ 1.63, 1.93 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.20, 2.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.59, 1.87 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.52, 3.56 ]</td>
|
|
<td style="white-space: nowrap">[ 1.71, 2.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.48, 5.21 ]</td>
|
|
<td style="white-space: nowrap">[ 1.71, 2.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.09, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.09, 0.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="7" style="text-align: center">Java Encoding (54mbps)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.88, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 0.94 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.87, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.79, 1.86 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.03, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.88, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.17, 2.36 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.78, 0.83 ]</td>
|
|
<td style="white-space: nowrap">[ 0.71, 0.76 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.82, 0.85 ]</td>
|
|
<td style="white-space: nowrap">[ 0.71, 0.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.32, 2.86 ]</td>
|
|
<td style="white-space: nowrap">[ 1.84, 2.68 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.36, 2.89 ]</td>
|
|
<td style="white-space: nowrap">[ 1.67, 2.44 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.73, 3.44 ]</td>
|
|
<td style="white-space: nowrap">[ 3.17, 5.47 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.75, 3.06 ]</td>
|
|
<td style="white-space: nowrap">[ 3.36, 5.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 3.20 ]</td>
|
|
<td style="white-space: nowrap">[ 3.81, 5.84 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.51, 3.20 ]</td>
|
|
<td style="white-space: nowrap">[ 3.33, 5.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.32, 5.47 ]</td>
|
|
<td style="white-space: nowrap">[ 3.14, 5.16 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.54, 5.71 ]</td>
|
|
<td style="white-space: nowrap">[ 3.41, 5.37 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.33, 0.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.05, 0.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.33, 0.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.05, 0.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.75, 3.74 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.68 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.61, 3.62 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.82, 3.46 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.21, 4.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 2.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.78, 4.13 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.90 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.80, 3.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 2.00 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.12, 5.63 ]</td>
|
|
<td style="white-space: nowrap">[ 1.11, 2.28 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.56, 6.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 2.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.41, 3.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 1.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.51, 3.37 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 1.44 ]</td>
|
|
<td style="white-space: nowrap">[ -0.16, 0.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.91, 1.40 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 2.81 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.19, 0.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.17, 2.41 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.55, 1.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 2.22 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 1.57 ]</td>
|
|
<td style="white-space: nowrap">[ -0.11, 2.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 1.65 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 2.76 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.78, 1.76 ]</td>
|
|
<td style="white-space: nowrap">[ -0.02, 2.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.09, 1.78 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.58, 1.24 ]</td>
|
|
<td style="white-space: nowrap">[ -0.13, 2.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.55, 1.22 ]</td>
|
|
<td style="white-space: nowrap">[ -0.11, 2.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.60, 1.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.47, 0.71 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.46, 1.13 ]</td>
|
|
<td style="white-space: nowrap">[ 0.41, 0.74 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.56, 1.28 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 1.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.57, 1.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.59, 1.22 ]</td>
|
|
<td style="white-space: nowrap">[ 0.45, 0.83 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.58, 1.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.36, 0.82 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.03, 1.64 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 1.10 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.49, 1.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.29, 0.92 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 1.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 0.82 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.85, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.43, 0.81 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.27, 2.30 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.30 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.30, 2.33 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.59, 2.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.55 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 2.41 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.66 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.46, 2.41 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.51 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 2.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 2.59 ]</td>
|
|
<td style="white-space: nowrap">[ 1.28, 1.70 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.39, 2.61 ]</td>
|
|
<td style="white-space: nowrap">[ 1.35, 1.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.98, 1.15 ]</td>
|
|
<td style="white-space: nowrap">[ 0.36, 0.50 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.14 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 0.51 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.37, 2.41 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 0.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.41, 2.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 0.95 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.98, 3.01 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.20 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.46, 3.59 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.28 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.76, 2.79 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.14 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.83, 2.91 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.64, 3.73 ]</td>
|
|
<td style="white-space: nowrap">[ 1.36, 1.39 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.81, 4.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.44, 1.47 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.03, 2.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.71 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.08, 2.14 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.72 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.29, 3.86 ]</td>
|
|
<td style="white-space: nowrap">[ -1.12, 4.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.37, 3.89 ]</td>
|
|
<td style="white-space: nowrap">[ -1.13, 4.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.15, 3.68 ]</td>
|
|
<td style="white-space: nowrap">[ -1.67, 5.52 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.95, 5.16 ]</td>
|
|
<td style="white-space: nowrap">[ -2.19, 6.39 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.08, 4.69 ]</td>
|
|
<td style="white-space: nowrap">[ 0.53, 6.31 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.51, 4.43 ]</td>
|
|
<td style="white-space: nowrap">[ -1.84, 5.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.19, 5.61 ]</td>
|
|
<td style="white-space: nowrap">[ -1.38, 4.95 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.24, 7.60 ]</td>
|
|
<td style="white-space: nowrap">[ -1.46, 5.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.70, 1.30 ]</td>
|
|
<td style="white-space: nowrap">[ -0.23, 0.66 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.69, 1.28 ]</td>
|
|
<td style="white-space: nowrap">[ -0.23, 0.65 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.28, 2.91 ]</td>
|
|
<td style="white-space: nowrap">[ 2.15, 2.55 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.31, 2.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.92, 2.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.68, 3.51 ]</td>
|
|
<td style="white-space: nowrap">[ 3.78, 5.61 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 3.19 ]</td>
|
|
<td style="white-space: nowrap">[ 3.95, 5.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.39, 3.27 ]</td>
|
|
<td style="white-space: nowrap">[ 4.17, 5.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.45, 3.27 ]</td>
|
|
<td style="white-space: nowrap">[ 4.18, 5.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.24, 5.58 ]</td>
|
|
<td style="white-space: nowrap">[ 3.86, 5.21 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.47, 5.82 ]</td>
|
|
<td style="white-space: nowrap">[ 4.19, 5.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.31, 0.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.05, 0.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.31, 0.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.05, 0.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.89, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 0.94 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 0.98 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.88, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.80, 1.88 ]</td>
|
|
<td style="white-space: nowrap">[ 1.11, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.88, 0.95 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.24, 2.38 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.78, 0.82 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 0.74 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.81, 0.85 ]</td>
|
|
<td style="white-space: nowrap">[ 0.73, 0.74 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.51, 2.82 ]</td>
|
|
<td style="white-space: nowrap">[ 1.25, 1.52 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.55, 2.85 ]</td>
|
|
<td style="white-space: nowrap">[ 1.22, 1.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.61, 3.62 ]</td>
|
|
<td style="white-space: nowrap">[ 1.98, 3.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.79, 5.02 ]</td>
|
|
<td style="white-space: nowrap">[ 2.15, 3.46 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.94, 4.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.87, 3.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.01, 4.34 ]</td>
|
|
<td style="white-space: nowrap">[ 1.87, 3.46 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.05, 7.93 ]</td>
|
|
<td style="white-space: nowrap">[ 1.30, 1.36 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.03, 8.84 ]</td>
|
|
<td style="white-space: nowrap">[ 1.59, 1.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.02, 2.13 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 0.65 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.03, 2.13 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 0.65 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.88, 3.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.67, 1.10 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.36, 3.27 ]</td>
|
|
<td style="white-space: nowrap">[ 0.70, 1.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.35, 2.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.58, 3.23 ]</td>
|
|
<td style="white-space: nowrap">[ 0.28, 1.73 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.27, 4.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.63, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.79, 4.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 1.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 4.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.53, 0.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.58, 4.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.21, 1.65 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 2.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.49, 3.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 0.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.04, 2.43 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.47 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.10, 2.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.23, 1.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.18, 2.72 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.59 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.13, 2.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.78 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.17, 2.65 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.20, 2.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.07, 1.60 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.34, 3.30 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.57 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.35, 5.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.27, 1.85 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.39, 0.48 ]</td>
|
|
<td style="white-space: nowrap">[ 0.06, 0.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.39, 0.48 ]</td>
|
|
<td style="white-space: nowrap">[ 0.06, 0.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="7" style="text-align: center">Java Decoding (54mbps)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.02, 1.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 0.93 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.03, 1.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.02, 1.10 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.92, 2.01 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.02, 1.10 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 0.93 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 1.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.01, 1.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.25, 2.44 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 0.87 ]</td>
|
|
<td style="white-space: nowrap">[ 0.63, 0.68 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.86, 0.89 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.70 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.39, 2.89 ]</td>
|
|
<td style="white-space: nowrap">[ 0.81, 0.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.36, 2.87 ]</td>
|
|
<td style="white-space: nowrap">[ 0.73, 0.93 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.76, 3.45 ]</td>
|
|
<td style="white-space: nowrap">[ 1.64, 2.15 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.77, 3.70 ]</td>
|
|
<td style="white-space: nowrap">[ 1.79, 2.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.55, 3.27 ]</td>
|
|
<td style="white-space: nowrap">[ 1.72, 2.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 3.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.73, 2.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.58, 5.69 ]</td>
|
|
<td style="white-space: nowrap">[ 1.71, 2.12 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.62, 5.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.84, 2.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.29, 0.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.29, 0.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.83, 3.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.78, 1.18 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.66, 3.93 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.75, 3.62 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.50 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.14, 4.37 ]</td>
|
|
<td style="white-space: nowrap">[ 0.81, 1.61 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.96, 4.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 1.40 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.93, 4.23 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 1.52 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.31, 5.96 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 1.68 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.66, 6.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.67 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.57, 3.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.49, 3.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 1.76 ]</td>
|
|
<td style="white-space: nowrap">[ -0.01, 1.52 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.23, 1.66 ]</td>
|
|
<td style="white-space: nowrap">[ -0.44, 1.60 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.10, 1.47 ]</td>
|
|
<td style="white-space: nowrap">[ -0.36, 1.80 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.35 ]</td>
|
|
<td style="white-space: nowrap">[ -0.48, 1.31 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 1.97 ]</td>
|
|
<td style="white-space: nowrap">[ -0.03, 1.84 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 2.04 ]</td>
|
|
<td style="white-space: nowrap">[ -0.43, 1.75 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.47, 2.39 ]</td>
|
|
<td style="white-space: nowrap">[ -0.11, 1.62 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.90, 2.14 ]</td>
|
|
<td style="white-space: nowrap">[ -0.30, 1.39 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 1.52 ]</td>
|
|
<td style="white-space: nowrap">[ -0.01, 1.42 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.86, 1.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.08, 1.90 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.59, 1.26 ]</td>
|
|
<td style="white-space: nowrap">[ -1.80, 1.72 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.48, 1.18 ]</td>
|
|
<td style="white-space: nowrap">[ -2.05, 1.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.44, 1.40 ]</td>
|
|
<td style="white-space: nowrap">[ -3.03, 2.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.54, 1.56 ]</td>
|
|
<td style="white-space: nowrap">[ -3.39, 1.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.63, 1.49 ]</td>
|
|
<td style="white-space: nowrap">[ -2.33, 1.82 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.67, 1.37 ]</td>
|
|
<td style="white-space: nowrap">[ -2.38, 2.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.05, 1.72 ]</td>
|
|
<td style="white-space: nowrap">[ -2.67, 2.49 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.55, 1.53 ]</td>
|
|
<td style="white-space: nowrap">[ -2.29, 1.82 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.91, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ -2.08, 1.83 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 1.21 ]</td>
|
|
<td style="white-space: nowrap">[ -1.12, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.30, 2.34 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.21, 2.32 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.23 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.63, 2.18 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.46 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.39, 2.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 1.51 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.40, 2.54 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 1.41 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.36, 2.44 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 1.47 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.16, 2.65 ]</td>
|
|
<td style="white-space: nowrap">[ 1.29, 1.61 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.42, 2.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 1.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.32, 0.41 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 1.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.29, 0.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.56, 2.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 0.86 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.45, 2.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 0.90 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.23, 3.28 ]</td>
|
|
<td style="white-space: nowrap">[ 1.20, 1.25 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.63, 3.66 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.92, 3.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.89, 2.98 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.11, 4.17 ]</td>
|
|
<td style="white-space: nowrap">[ 1.38, 1.42 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.18, 4.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.40, 1.44 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.06, 2.14 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 0.65 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.98, 2.09 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 0.65 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.04, 3.48 ]</td>
|
|
<td style="white-space: nowrap">[ 0.78, 0.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.00, 3.37 ]</td>
|
|
<td style="white-space: nowrap">[ 0.53, 0.68 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.94, 3.37 ]</td>
|
|
<td style="white-space: nowrap">[ 1.37, 1.75 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.87, 4.50 ]</td>
|
|
<td style="white-space: nowrap">[ 1.47, 1.95 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.82, 4.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 1.55 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.19, 3.75 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.60 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.32, 5.09 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.31 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.26, 6.28 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 1.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.13, 0.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.11, 0.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.34, 2.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.31, 2.91 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 0.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.70, 3.51 ]</td>
|
|
<td style="white-space: nowrap">[ 1.62, 2.22 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.68, 3.77 ]</td>
|
|
<td style="white-space: nowrap">[ 1.78, 2.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.47, 3.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.73, 2.24 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.39, 3.13 ]</td>
|
|
<td style="white-space: nowrap">[ 1.77, 2.22 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.48, 5.80 ]</td>
|
|
<td style="white-space: nowrap">[ 1.80, 2.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.53, 5.77 ]</td>
|
|
<td style="white-space: nowrap">[ 1.94, 2.22 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.28, 0.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.28, 0.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.02, 1.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 0.93 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.03, 1.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.02, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.95, 2.01 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.02, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 0.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.01, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.33, 2.46 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 0.86 ]</td>
|
|
<td style="white-space: nowrap">[ 0.67, 0.67 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.86, 0.89 ]</td>
|
|
<td style="white-space: nowrap">[ 0.69, 0.69 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.66, 2.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.79, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.56, 2.85 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.80, 3.87 ]</td>
|
|
<td style="white-space: nowrap">[ 1.88, 2.82 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.94, 5.26 ]</td>
|
|
<td style="white-space: nowrap">[ 2.04, 3.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.03, 4.30 ]</td>
|
|
<td style="white-space: nowrap">[ 1.73, 2.79 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.01, 4.44 ]</td>
|
|
<td style="white-space: nowrap">[ 1.86, 3.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.27, 8.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 1.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.11, 8.74 ]</td>
|
|
<td style="white-space: nowrap">[ 1.39, 1.50 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.97, 2.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.44, 0.52 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.93, 2.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.44, 0.51 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.78, 3.53 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 1.46 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.33, 3.74 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 1.41 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.21, 3.26 ]</td>
|
|
<td style="white-space: nowrap">[ 0.47, 1.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.60, 3.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 2.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.04, 4.13 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 1.27 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.85, 4.74 ]</td>
|
|
<td style="white-space: nowrap">[ 0.54, 1.37 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.48, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.50, 4.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 2.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.31, 3.26 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 1.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.38, 3.30 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 1.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 0.94 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.13, 2.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 0.96 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.32, 2.82 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.13 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.92, 3.39 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.29 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.23, 2.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.16, 2.59 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.54, 3.52 ]</td>
|
|
<td style="white-space: nowrap">[ 1.03, 1.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.36, 5.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.18, 1.33 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.35, 0.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.35, 0.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.02, 0.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="7" style="text-align: center">Java Encoding (11mbps)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.92, 1.99 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.11 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.29, 2.50 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.89, 0.96 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 0.93 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 0.93 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.33, 2.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.67, 1.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.34, 2.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.69, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.72, 3.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 1.47 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.80, 3.88 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 3.25 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.80 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.46, 3.23 ]</td>
|
|
<td style="white-space: nowrap">[ 1.03, 1.76 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.37, 5.60 ]</td>
|
|
<td style="white-space: nowrap">[ 1.11, 1.81 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.55, 5.82 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.82, 3.93 ]</td>
|
|
<td style="white-space: nowrap">[ 0.75, 0.87 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.90, 3.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.75, 0.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.90, 3.61 ]</td>
|
|
<td style="white-space: nowrap">[ 0.87, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.23, 4.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.62, 4.17 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.93, 4.19 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.48, 5.95 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.25 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.73, 6.91 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.31 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.63, 3.64 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.65, 3.65 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.26, 1.67 ]</td>
|
|
<td style="white-space: nowrap">[ 0.82, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.36, 1.80 ]</td>
|
|
<td style="white-space: nowrap">[ 0.69, 1.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.00, 1.44 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 1.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.43, 1.09 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 1.91 ]</td>
|
|
<td style="white-space: nowrap">[ 0.90, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.33, 2.14 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 1.21 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 2.28 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.24 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.11, 2.24 ]</td>
|
|
<td style="white-space: nowrap">[ 0.30, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.83, 1.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.90, 1.61 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.69, 1.18 ]</td>
|
|
<td style="white-space: nowrap">[ 0.35, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.59, 1.22 ]</td>
|
|
<td style="white-space: nowrap">[ 0.56, 1.00 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.71, 1.44 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 1.82 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.69, 1.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.31, 1.47 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.76, 1.41 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 1.18 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.72, 1.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.34, 1.19 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.24, 1.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.63, 1.59 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.64, 1.62 ]</td>
|
|
<td style="white-space: nowrap">[ 0.32, 1.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.76, 1.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.44, 1.25 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.89, 1.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.44, 1.21 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.29, 2.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.32, 2.43 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.65, 2.10 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.13 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.49, 2.53 ]</td>
|
|
<td style="white-space: nowrap">[ 1.12, 1.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.47 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.12 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.51, 2.50 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 2.67 ]</td>
|
|
<td style="white-space: nowrap">[ 1.38, 1.44 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.42, 2.73 ]</td>
|
|
<td style="white-space: nowrap">[ 1.44, 1.55 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.33, 1.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.56, 0.80 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 1.61 ]</td>
|
|
<td style="white-space: nowrap">[ 0.55, 0.78 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.56, 2.58 ]</td>
|
|
<td style="white-space: nowrap">[ 0.81, 0.90 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.61, 2.64 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 0.93 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.14, 3.22 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.18 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.02, 4.07 ]</td>
|
|
<td style="white-space: nowrap">[ 1.23, 1.26 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.96, 3.04 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.04, 3.09 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.07, 4.13 ]</td>
|
|
<td style="white-space: nowrap">[ 1.34, 1.39 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.36, 4.43 ]</td>
|
|
<td style="white-space: nowrap">[ 1.38, 1.49 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.77, 2.80 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.70, 2.76 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.06, 3.58 ]</td>
|
|
<td style="white-space: nowrap">[ -0.05, 1.54 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.07, 3.54 ]</td>
|
|
<td style="white-space: nowrap">[ -0.06, 1.59 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.91, 3.40 ]</td>
|
|
<td style="white-space: nowrap">[ -0.06, 2.32 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.93, 4.71 ]</td>
|
|
<td style="white-space: nowrap">[ -0.16, 2.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.96, 4.38 ]</td>
|
|
<td style="white-space: nowrap">[ 0.48, 2.45 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.32, 3.99 ]</td>
|
|
<td style="white-space: nowrap">[ -0.13, 2.24 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.22, 5.11 ]</td>
|
|
<td style="white-space: nowrap">[ -0.12, 2.58 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.98, 7.26 ]</td>
|
|
<td style="white-space: nowrap">[ -0.16, 3.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.60, 1.96 ]</td>
|
|
<td style="white-space: nowrap">[ -0.04, 0.61 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.60, 1.96 ]</td>
|
|
<td style="white-space: nowrap">[ -0.04, 0.61 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.27, 3.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.79, 1.10 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.27, 3.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.80, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.64, 3.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.49 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.70, 3.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.38, 3.32 ]</td>
|
|
<td style="white-space: nowrap">[ 1.24, 1.80 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.39, 3.30 ]</td>
|
|
<td style="white-space: nowrap">[ 1.24, 1.79 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.26, 5.71 ]</td>
|
|
<td style="white-space: nowrap">[ 1.32, 1.80 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.44, 5.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.41, 1.84 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.00, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.94, 2.00 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.03 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.00 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.38, 2.52 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.16 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.89, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 0.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 0.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 0.92 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.63, 2.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.75, 0.82 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.63, 2.91 ]</td>
|
|
<td style="white-space: nowrap">[ 0.73, 0.81 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.80, 3.90 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 1.35 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.97, 5.22 ]</td>
|
|
<td style="white-space: nowrap">[ 1.33, 1.51 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.12, 4.49 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.45 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.11, 4.50 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 1.46 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.27, 8.26 ]</td>
|
|
<td style="white-space: nowrap">[ 1.50, 1.88 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.31, 9.43 ]</td>
|
|
<td style="white-space: nowrap">[ 1.65, 2.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.66, 2.87 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 0.76 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.64, 2.83 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 0.76 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.67, 3.38 ]</td>
|
|
<td style="white-space: nowrap">[ 0.68, 1.14 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.53, 3.67 ]</td>
|
|
<td style="white-space: nowrap">[ 0.68, 1.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.31, 3.32 ]</td>
|
|
<td style="white-space: nowrap">[ 0.56, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.71, 3.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.34, 1.70 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.34, 4.15 ]</td>
|
|
<td style="white-space: nowrap">[ 0.63, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.79, 5.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.25, 4.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.55, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.54, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.24, 1.64 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.29, 3.10 ]</td>
|
|
<td style="white-space: nowrap">[ 0.64, 1.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.34, 3.24 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 1.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.10, 2.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.13, 2.54 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.26, 2.81 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.98, 3.52 ]</td>
|
|
<td style="white-space: nowrap">[ 1.07, 1.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.16, 2.66 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.08 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.20, 2.68 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.40, 3.38 ]</td>
|
|
<td style="white-space: nowrap">[ 1.01, 1.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.41, 5.14 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.24 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.84, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.85, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.11 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<table border="5">
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="7" style="text-align: center">Java Decoding (11mbps)
|
|
Summary</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
<tr>
|
|
<td>High</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.97, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.05 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.87, 1.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.94, 1.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.99, 1.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.93, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.98, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.26, 2.47 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 0.99 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 0.89 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 0.98 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 0.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>High</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-large</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.21, 2.88 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.77 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.31, 3.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.76 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.74, 3.54 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 1.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.68, 3.78 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.43, 3.28 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.17 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.44, 3.27 ]</td>
|
|
<td style="white-space: nowrap">[ 1.03, 1.18 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.36, 5.65 ]</td>
|
|
<td style="white-space: nowrap">[ 1.07, 1.23 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.44, 5.75 ]</td>
|
|
<td style="white-space: nowrap">[ 1.15, 1.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.81, 1.22 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.05 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.61, 0.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.05 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-large</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-small</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.98, 4.02 ]</td>
|
|
<td style="white-space: nowrap">[ 0.77, 0.87 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.96, 4.08 ]</td>
|
|
<td style="white-space: nowrap">[ 0.76, 0.87 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.90, 3.63 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.25, 4.54 ]</td>
|
|
<td style="white-space: nowrap">[ 0.87, 1.14 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.84, 4.42 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.02 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.93, 4.28 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.38, 6.08 ]</td>
|
|
<td style="white-space: nowrap">[ 1.03, 1.25 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.73, 7.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.31 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.57, 3.68 ]</td>
|
|
<td style="white-space: nowrap">[ 0.86, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.62, 3.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.91, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-small</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Low-tiny</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.26, 1.60 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.25, 1.66 ]</td>
|
|
<td style="white-space: nowrap">[ 0.74, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.38 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.09 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.67, 1.32 ]</td>
|
|
<td style="white-space: nowrap">[ 0.55, 1.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.30, 1.91 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.10 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 2.04 ]</td>
|
|
<td style="white-space: nowrap">[ 0.69, 1.26 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.30, 2.10 ]</td>
|
|
<td style="white-space: nowrap">[ 1.03, 1.22 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.11, 2.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 1.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.86, 1.48 ]</td>
|
|
<td style="white-space: nowrap">[ 0.87, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.86, 1.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.94, 1.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Low-tiny</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Broadcast</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.64, 1.10 ]</td>
|
|
<td style="white-space: nowrap">[ 0.51, 1.15 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.57, 1.21 ]</td>
|
|
<td style="white-space: nowrap">[ 0.53, 0.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.70, 1.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 1.63 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.65, 1.51 ]</td>
|
|
<td style="white-space: nowrap">[ 0.48, 1.34 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.65, 1.33 ]</td>
|
|
<td style="white-space: nowrap">[ 0.70, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.68, 1.41 ]</td>
|
|
<td style="white-space: nowrap">[ 0.39, 1.17 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.11, 1.65 ]</td>
|
|
<td style="white-space: nowrap">[ 0.71, 1.42 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.61, 1.52 ]</td>
|
|
<td style="white-space: nowrap">[ 0.41, 1.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.76, 1.11 ]</td>
|
|
<td style="white-space: nowrap">[ 0.38, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.82, 1.21 ]</td>
|
|
<td style="white-space: nowrap">[ 0.55, 1.12 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Broadcast</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Document</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.28, 2.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.04 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.30, 2.50 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.62, 2.16 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.48, 2.56 ]</td>
|
|
<td style="white-space: nowrap">[ 1.17, 1.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.42, 2.39 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.14 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.50, 2.55 ]</td>
|
|
<td style="white-space: nowrap">[ 1.11, 1.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.29, 2.78 ]</td>
|
|
<td style="white-space: nowrap">[ 1.31, 1.48 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.39, 2.78 ]</td>
|
|
<td style="white-space: nowrap">[ 1.37, 1.60 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.37, 1.64 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 0.87 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.27, 1.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 0.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Document</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finance</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.38, 2.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 0.92 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.52, 2.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.84, 0.93 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.99, 3.06 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.84, 3.94 ]</td>
|
|
<td style="white-space: nowrap">[ 1.21, 1.25 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.77, 2.83 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.10 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.94, 3.02 ]</td>
|
|
<td style="white-space: nowrap">[ 1.07, 1.15 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.94, 4.02 ]</td>
|
|
<td style="white-space: nowrap">[ 1.30, 1.41 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.16, 4.37 ]</td>
|
|
<td style="white-space: nowrap">[ 1.37, 1.48 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.63, 2.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.42, 2.62 ]</td>
|
|
<td style="white-space: nowrap">[ 0.95, 1.01 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Finance</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Military</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.06, 3.50 ]</td>
|
|
<td style="white-space: nowrap">[ 0.59, 0.88 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.16, 3.57 ]</td>
|
|
<td style="white-space: nowrap">[ 0.60, 0.88 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.03, 3.46 ]</td>
|
|
<td style="white-space: nowrap">[ 0.87, 1.26 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.12, 4.79 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 1.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.95, 4.28 ]</td>
|
|
<td style="white-space: nowrap">[ 1.08, 1.20 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.52, 4.12 ]</td>
|
|
<td style="white-space: nowrap">[ 0.83, 1.27 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.25, 5.05 ]</td>
|
|
<td style="white-space: nowrap">[ 1.02, 1.51 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 6.19, 7.34 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.80 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.76, 2.10 ]</td>
|
|
<td style="white-space: nowrap">[ 0.24, 0.37 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.42, 1.71 ]</td>
|
|
<td style="white-space: nowrap">[ 0.25, 0.40 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Military</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scientific</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.94 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 0.78 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.24, 3.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.65, 0.77 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.66, 3.61 ]</td>
|
|
<td style="white-space: nowrap">[ 0.88, 1.07 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.57, 3.88 ]</td>
|
|
<td style="white-space: nowrap">[ 0.85, 1.08 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.35, 3.35 ]</td>
|
|
<td style="white-space: nowrap">[ 1.05, 1.19 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.35, 3.34 ]</td>
|
|
<td style="white-space: nowrap">[ 1.07, 1.20 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.24, 5.78 ]</td>
|
|
<td style="white-space: nowrap">[ 1.09, 1.24 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.33, 5.87 ]</td>
|
|
<td style="white-space: nowrap">[ 1.18, 1.32 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.77, 1.26 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.06 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.57, 0.97 ]</td>
|
|
<td style="white-space: nowrap">[ 0.03, 0.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Scientific</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Sensor</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 0.99 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.96, 1.03 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.04 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.85, 1.97 ]</td>
|
|
<td style="white-space: nowrap">[ 1.06, 1.06 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.98, 1.07 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 0.98 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.92, 1.01 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.32, 2.52 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.10 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.90, 0.98 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 0.89 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.90, 0.98 ]</td>
|
|
<td style="white-space: nowrap">[ 0.89, 0.89 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Sensor</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Storage</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.67, 2.98 ]</td>
|
|
<td style="white-space: nowrap">[ 0.73, 0.81 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.78, 3.14 ]</td>
|
|
<td style="white-space: nowrap">[ 0.70, 0.80 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.85, 3.95 ]</td>
|
|
<td style="white-space: nowrap">[ 1.19, 1.29 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.07, 5.34 ]</td>
|
|
<td style="white-space: nowrap">[ 1.25, 1.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.04, 4.37 ]</td>
|
|
<td style="white-space: nowrap">[ 1.13, 1.33 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 3.16, 4.52 ]</td>
|
|
<td style="white-space: nowrap">[ 1.14, 1.35 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.34, 8.33 ]</td>
|
|
<td style="white-space: nowrap">[ 1.43, 1.64 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 5.41, 9.71 ]</td>
|
|
<td style="white-space: nowrap">[ 1.62, 2.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.75, 2.92 ]</td>
|
|
<td style="white-space: nowrap">[ 0.63, 0.77 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.62, 2.81 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 0.77 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Storage</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Web-services</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.54, 3.39 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 1.13 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.38, 3.78 ]</td>
|
|
<td style="white-space: nowrap">[ 0.66, 1.02 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.31, 3.34 ]</td>
|
|
<td style="white-space: nowrap">[ 0.54, 0.98 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.81, 3.59 ]</td>
|
|
<td style="white-space: nowrap">[ 0.31, 1.57 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.18, 4.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.61, 0.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.91, 5.25 ]</td>
|
|
<td style="white-space: nowrap">[ 0.58, 1.04 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.35, 4.45 ]</td>
|
|
<td style="white-space: nowrap">[ 0.54, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.59, 4.58 ]</td>
|
|
<td style="white-space: nowrap">[ 0.28, 1.58 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.33, 3.29 ]</td>
|
|
<td style="white-space: nowrap">[ 0.57, 0.96 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 1.44, 3.40 ]</td>
|
|
<td style="white-space: nowrap">[ 0.62, 0.97 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>Web-services</td>
|
|
</tr>
|
|
<tr>
|
|
<td>All</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.05, 2.47 ]</td>
|
|
<td style="white-space: nowrap">[ 0.93, 0.97 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.11, 2.55 ]</td>
|
|
<td style="white-space: nowrap">[ 0.92, 0.96 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.29, 2.83 ]</td>
|
|
<td style="white-space: nowrap">[ 0.99, 1.01 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.89, 3.44 ]</td>
|
|
<td style="white-space: nowrap">[ 1.04, 1.07 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.14, 2.66 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.00 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.20, 2.70 ]</td>
|
|
<td style="white-space: nowrap">[ 0.97, 1.00 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 2.42, 3.41 ]</td>
|
|
<td style="white-space: nowrap">[ 1.00, 1.03 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 4.36, 5.10 ]</td>
|
|
<td style="white-space: nowrap">[ 1.10, 1.13 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>
|
|
<table border="2" frame="void" rules="all">
|
|
<tbody>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.95, 1.15 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.11 ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="white-space: nowrap">[ 0.73, 0.89 ]</td>
|
|
<td style="white-space: nowrap">[ 0.04, 0.11 ]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<td>All</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Group</th>
|
|
<th>Xebu</th>
|
|
<th>FXDI</th>
|
|
<th>FI</th>
|
|
<th>EFX</th>
|
|
<th>esXML</th>
|
|
<th>Group</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- /div -->
|
|
|
|
<h3 id="Ax-testsuite">9.2. Appendix B: Description of Measurements Test
|
|
Suite</h3>
|
|
|
|
<p>This appendix describes the various test groups that are currently in the
|
|
test suite. The entirety of the test groups at our disposal has not yet been
|
|
included in these runs. The ones that have been included were judged
|
|
sufficiently representative of the corresponding use case or cases. </p>
|
|
|
|
<p>The test suite is organised into "test groups". Each group consists of XML
|
|
document instances pertaining to the same vocabulary, or to a set of related
|
|
applications of XML. For each group, information is provided on the type of
|
|
data that it contains, and on the use cases from the <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/"><acronym
|
|
title="XML Binary Characterization">XBC</acronym> Use Cases
|
|
document</a> [<a
|
|
href="http://www.w3.org/TR/exi-measurements/#ref-XBC-UC"><acronym
|
|
title="XML Binary Characterization">XBC</acronym>-UC</a>] to which it
|
|
relates. Additionally, each group is annotated with its fidelity level
|
|
requirement, the lexical reproducibility typically necessary for the group,
|
|
from the table in the <a
|
|
href="#methodology-fidelity">Efficient
|
|
XML Interchange Measurements Note</a>, section on the <a
|
|
href="#fidelity-scale">Fidelity
|
|
Scale</a>. </p>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-asmtf">9.2.1. ASMTF</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>The Australian Message Text Format (ASMTF) is a message format
|
|
standard of the Australian Department of Defense. The test group
|
|
consists of example messages from this standard, and because of this
|
|
the messages in the test group are small in size. Real-world messages
|
|
range from these sizes up to several megabytes. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#military">Military
|
|
Information Interoperability</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Only elements, attributes, and processing
|
|
instructions are used. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-avcl"><acronym title="Autonomous Vehicle Command Language">9.2.2.
|
|
AVCL</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>Autonomous Vehicle Command Language (<acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym>) is an XML
|
|
vocabulary for robot tasking and telemetry reporting. Large
|
|
floating-point sensor logs are converted into XML documents. Such
|
|
datasets can be extremely large. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#FPenergy">Floating Point
|
|
Arrays in the Energy Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#military">Military
|
|
Information Interoperability</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor Processing and
|
|
Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level 1</strong>. The <acronym
|
|
title="Autonomous Vehicle Command Language">AVCL</acronym> data model
|
|
matches the Infoset and has no special document-centric requirements.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-cbms"><acronym
|
|
title="Convergence of Broadcast and Mobile Services">9.2.3.
|
|
CBMS</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd><a
|
|
href="http://www.dvb.org/groups_modules/technical_module/tmcbms/"><acronym
|
|
title="Digital Video Broadcasting">DVB</acronym> <acronym
|
|
title="Convergence of Broadcast and Mobile Services">CBMS</acronym></a>
|
|
(Convergence of Broadcast and Mobile Services, formerly known as UMTS)
|
|
is a set of standards aiming at improving convergence between 3G and
|
|
broadcast services. The samples in the test suite are used for
|
|
electronic service guides. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#broadcast">Metadata in
|
|
Broadcast Systems</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. For the most part, only elements and
|
|
attributes are required. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-datastore">9.2.4. DataStore</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>This is a very simple format used to capture and store primitive
|
|
data. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#xml-docs-persistent-store">XML
|
|
Documents in Persistent Store</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Only relies on elements and attributes.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-epics"><acronym
|
|
title="Experimental Physics and Industrial Control System">9.2.5.
|
|
EPICS</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>The Experimental Physics and Industrial Control System (<acronym
|
|
title="Experimental Physics and Industrial Control System">EPICS</acronym>)
|
|
Archiver continually stores the values of hundreds of thousands of data
|
|
points in experiment control systems. The Archiver is implemented as an
|
|
XML-RPC server. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#FPenergy">Floating Point
|
|
Arrays in the Energy Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor Processing and
|
|
Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Only elements and attributes are needed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-fixml">9.2.6. FixML</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd><a href="http://www.fixprotocol.org/">FixML</a> is an application of
|
|
XML designed by the FIX Technical Community in order to facilitate the
|
|
exchange of financial information. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#fixml">FIXML in the
|
|
Securities Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#non-op">Intra/Inter Business
|
|
Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Essentially attributes and elements. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-fpml"><acronym title="Financial products Markup Language">9.2.7.
|
|
FpML</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd><a href="http://www.fpml.org/"><acronym
|
|
title="Financial products Markup Language">FpML</acronym></a>
|
|
(Financial products Markup Language) is an XML vocabulary used in
|
|
exchanging complex financial information. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#fixml">FIXML in the
|
|
Securities Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#non-op">Intra/Inter Business
|
|
Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Essentially attributes and elements. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-gaml">9.2.8. GAML</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd><a href="http://www.gaml.org/">GAML</a> is an XML-based format
|
|
designed for storing and archiving scientific data from a wide range of
|
|
analytical instrumentation. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#FPenergy">Floating Point
|
|
Arrays in the Energy Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor Processing and
|
|
Communication</a> <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#super-comp">Supercomputing
|
|
and Grid Processing</a>, </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Essentially attributes and elements. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-google">9.2.9. Google</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>Google is a Web search engine that provides a SOAP interface to
|
|
conduct searches. This test group contains responses to some queries,
|
|
including error responses. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#ws-for-small-devices">Web
|
|
Services for Small Devices</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#ws-routing">Web Services
|
|
Routing</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. In addition to attributes and elements,
|
|
namespace prefixes need to be preserved due to the use of SOAP
|
|
encoding. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-heprep">9.2.10. HepRep</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>The HepRep Interface Definition forms the central part of a complete
|
|
generic interface for client server based particle physics detector
|
|
"event" displays. HepRep is also used in medical and astronomical
|
|
visualization. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#FPenergy">Floating Point
|
|
Arrays in the Energy Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor Processing and
|
|
Communication</a> <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#super-comp">Supercomputing
|
|
and Grid Processing</a>, </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Only elements and attributes are used.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-invoice">9.2.11. Invoice</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>This set of documents was taken from transactions between companies
|
|
and then obfuscated. It represents typical invoice documents as
|
|
exchanged between machines both inside and outside companies. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#non-op">Intra/Inter
|
|
Business Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Essentially attributes and elements. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-jtlm"><acronym title="Joint Target List Manager">9.2.12.
|
|
JTLM</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>Joint Target List Manager (<acronym
|
|
title="Joint Target List Manager">JTLM</acronym>) is a SOAP Web
|
|
service that allows clients in a military scenario to publish and
|
|
subscribe to information about targets. The documents in this test
|
|
group come from a military exercise. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#ws-for-small-devices">Web
|
|
Services for Small Devices</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#military">Military
|
|
Information Interoperability</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor Processing and
|
|
Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Only elements and attributes are used.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-location">9.2.13. Location sightings</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>These are very small documents, each containing a single coordinate
|
|
for a location. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor
|
|
Processing and Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Only uses elements and attributes. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-mage-ml"><acronym
|
|
title="Microarray Gene Expression Markup Language">9.2.14.
|
|
MAGE-ML</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>The <a
|
|
href="http://www.mged.org/Workgroups/MAGE/mage.html">Microarray Gene
|
|
Expression Markup Language (<acronym
|
|
title="Microarray Gene Expression Markup Language">MAGE-ML</acronym>)</a>
|
|
is a language designed to describe and communicate information about
|
|
microarray based experiments. <acronym
|
|
title="Microarray Gene Expression Markup Language">MAGE-ML</acronym>
|
|
is based on XML and can describe microarray designs, microarray
|
|
manufacturing information, microarray experiment setup and execution
|
|
information, gene expression data and data analysis results. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#super-comp">Supercomputing
|
|
and Grid Processing</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level 1</strong>. An Infoset level preservation is needed at
|
|
least for the Document Type Declaration. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-factbook">9.2.15. Miscellaneous/factbook</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>This is the CIA Factbook that contains a variety of data on the
|
|
countries of the world. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#edocs">Electronic
|
|
Documents</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level 0</strong>. Text document that could be edited by hand.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-periodic">9.2.16. Miscellaneous/periodic</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>This is the periodic table of elements. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#xml-docs-persistent-store">XML
|
|
Documents in Persistent Store</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level 0</strong>. Uses comments to provide additional
|
|
information on content. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-openoffice">9.2.17. OpenOffice</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>The <a
|
|
href="http://www.oasis-open.org/committees/office/faq.php">Open
|
|
Document Format (ODF)</a> is a set of vocabularies for use within
|
|
office applications. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#edocs">Electronic
|
|
Documents</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level 0</strong>. Most constructs found in the XPath 1.0 data
|
|
model are used but none more. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-seismic">9.2.18. Seismic Data</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>The data collected in this test group is representative of the type
|
|
of data that seismic sensors will transmit over the wire to data
|
|
centres for later analysis. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#FPenergy">Floating Point
|
|
Arrays in the Energy Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor Processing and
|
|
Communication</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Essentially attributes and elements. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-svgtiny"><acronym title="Scalable Vector Graphics">9.2.19.
|
|
SVG</acronym> Tiny</h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd><a href="http://www.w3.org/Graphics/SVG/">Scalable Vector Graphics
|
|
(<acronym title="Scalable Vector Graphics">SVG</acronym>)</a>
|
|
is a language for describing high-quality two-dimensional, interactive,
|
|
animated, and scriptable graphics. It is increasingly available from
|
|
Web browsers, and its Tiny profile is the <i>de facto</i> standard for
|
|
animated graphics in the mobile industry. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#edocs">Electronic
|
|
Documents</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#xml-docs-mobile">Multimedia
|
|
XML Documents for Mobile Handsets</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level 2</strong>. It is not strictly necessary to preserve
|
|
all of the internal subset, but <acronym
|
|
title="Scalable Vector Graphics">SVG</acronym> is commonly
|
|
hand-authored (or at least hand-edited after the initial graphics have
|
|
been created) and it is frequent that the internal subset will be used
|
|
to define entities for commonly used attribute values as well as to
|
|
declare some attributes to be of type ID. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-wsdl"><acronym
|
|
title="Web Services Description Language">9.2.20. WSDL</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>Web Services Description Language (<acronym
|
|
title="Web Services Description Language">WSDL</acronym>) is a
|
|
language for describing the interface of a Web service. The documents
|
|
in the test group are examples published on the <a
|
|
href="http://www.w3.org/2001/03/14-annotated-WSDL-examples.html">W3C
|
|
Web site</a>. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#ws-for-small-devices">Web
|
|
Services for Small Devices</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#ws-for-enterprise">Web
|
|
Services within the Enterprise</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level -1</strong>. Only elements and attributes are used.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h4 id="tg-xal"><acronym title="XML Accelerator Language">9.2.21.
|
|
XAL</acronym></h4>
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd><a href="http://www.sns.gov/APGroup/appProg/xal/xal.htm"><acronym
|
|
title="XML Accelerator Language">XAL</acronym></a> is a software
|
|
framework for particle accelerator online modelling software. It makes
|
|
use of XML descriptions of the devices, such as magnets of various
|
|
field shapes, beam position monitors, and others, and XML documents of
|
|
the translation matrices which describe how the beam propagates from
|
|
one device to another. </dd>
|
|
<dt>Use cases</dt>
|
|
<dd><a href="http://www.w3.org/TR/xbc-use-cases/#FPenergy">Floating Point
|
|
Arrays in the Energy Industry</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#sensor">Sensor Processing and
|
|
Communication</a>, <a
|
|
href="http://www.w3.org/TR/xbc-use-cases/#super-comp">Supercomputing
|
|
and Grid Processing</a> </dd>
|
|
<dt>Fidelity</dt>
|
|
<dd><strong>Level 1</strong>. An Infoset level preservation is needed at
|
|
least for the Document Type Declaration. </dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<h3 id="Ax-furtherwork">9.3. Appendix C: Further Work</h3>
|
|
|
|
<p>In this draft this section describes further work proposed in the previous
|
|
draft, together with actions taken.</p>
|
|
<ol>
|
|
<li id="Ax-furtherwork-scenarios"><b>Scenarios:</b> A "scenario" is the
|
|
systematic implementation of some XML system, congruent to a given
|
|
use-case. That is, it is the system architecture, environment, and choice
|
|
of optimizing parameters of an implementation of an EXI format in a given
|
|
situation. To characterize the performance of various textual XML and
|
|
alternative binary formats, as they would be used in each specific
|
|
use-case environment, we would closely define the scenario for each use
|
|
case. For our testing purposes, a scenario would be encapsulated by a
|
|
japex driver and a set of japex parameters and their values. <em>Status:
|
|
This work has been completed and integrated into this draft.</em></li>
|
|
<li id="Ax-furtherwork-streamling"><b>Streaming:</b> We intended to measure
|
|
textual XML and binary formats in streaming scenarios. <em>Status: This
|
|
work has not been undertaken yet, and will not be done in the context of
|
|
comparison of candidates.</em></li>
|
|
<li id="Ax-furtherwork-nativecomp"><b>Native Implementation Comparison:</b>
|
|
After looking at results for more properties, if we have to evaluate
|
|
whether a given natively implemented format and processor are
|
|
algorithmically superior to a format for which we only have a Java
|
|
implementation, we would seek other work which has made isomorphic
|
|
comparisons of Java to "C/C++" for applications with the same CPU and I/O
|
|
distribution, and compare the difference in performance in that work.
|
|
<em>Status: This work has not been undertaken yet, and will not be done
|
|
in the context of comparison of candidates.</em></li>
|
|
<li id="Ax-furtherwork-networkdriver"><b>Framework Network Driver</b>: Take
|
|
measurements over various networks using the network drivers in the
|
|
measurements framework. <em>Status: This work has been completed and
|
|
integrated into this draft.</em></li>
|
|
<li id="Ax-analysis-decompByUC"><b>Evaluate Advisability by Use Case</b>:
|
|
For each (generalized) use case, use the cross-reference of each test
|
|
group to each use case, given in the <a
|
|
href="http://www.w3.org/XML/EXI/report.html">Analysis
|
|
of the EXI Measurements</a>, plus the analysis of the results for each
|
|
test group, to determine whether or not the improved results would
|
|
indicate the advisability of an EXI format for that use case. For
|
|
example, the use case Metadata in Broadcast Systems is presently
|
|
represented by 2 test groups, BCAST and CBMS. If an aggregate relative
|
|
compactness measurement over the test groups is not competitive with any
|
|
hand-coded binary formats now used in Broadcast Systems, then improved
|
|
compactness alone would be unlikely to justify an EXI recommendation from
|
|
the perspective of the Broadcast Systems use case. This numerical
|
|
evaluation might be combined with external factors such as industry
|
|
pressure for a standard format. <em>Status: This work has been completed
|
|
and integrated into this draft.</em></li>
|
|
<li id="Ax-furtherwork-evalfid"><b>Evaluate Fidelity</b>: Evaluate
|
|
candidates on the metric of fidelity outlined in <a
|
|
href="#fidelity-table">Table 1</a> to evaluate the XBC property of <a
|
|
href="http://www.w3.org/TR/xbc-properties/#roundtrip-support">Roundtrip
|
|
Support</a>. <em>Status: This work has been completed and integrated into
|
|
this draft.</em></li>
|
|
</ol>
|
|
|
|
<h3 id="appendix-HTTP-scenario">9.4. Appendix D: Scenario for
|
|
Interoperability of XML and EXI using HTTP</h3>
|
|
|
|
<p>This appendix describes a simple scenario for the transfer of a new
|
|
application level file format over HTTP. We illustrate the case for a binary
|
|
file format whose content corresponds to equivalent XML (which we'll call
|
|
here 'EXI'), as this document describes, but the description is not
|
|
necessarily confined to that objective. Nor is this intended to be a
|
|
normative account. However, this is the scenario presently used in commercial
|
|
production situations by some of the candidate format contributions described
|
|
above.</p>
|
|
|
|
<p>In a heterogeneous distributed system consisting of clients and services
|
|
that produce and consume textual XML, it would be important when introducing
|
|
an EXI format to ensure that XML interoperability is not unduly affected.
|
|
Since at any time, some but not all of the clients or services might support
|
|
an EXI format, we would like that in a single HTTP interoperation between two
|
|
nodes, they use EXI if they both understood it, and their configurations
|
|
allowed it, but to use textual XML otherwise.</p>
|
|
|
|
<p>The HTTP 1.1 protocol specifies a feature called "agent-driven
|
|
negotiation" (See <a href="#ref-rfc2626">[CN]</a>, <cite>part <a
|
|
href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec12.html#sec12.2">12.2</a></cite>).
|
|
This feature may be used to determine whether an HTTP client and service are
|
|
capable of communicating using XML or an EXI format, and furthermore to make
|
|
the interoperation based on the optimal capabilities of each.</p>
|
|
|
|
<p>Agent-driven negotiation is driven from the client. The client request
|
|
informs the service of its capabilities and the service will respond
|
|
according to its own capabilities which are compatible with the client.</p>
|
|
|
|
<p>The "Accept request-header field" (<a href="#ref-rfc2626">[CN]</a>,
|
|
<cite>part <a
|
|
href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">14.1</a></cite>)
|
|
can be used to specify certain media types which are acceptable for the
|
|
response.</p>
|
|
|
|
<p>If a client that did support XML and EXI formats performed an HTTP GET, it
|
|
would include in the GET request an Accept request-header field containing
|
|
the XML mime type and an EXI format MIME type. The service processing the
|
|
request knows that the client accepts XML and the EXI format, and that either
|
|
is acceptable for the response.</p>
|
|
|
|
<p>If a client that did support XML and EXI formats performed an HTTP POST,
|
|
then there would be two possibilities.</p>
|
|
|
|
<p>First, the client might assume that the service did support the EXI
|
|
format, and send the request in the EXI format. If the service did not
|
|
support the EXI format then it would return an HTTP 415 error, unsupported
|
|
media type, and the client would fall back to XML for a second and subsequent
|
|
requests.</p>
|
|
|
|
<p>Second, the client can assume the service did not support the EXI format.
|
|
It would then send the request in XML, and include an Accept request-header
|
|
field containing the XML mime type and the EXI format MIME type. The service
|
|
then knows that the client supports the EXI format and if it were capable of
|
|
EXI then it would reply using the EXI format. Otherwise the service would
|
|
reply using XML. For the second and subsequent requests the client would use
|
|
the format in which the server replied to the first request, so if the server
|
|
replied using the EXI format then the second and subsequent requests would be
|
|
sent using the EXI format.</p>
|
|
|
|
<h3 id="appendix-test-machines">9.5. Appendix E: Characterization of the
|
|
Measurement Machines</h3>
|
|
|
|
<p>The measurements above were run using two different machine
|
|
configurations: one for the single-machine measurements and another for the
|
|
network measurements. </p>
|
|
|
|
<h4 id="Single-mac">9.5.1. Single-machine Measurements</h4>
|
|
|
|
<p>The characteristics of the single-machine measurement were: </p>
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Machine</td>
|
|
<td>Sun v20z</td>
|
|
</tr>
|
|
<tr>
|
|
<td>CPU</td>
|
|
<td>2x dual core Opteron 270, 2 GHz</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Memory</td>
|
|
<td>8 GB</td>
|
|
</tr>
|
|
<tr>
|
|
<td>OS</td>
|
|
<td>CentOS 64-bit</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Java</td>
|
|
<td>Sun Microsystems JDK 1.5.0_05-b05</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>In the native candidate measurements the Java version used was Sun
|
|
Microsystems JDK 1.6.0_02-ea-b01. As the time measurement here happens fully
|
|
inside the native code, the version difference does not have an effect on the
|
|
measurements. </p>
|
|
|
|
<h4 id="Network">9.5.2. Network Measurements</h4>
|
|
|
|
<p>In the network measurements the characteristics of the server machine are
|
|
not relevant, as that is not the processing bottleneck and no measurements
|
|
are made on the server machine. The characteristics of the client machine
|
|
were: </p>
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Machine</td>
|
|
<td>Dell Dimension 9100</td>
|
|
</tr>
|
|
<tr>
|
|
<td>CPU</td>
|
|
<td>Pentium 4 (hyperthreaded), 3 GHz</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Memory</td>
|
|
<td>1.5 GB</td>
|
|
</tr>
|
|
<tr>
|
|
<td>OS</td>
|
|
<td>Windows XP Professional SP2</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Java</td>
|
|
<td>Sun Microsystems JDK 1.5.0-04-b05</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>The networking was provided by Cisco Linksys Wireless-G Broadband Router
|
|
(WRT54G-V8). </p>
|
|
<hr />
|
|
|
|
</body>
|
|
</html>
|