in reply to Re: Fastest data structure compare?
in thread Fastest data structure compare?
If you were going to use Data::Dumper or YAML, why wouldn't you use Storable - isn't that generally the fastest serializer?
This is for CHI (http://cpan.uwinnipeg.ca/dist/CHI). There are instances when you want to grab a cache object for a particular namespace "from the ether", and have it automatically return the same object if it was already requested. Think of DBI->connect_cached.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Fastest data structure compare?
by JavaFan (Canon) on May 20, 2009 at 21:39 UTC |