in reply to Re^2: Performance issues with subroutines/methods
in thread Performance issues with subroutines/methods

Array-based objects are faster than hash-based objects. You don't need to use a module to get array-based objects.

I see the POD claims that its hashed-based objects are still faster than conventional hash-based objects. I'd like to see the benchmark.

Given the amount of work this module is doing behind the covers, I would need to see the benchmark.

And shareable between threads, that's a really clever trick.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."
  • Comment on Re^3: Performance issues with subroutines/methods