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


in reply to Fast(er) serialization in Perl

You might consider using the profiler Devel::NYTProf to assess where the bottlenecks are in your code.

It provides verbose indication of how much time has been spent executing code at the subroutine and statement level.


What can be asserted without proof can be dismissed without proof. - Christopher Hitchens