From 5e75e928418a4ea2b2c1af29195f851dafd2c8b0 Mon Sep 17 00:00:00 2001 From: Olli Niinivaara Date: Thu, 30 Apr 2020 11:36:53 +0300 Subject: [PATCH] added StashTable (#1445) --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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",