aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorElliot Barlas <elliotbarlas@gmail.com>2024-01-04 12:06:19 -0800
committerGitHub <noreply@github.com>2024-01-04 21:06:19 +0100
commita8bd6b58ce10678719aaa633171676503206e18e (patch)
tree6985616dd51a0bd20b174eed23c41504fcce8404 /etc
parent0c59483985abf0ecc27c6b680033d27b763bd6b3 (diff)
Elliot Barlas: Use proper hash key collision detection scheme
* Use open-addressing scheme to deal with hash table collisions. Reduce concurrency from 16 to 8. Use bit mask rather than mod operator to confine hash code to table range. * Properly handle file partitions that reside entirely within a line. * Reorder statements in doProcessBuffer.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions