added StashTable (#1445)

This commit is contained in:
Olli Niinivaara 2020-04-30 11:36:53 +03:00 committed by GitHub
parent f33ded26b2
commit 5e75e92841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17534,6 +17534,27 @@
"web": "https://github.com/khchen/wAuto",
"doc": "https://khchen.github.io/wAuto"
},
{
"name": "StashTable",
"url": "https://github.com/olliNiinivaara/StashTable",
"method": "git",
"tags": [
"hash table",
"associative array",
"map",
"dictionary",
"key-value store",
"concurrent",
"multi-threading",
"parallel",
"data structure",
"benchmark"
],
"description": "Concurrent hash table",
"license": "MIT",
"web": "https://github.com/olliNiinivaara/StashTable",
"doc": "http://htmlpreview.github.io/?https://github.com/olliNiinivaara/StashTable/blob/master/src/stashtable.html"
},
{
"name": "dimscord",
"url": "https://github.com/krisppurg/dimscord",