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.

Replies are listed 'Best First'.
Re^3: Optimize Large, Complex JSON decoding
by Anonymous Monk on Sep 19, 2013 at 03:35 UTC