RE: Hash performance v. hash size setting

"Ludwig, Michael" <[email protected]>
Newsgroups gmane.comp.lang.perl.active-perl
Message-ID <[email protected]>
> Because the actual process is rather slow--and I'm not sure there's 
> much to be done to speed things up, I try to pick up what snippets of 
> performance I can in the setup code, hence my query.

I'd look for other things first:

* execution model: persistent Perl process, or started anew?
* network access
* disk access
* inter-process communication
* locking

Maybe one of those has a big speed-up potential?!

--
Michael Ludwig
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.