Update tags, description, and doc link for lockfreequeues (#1588)
This commit is contained in:
parent
86968ed7d5
commit
e07251cc3e
1 changed files with 12 additions and 4 deletions
|
|
@ -18651,15 +18651,23 @@
|
|||
"url": "https://github.com/elijahr/lockfreequeues",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"spsc",
|
||||
"mpsc",
|
||||
"mpmc",
|
||||
"queue",
|
||||
"lockfree",
|
||||
"lock-free",
|
||||
"waitfree",
|
||||
"wait-free",
|
||||
"circularbuffer",
|
||||
"circular-buffer",
|
||||
"ring-buffer",
|
||||
"spsc",
|
||||
"lock-free"
|
||||
"ringbuffer"
|
||||
],
|
||||
"description": "Single-producer, single-consumer, lock-free queue implementations for Nim.",
|
||||
"description": "Lock-free queue implementations for Nim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/elijahr/lockfreequeues"
|
||||
"web": "https://github.com/elijahr/lockfreequeues",
|
||||
"doc": "https://elijahr.github.io/lockfreequeues/"
|
||||
},
|
||||
{
|
||||
"name": "shene",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue