http://www.perlmonks.org?node_id=307396


in reply to Re: Re: A short meditation about hash search performance
in thread A short meditation about hash search performance

Once again you have posted a meditation in which you have made claims about Perl performance which differs vastly from reality. Again, a little bit of research on your part would have revealed the re-hashing algorithm in place to deal with hash collisions. My suggestion for you is to read through the Perl source tree, before you post about perceived issues or dogma relating to Perl performance.

  • Comment on Re: Re: Re: A short meditation about hash search performance