@jawis/shared-buffer-store
Version:
Store for variable sized buffers to use in concurrent programs.
32 lines (31 loc) • 806 B
JSON
{
"sideEffects": false,
"version": "5.0.0-dev",
"name": "@jawis/shared-buffer-store",
"description": "Store for variable sized buffers to use in concurrent programs.",
"dependencies": {
"@jawis/jab": "^5.0.0-dev",
"@jawis/shared-algs": "^5.0.0-dev",
"@jawis/shared-lock": "^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-buffer-store#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wistoft/jawis.git",
"directory": "packages/shared-buffer-store"
},
"license": "MIT"
}