diff options
| author | Michael Krauter <mtkrauter@gmail.com> | 2018-11-16 22:48:27 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-16 21:48:27 +0000 |
| commit | e9dfc93c5e0a5ae2b6b37fca245d78114ba2f3b6 (patch) | |
| tree | 2dc401ef95a123b7194d0e66522b1b191d3abf69 | |
| parent | 0addabba6b2893f66231c22226ea886e0dcfc5af (diff) | |
| download | packages-e9dfc93c5e0a5ae2b6b37fca245d78114ba2f3b6.tar.gz packages-e9dfc93c5e0a5ae2b6b37fca245d78114ba2f3b6.zip | |
sharedmempool added (#922)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ba3791d..4fbbb2f 100644 --- a/packages.json +++ b/packages.json @@ -11423,6 +11423,19 @@ "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", "method": "git", |
