ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS.pm
(Generate patch)

Comparing JSON-XS/XS.pm (file contents):
Revision 1.70 by root, Tue Nov 13 22:59:08 2007 UTC vs.
Revision 1.71 by root, Sun Nov 25 14:23:57 2007 UTC

890It shows the number of encodes/decodes per second (JSON::XS uses 890It shows the number of encodes/decodes per second (JSON::XS uses
891the functional interface, while JSON::XS/2 uses the OO interface 891the functional interface, while JSON::XS/2 uses the OO interface
892with pretty-printing and hashkey sorting enabled, JSON::XS/3 enables 892with pretty-printing and hashkey sorting enabled, JSON::XS/3 enables
893shrink). Higher is better: 893shrink). Higher is better:
894 894
895 Storable | 15779.925 | 14169.946 |
896 -----------+------------+------------+
897 module | encode | decode | 895 module | encode | decode |
898 -----------|------------|------------| 896 -----------|------------|------------|
899 JSON | 4990.842 | 4088.813 | 897 JSON | 4990.842 | 4088.813 |
900 JSON::DWIW | 51653.990 | 71575.154 | 898 JSON::DWIW | 51653.990 | 71575.154 |
901 JSON::PC | 65948.176 | 74631.744 | 899 JSON::PC | 65948.176 | 74631.744 |

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines