in reply to Re^2: Better Hash Tables?
in thread Better Hash Tables?
If you read my comment, you can see me stating openly that I only react to the article, not to the paper. :-)
I'm not through the paper yet and I admit I would prefer if they stated the algorithm (also) using (pseudo)code rather than (just) by a mix of english and maths, but so far I really do not think we will see this in perl any time soon. The algorithm looks fairly complicated and while I have no reason to dispute the asymptotic behavior, I would expect the real world performance for hashes that are not excessively full to be rather bad and I do believe that for real world applications it will be better to allocate more memory for the table than to complicate the code.
Jenda
1984 was supposed to be a warning,
not a manual!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Better Hash Tables?
by jo37 (Curate) on Feb 20, 2025 at 07:36 UTC | |
by Jenda (Abbot) on Feb 26, 2025 at 00:21 UTC |