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


in reply to Re: Optimize Large, Complex JSON decoding
in thread Optimize Large, Complex JSON decoding

Thanks for your suggestions. As I'm still learning Perl, what do you recommend instead of
my @interactions = $json_data -> {'interactions'}; # A scalar of a +n array of hashes
I am parsing only 11846 records per second.