--- JSON-XS/Changes 2010/01/07 06:35:43 1.137 +++ JSON-XS/Changes 2010/03/11 17:36:09 1.141 @@ -1,5 +1,13 @@ Revision history for Perl extension JSON::XS +TODO: document precision loss for floating point. + - implement our own atof function - perl's can be orders of + magnitudes slower than even the system one. on the positive + side, ours seems to be more exact in general than perl's. + (testcase provided by Tim Meadowcroft). + - update jpsykes csrf article url. + - updated benchmark section - JSON::PP became much faster! + 2.27 Thu Jan 7 07:35:08 CET 2010 - support relaxed option inside the incremental parser (testcase provided by IKEGAMI via Makamaka).