Changes between Version 2 and Version 3 of Ticket #56793, comment 11


Ignore:
Timestamp:
May 23, 2021, 2:21:19 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56793, comment 11

    v2 v3  
    11Based on a cursory look at the process sample, I'm wondering if there is a less-than-optimal hashtable implementation somewhere? Or a case where the hashtable (within sqlite3, or wherever) needs to be initialized with a much larger default size.
    22
    3 Ultimately this looks like a classic case where a hashtable has a very small number of buckets, resulting in a high rate of hash clashes.
     3Ultimately this looks like a classic case where a hashtable has a very small number of buckets, resulting in a high rate of key clashes.