mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
+
This commit is contained in:
parent
f751df023f
commit
283b11c2cd
1 changed files with 10 additions and 10 deletions
|
@ -131,9 +131,12 @@ a simple strlen scan of the respective message is provided for comparison.
|
||||||
|
|
||||||
| input: | PSYC | | JSON | | | XML | |
|
| input: | PSYC | | JSON | | | XML | |
|
||||||
| parser: | strlen | libpsyc | json-c | json-glib | libxml sax | libxml | rapidxml |
|
| parser: | strlen | libpsyc | json-c | json-glib | libxml sax | libxml | rapidxml |
|
||||||
|--------------+--------+---------+--------+-----------+------------+--------+----------|
|
|-----------------+--------+---------+--------+-----------+------------+--------+----------|
|
||||||
| user profile | 55 | 608 | 4715 | 16503 | 7350 | 12377 | 2477 |
|
| user profile | 55 | 608 | 4715 | 16503 | 7350 | 12377 | 2477 |
|
||||||
|--------------+--------+---------+--------+-----------+------------+--------+----------|
|
| psyc-unfriendly | 70 | 286 | 2892 | 12567 | 5538 | 8659 | 1896 |
|
||||||
|
| json-unfriendly | 49 | 430 | 2328 | 10006 | 5141 | 7875 | 1751 |
|
||||||
|
| xml-unfriendly | 37 | 296 | 2156 | 9591 | 5571 | 8769 | 1765 |
|
||||||
|
|-----------------+--------+---------+--------+-----------+------------+--------+----------|
|
||||||
| / | < | > | < | > | < | | > |
|
| / | < | > | < | > | < | | > |
|
||||||
| | <r> | <r> | <r> | <r> | <r> | <r> | <r> |
|
| | <r> | <r> | <r> | <r> | <r> | <r> | <r> |
|
||||||
|
|
||||||
|
@ -145,9 +148,6 @@ Pure syntax comparisons above, protocol performance comparisons below:
|
||||||
| presence | 30 | 236 | 2463 | 10016 | 4997 | 7557 | 1719 |
|
| presence | 30 | 236 | 2463 | 10016 | 4997 | 7557 | 1719 |
|
||||||
| chat msg | 40 | 295 | 2147 | 9526 | 5997 | 9777 | 1893 |
|
| chat msg | 40 | 295 | 2147 | 9526 | 5997 | 9777 | 1893 |
|
||||||
| activity | 42 | 353 | 4666 | 16327 | 13357 | 28858 | 4356 |
|
| activity | 42 | 353 | 4666 | 16327 | 13357 | 28858 | 4356 |
|
||||||
| psyc-unfriendly | 70 | 286 | 2892 | 12567 | 5538 | 8659 | 1896 |
|
|
||||||
| json-unfriendly | 49 | 430 | 2328 | 10006 | 5141 | 7875 | 1751 |
|
|
||||||
| xml-unfriendly | 37 | 296 | 2156 | 9591 | 5571 | 8769 | 1765 |
|
|
||||||
|-----------------+--------+---------+--------+-----------+------------+--------+----------|
|
|-----------------+--------+---------+--------+-----------+------------+--------+----------|
|
||||||
| / | < | > | < | > | < | | > |
|
| / | < | > | < | > | < | | > |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue