|
|
| No such thing as a small change | |
| PerlMonks |
Re: Re: A (memory) poor man's <strike>hash</strike> lookup table.by BrowserUk (Pope) |
| on Nov 22, 2003 at 09:43 UTC ( #309141=note: print w/ replies, xml ) | Need Help?? |
|
The timing comes out to 10 minutes for the insertion and 9.6 minutes for iteration of the million keys.
I think that it may be possible to improve this a little by updating the module. It uses local several places where my would probably be quicker. Though, I suspect that the main performance hit is the cost of tie rather than the implementation. Part of my reasoning for liking the mechanism I described was that it was simple enough in it's implementation that it could be coded directly avoiding the need for tie. I also think that it would be possible to improve the user interface by having the module perform any padding required rather than the caller,
In Section
Meditations
|
|
||||||||||||||||||||