@jawis/shared-algs
Version:
Data structures for building concurrent programs.
30 lines (29 loc) • 688 B
JSON
{
"sideEffects": false,
"version": "5.0.0-dev",
"name": "@jawis/shared-algs",
"description": "Data structures for building concurrent programs.",
"dependencies": {
"@jawis/jab": "^5.0.0-dev"
},
"keywords": [
"shared",
"shm",
"SharedArrayBuffer",
"concurrency",
"parallelism",
"multithreading",
"worker_threads",
"thread",
"Atomics"
],
"main": "./index.js",
"types": "./index.d.ts",
"homepage": "https://github.com/wistoft/jawis/tree/main/packages/shared-algs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wistoft/jawis.git",
"directory": "packages/shared-algs"
},
"license": "MIT"
}