2 unstable releases

Uses old Rust 2015

0.2.0 Feb 27, 2017
0.1.0 Nov 19, 2016

#12 in #increment

MIT license

14KB
375 lines

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.

No runtime deps