|
|
|
|
|
by bokchoi
358 days ago
|
|
I just leaned about EXI as it's being used on a project I work on. It's quite amazingly fast and small! It is a binary representation of the xml stream. It can compress quite small if you have an xmlschema to go with your xml. I was curious about how it is implemented and I found the spec easy to read and quite elegant:
https://www.w3.org/TR/exi/ |
|