in reply to A short meditation about hash search performance
It is know that commonly used in C library qsort is also O(N*N) in worst case and something like O(N*LOG(N)) in real life.
Also sorting method changed to mergesort in perl-5.8.0 and it was qsort for earlier perls.
Best regards,
Courage, the Cowardly Dog
|
---|