From e9dfc93c5e0a5ae2b6b37fca245d78114ba2f3b6 Mon Sep 17 00:00:00 2001 From: Michael Krauter Date: Fri, 16 Nov 2018 22:48:27 +0100 Subject: [PATCH] sharedmempool added (#922) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index ba3791d..4fbbb2f 100644 --- a/packages.json +++ b/packages.json @@ -11422,6 +11422,19 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-osrm" }, + { + "name": "sharedmempool", + "url": "https://github.com/mikra01/sharedmempool", + "method": "git", + "tags": [ + "pool", + "memory", + "thread" + ], + "description": "threadsafe memory pool ", + "license": "MIT", + "web": "https://github.com/mikra01/sharedmempool" + }, { "name": "css_html_minify", "url": "https://github.com/juancarlospaco/nim-css-html-minify",