sharedmempool added (#922)

This commit is contained in:
Michael Krauter 2018-11-16 22:48:27 +01:00 committed by Dominik Picheta
parent 0addabba6b
commit e9dfc93c5e

View File

@ -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",