bobbytables 0.2.0

Atomic hashmap for incrementing integers
Documentation

BobbyTables

Build Status Crates.io Release

Do you need to increment integers? Do you need to increment them quickly? Then this is the hashtable for you. Built on Patented "My Friend Rob Made it Up" technology. BobbyTables uses rusts builtin support for atomics to provide a threadsafe hashtable that can be used for storing integers using 16 byte keys. Based on the original implementation made by robgssp for UVB.