Double hashtable bucket size, halve parallelism.
authorMatt Corallo <git@bluematt.me>
Tue, 14 Sep 2021 19:04:04 +0000 (19:04 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 14 Sep 2021 19:04:04 +0000 (19:04 +0000)
commit81e2215518fa76a2dc0dc88105550bf26c86c27b
treece2e7a62e4cca51d93d5cc0da7f7a0b170664266
parent80e92801d22e22493f9f0505a8ed06e6ca95716d
Double hashtable bucket size, halve parallelism.

256-way parallelism should suffice for most use-cases, but 16-entry
buckets should allow for much lower collisions than 8-entry buckets.

This also adds calculation for hash table collision.
README.md
collision_prob.py [new file with mode: 0644]
xdp.c