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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56793, comment 11

    v3 v4  
    1 Based 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.
     1Based 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
    33Ultimately this looks like a classic case where a hashtable has a very small number of buckets, resulting in a high rate of key clashes.