develooper Front page | perl.perl5.porters | Postings from January 2008

Re: [perl #50352] Perl 5.10 Storable extremely slow for large trees of data

Thread Previous | Thread Next
From:
Clinton Pierce
Date:
January 29, 2008 18:37
Subject:
Re: [perl #50352] Perl 5.10 Storable extremely slow for large trees of data
Message ID:
9e01efbb0801291036k187039e5s8778c55965eb3291@mail.gmail.com
On Jan 29, 2008 1:07 PM, Steve Hay <SteveHay@planit.com> wrote:

>  Yes, the usemymalloc=n means your 5.6 was using the system malloc anyway,
> so that doesn't explain your problem (although the perl malloc would still
> solve it if you were able to use it).
>
> I noticed that you were using 5.6.0 rather than the 5.6.2 that I tried, so
> I thought I'd give 5.6.0 a try too. I found that Storable 2.18 doesn't
> build with it, and I had to go back to 2.12 to get one that works.
> 5.6.0+2.12 (with the system malloc) takes about 0.7 secs here, which is a
> shade faster than 5.6.2+2.18, but not by much.
>
> The part of 2.13 onwards that doesn't build with 5.6.0 is UTF8 stuff
> (bytes_from_utf8 caused a linker error), and I see 2.13's ChangeLog
> mentions handling utf8 data. Perhaps this is the difference? (i.e. Your
> 5.6.0 used an old Storable that doesn't do UTF8 properly, and 5.10.0 is
> slower because it uses the current Storable which does handle it?)
>

That is a possibility.  We're not using any UTF8 stuff here at all -- it's
all 8-bit ASCII -- so I wouldn't have noticed a difference at all over the
years.

I checked the Storable in the 5.6 distribution we're using here -- Version
1.010.  Maybe I can get that version to compile against Perl 5.10?  I
honestly don't know.

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