develooper Front page | perl.datetime | Postings from January 2006

Re: DateTime performance

Thread Previous | Thread Next
From:
matthew
Date:
January 18, 2006 13:45
Subject:
Re: DateTime performance
Message ID:
84AA99F5-0947-45C3-A8AE-740E85D0EE5F@mcgillis.org
> Then no lib isn't doing what you want.

Agree. But, that is the point. Outside of recompiling perl with new  
paths or significantly altering DateTime to use far fewer  
dependancies nothing can really be done.

test4
#!/usr/bin/perl
BEGIN { @INC = grep !/5\.8\.[0-5]/, @INC }
use DateTime;

[matthew@green tmp]$ time perl test4

real    0m5.780s
user    0m5.524s
sys     0m0.188s

Matthew


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About