--- JSON-XS/Changes 2009/01/30 15:28:21 1.122 +++ JSON-XS/Changes 2009/02/22 06:55:28 1.125 @@ -1,5 +1,15 @@ Revision history for Perl extension JSON::XS + - use an exponential algorithm to extend strings, to + help platforms with bad or abysmal/windows memory + allocate performance, at the expense of some memory + wastage (use shrink to recover this extra memory). + (nicely analysed by Dmitry Karasik). + +2.2311 Thu Feb 19 02:12:54 CET 2009 + - add a section "JSON and ECMAscript" to explain some + incompatibilities between the two (problem was noted by + various people). - add t/20_faihu.t. 2.231 Thu Nov 20 04:59:08 CET 2008 @@ -7,7 +17,7 @@ (such as $1) would permanently damage them as perl would ignore the magicalness, by making a full copy of the string, reported by Dmitry Karasik. - - work around spurious wanrings under older perl 5.8's. + - work around spurious warnings under older perl 5.8's. 2.23 Mon Sep 29 05:08:29 CEST 2008 - fix a compilation problem when perl is not using char * as, well,