/David Farrell

A Simple GPU Hash Table tl;dr: "Capable of hundreds of millions of insertions per second. Code inserts 64 million randomly generated key/values in about 210 milliseconds, and deletes 32 million of those key/value pairs in about 64 milliseconds."

featured in #176