@jawis/shared-page-heap
Version:
Heap for concurrent programs.
31 lines (30 loc) • 723 B
JSON
{
"sideEffects": false,
"version": "5.0.0-dev",
"name": "@jawis/shared-page-heap",
"description": "Heap for concurrent programs.",
"dependencies": {
"@jawis/jab": "^5.0.0-dev",
"@jawis/shared-algs": "^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-page-heap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wistoft/jawis.git",
"directory": "packages/shared-page-heap"
},
"license": "MIT"
}