|
|
| No such thing as a small change | |
| PerlMonks |
Re: Benchmark on deserializing databy adrianh (Chancellor) |
| on Apr 26, 2007 at 21:01 UTC ( #612269=note: print w/ replies, xml ) | Need Help?? |
|
Most important I don't understand why both methods using Storable are slower than the other two using plain split for deserialization. It's because Storable can cope with pretty much anything. Try doing something like this:
with split - or persisting something with with a "|" character in a hash value :-) Storable is general - and you'll sometimes pay for that with speed.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||