mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
out of the cave
This commit is contained in:
parent
7dc0b02c28
commit
452131cd0f
1 changed files with 5 additions and 7 deletions
|
@ -166,6 +166,11 @@ not performed.
|
||||||
| / | < | > | < | > | < | | > |
|
| / | < | > | < | > | < | | > |
|
||||||
| <r> | | | | | | | |
|
| <r> | | | | | | | |
|
||||||
|
|
||||||
|
In each case we compared performance of parsing and re-rendering
|
||||||
|
these messages, but consider also that the applicative processing
|
||||||
|
of an XML DOM tree is more complicated than just accessing
|
||||||
|
certain elements in a JSON data structure or PSYC variable mapping.
|
||||||
|
|
||||||
* Explanations
|
* Explanations
|
||||||
|
|
||||||
As you can tell the PSYC data format outpaces its rivals in all circumstances.
|
As you can tell the PSYC data format outpaces its rivals in all circumstances.
|
||||||
|
@ -203,13 +208,6 @@ a bullet proof parser. PSYC is easy to render and parse yourself for
|
||||||
simple tasks, as long as the body does not contain "\n|\n" and your
|
simple tasks, as long as the body does not contain "\n|\n" and your
|
||||||
variables do not contain newlines.
|
variables do not contain newlines.
|
||||||
|
|
||||||
* Caveats
|
|
||||||
|
|
||||||
In every case we'll compare performance of parsing and re-rendering
|
|
||||||
these messages, but consider also that the applicative processing
|
|
||||||
of an XML DOM tree is more complicated than just accessing
|
|
||||||
certain elements in a JSON data structure or PSYC variable mapping.
|
|
||||||
|
|
||||||
* Conclusions
|
* Conclusions
|
||||||
|
|
||||||
After all it is up to you to find out which format fulfils your
|
After all it is up to you to find out which format fulfils your
|
||||||
|
|
Loading…
Reference in a new issue