owensgroup / SlabHash

A warp-oriented dynamic hash table for GPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insertPairUnique after deletion

maawad opened this issue · comments

Deleting a key replaces the key with an EMPTY_PAIR_64. Then the first deleted key will be overwritten during unique insertion without checking all the bucket keys.