-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.77 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
title: Home
---
<div>
<h2>EXIficient <small>Web formats become efficient ...</small></h2>
<p>EXIficient is a set of open source implementations of the W3C Efficient Extensible Interchange (EXI) format specification
(see projects on <a target="_blank" href="https://github.com/exificient">github.com/exificient</a>) in various
programming languages</p>
<ul>
<li><a href="/java/">Java</a></li>
<li><a href="/javascript/">JavaScript</a></li>
<li><a href="/c/">C/C++</a></li>
</ul>
<p>
and for various Web formats like
</p>
<ul>
<li>XML (and formats using XML syntax, e.g., SVG, RSS, MathML, GraphML, ...)</li>
<li>HTML</li>
<li>JSON (<a href="https://github.com/EXIficient/exificient-for-json">Java</a>, <a href="https://github.com/EXIficient/exificient.js">JavaScript</a>, <a href="https://github.com/EXIficient/exificient-for-json.c">C</a>)</li>
<li><a href="https://github.com/EXIficient/exificient-for-css">CSS</a> (<a href="https://www.w3.org/XML/EXI/outreach/2016/11/css.html">EXI overview presentation for CSS</a>)</li>
<li><a href="https://github.com/EXIficient/exificient-for-javascript/">JavaScript</a></li>
</ul>
<p>
.
</p>
<p>The <a target="_blank" href="http://www.w3.org/TR/exi/">EXI</a> format is a very compact representation for Web formats that is intended to simultaneously optimize performance and the utilization of computational resources.</p>
<p>
<img style="max-width: 800px;" src="/images/EXIficient_Overview_Large.png" width="100%"
alt="EXIficient Overview"/>
</p>
<!--
<p>
<img style="max-width: 530px;" src="/images/compactness.png" width="100%" alt="EXI Compactness"/>
</p>
<br />
<p>
<img style="max-width: 530px;" src="/images/processing-schema.png" width="100%" alt="EXI Decode speed"/>
</p>
-->
</div>