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:
Nicholas Clark
Date:
January 30, 2008 01:47
Subject:
Re: [perl #50352] Perl 5.10 Storable extremely slow for large trees of data
Message ID:
20080130094717.GX38653@plum.flirble.org
On Wed, Jan 30, 2008 at 09:43:22AM -0000, Steve Hay wrote:

> Not straight out-of-the-box. I tried with 1.0.14 and then again with
> 2.12 (the version prior to the UTF8 changes), but they both choke on
> "case SVt_PVBM" in sv_type(). I don't know how to workaround that to get
> it building with 5.10, but if it (and any other build problems) can be

I think like this:

#if PERL_VERSION < 9
	case SVt_PVBM:
#endif

It's what the current Storable has, and I'd be surprised if anyone ever
managed to get an SV of type SVt_PVBM into a data structure that they were
able to pass into Storable.

Nicholas Clark

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