betterthread
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "betterthread", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Easily write high-performance multithreaded JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,2 +28,12 @@ # BetterThread | ||
### What about x library? | ||
| Project | Comparison | | ||
|---|---| | ||
|[hamsters.io](https://www.hamsters.io/wiki#node)| Browser only, does [not](https://www.hamsters.io/wiki#node) perform true multithreading on Node.js. | | ||
|[napa.js](https://github.com/Microsoft/napajs) | Uses native modules to achieve multithreading and does not run on arm64 architectures. | ||
|[threads.js](https://github.com/andywer/threads.js/tree/master)| Runs on both Node and the browser; betterthread currently only supports Node. | ||
### Do I need to use the experimental Worker feature in `10.5.0`? | ||
@@ -60,2 +70,6 @@ | ||
### What platforms does this support? | ||
### What other neat things can I do with this that aren't in the examples? | ||
@@ -62,0 +76,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16063
101