Toggle navigation
{
P
}
About
(current)
Archives
(current)
Tags
(current)
Authors
(current)
Sponsorship
(current)
RSS
(current)
/David Farrell
A Simple GPU Hash Table
#Dictionary
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