diff --git a/packages.json b/packages.json index de35ef5..a78b9ef 100644 --- a/packages.json +++ b/packages.json @@ -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",