diff --git a/bench/benchmark.org b/bench/benchmark.org index a3b439d..2e6c9a5 100644 --- a/bench/benchmark.org +++ b/bench/benchmark.org @@ -166,6 +166,11 @@ not performed. | / | < | > | < | > | < | | > | | | | | | | | | | +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