- Don't ape java.lang.String's bogo-sampling hash function for "long" (>=16 char) strings. - Theory and practice comment in pldhash.h helps analyze when to use double hashing (most of the time) vs. when to use chaining. - Subroutine ChangeTable from PL_DHashTableOperate so it can be called from PL_DHashTableEnumerate, if the latter finds that enough entries have been removed to be worth a shrink or compress cycle. git-svn-id: svn://10.0.0.236/trunk@89639 18797224-902f-48f8-a5cc-f745e15eee43
Description
No description provided
Languages
C++
31%
C
21.9%
HTML
13.3%
JavaScript
12.9%
Java
5.1%
Other
15.5%