From 1e79c2e18944dc1d4e56a1d17029af7b45652e9d Mon Sep 17 00:00:00 2001 From: shayanhabibi <57953499+shayanhabibi@users.noreply.github.com> Date: Sun, 19 Sep 2021 22:50:00 +0800 Subject: [PATCH] added loony (#2010) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8fd7203..e2e0dce 100644 --- a/packages.json +++ b/packages.json @@ -23754,5 +23754,20 @@ "description": "Surfing is a highly functional CLI for Base64.", "license": "MIT", "web": "https://github.com/momeemt/surfing" + }, + { + "name": "loony", + "url": "https://github.com/shayanhabibi/loony", + "method": "git", + "tags": [ + "fifo", + "queue", + "concurrency", + "cps" + ], + "description": "Lock-free threadsafe MPMC with high throughput", + "license": "MIT", + "web": "https://github.com/shayanhabibi/loony", + "doc": "https://github.com/shayanhabibi/loony/blob/main/README.md" } ]