http://www.perlmonks.org?node_id=935334


in reply to comparing nested data structures

So how is dumping the structures as text (which has to traverse the structures in any case) then parsing the text to recreate some internal representation to allow comparison of the structures going to be faster than a direct comparison?

True laziness is hard work