Subject: | Problems dumping some data structures |
Date: | Sat, 16 Sep 2017 17:02:47 -1000 |
To: | bug-Data-Dx [...] rt.cpan.org |
From: | Joel Roth <joelz [...] pobox.com> |
Dear Maintainer,
In experiments with Data::Dx this week under perl 5.24.1, I
found my process consuming all CPU/memory after trying to
dump a large multilevel data structure all ASCII characters.
I observed another oddity in dumping an AoH structure with
Japanese character data as hash values: Calling 'Dx @array'
clobbered the data in @array, leaving the array empty.
Both data structures dump immediately with Data::Dump.
Regards,
Joel Roth
--