out of the cave

This commit is contained in:
psyc://psyced.org/~lynX 2011-05-24 21:59:09 +02:00
parent 7c6c616650
commit 4c90961fdc
1 changed files with 5 additions and 7 deletions

View File

@ -166,6 +166,11 @@ not performed.
| / | < | > | < | > | < | | > |
| <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
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
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
After all it is up to you to find out which format fulfils your