1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/bench/results.org

811 B

Benchmark results

libpsyc

./testPsyc -snqc 1000000 -f $file
  • presence: 597 ms
  • chat_msg: 714 ms
  • user_profile: 1806 ms
  • activity: 903 ms

libjson

./testJson -snqc 1000000 -f $file
  • presence: 3247 ms
  • user_profile: 5847 ms
  • activity: 5768 ms

rapidxml

./rapidxml 1000000 $file
  • presence: 1719 ms
  • chat_msg: 1893 ms
  • user_profile: 2477 ms
  • activity: 4419 ms

rapidxml fast mode

fast_mode=1 ./rapidxml 1000000 $file
  • presence: 1643 ms
  • chat_msg: 1799 ms
  • user_profile: 2218 ms
  • activity: 4001 ms

libxml

./libxml 1000000 $file
  • presence: 7557 ms
  • chat_msg: 9777 ms
  • user_profile: 12377 ms
  • activity: 28858 ms

libxml sax

./libxml-sax 1000000 $file
  • presence: 4997 ms
  • chat_msg: 5997 ms
  • user_profile: 7350 ms
  • activity: 13357 ms