On Thu, Jul 8, 2010 at 2:30 AM, Jonas Walldén @ Pike developers forum 10353@lyskom.lysator.liu.se wrote:
I've got a patch for copy_svalues_recursively_no_free() that I'd like to commit. The biggest gain is that the temporary mapping is only allocated when recursing into arrays/mappings/multisets with complex elements, and we now avoid placing simple elements in the mapping where they serve no purpose. Comments welcome on any breakage that this would lead to.
Do you have any numbers showing it gets faster?