bobbytables

Crates.iobobbytables
lib.rsbobbytables
version0.2.0
sourcesrc
created_at2016-11-19 19:06:55.171474
updated_at2017-02-27 04:18:09.015363
descriptionAtomic hashmap for incrementing integers
homepage
repositoryhttps://github.com/rossdylan/bobbytables
max_upload_size
id7309
size15,005
gpx-publishers (github:georust:gpx-publishers)

documentation

README

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.

Commit count: 22

cargo fmt