Added package weave (#1273)

This commit is contained in:
Mamy Ratsimbazafy 2019-12-15 19:55:35 +01:00 committed by Miran
parent c21bae9793
commit 0717875dad

View File

@ -15609,5 +15609,23 @@
"description": "A compile-time, compact, fast, without allocation, state-machine generator.",
"license": "MIT or Apache License 2.0",
"web": "https://github.com/mratsim/Synthesis"
},
{
"name": "weave",
"url": "https://github.com/mratsim/weave",
"method": "git",
"tags": [
"multithreading",
"parallelism",
"task-scheduler",
"scheduler",
"runtime",
"task-parallelism",
"data-parallelism",
"threadpool"
],
"description": "a state-of-the-art ùultithreading runtime",
"license": "MIT or Apache License 2.0",
"web": "https://github.com/mratsim/weave"
}
]