@digitaldefiance/node-accelerate 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,13 @@
|
|
|
3
3
|
High-performance Apple Accelerate framework bindings for Node.js. Get **283x faster** matrix operations and **5-8x faster** vector operations on Apple Silicon (M1/M2/M3/M4).
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/node-accelerate)
|
|
6
|
-
[
|
|
6
|
+
[](https://github.com/Digital-Defiance/node-accelerate/blob/main/LICENSE)
|
|
7
|
+
[](https://github.com/Digital-Defiance/node-accelerate)
|
|
8
|
+
[](https://github.com/Digital-Defiance/node-accelerate/actions)
|
|
9
|
+
[](https://github.com/Digital-Defiance/node-accelerate)
|
|
10
|
+
[](https://nodejs.org/)
|
|
11
|
+
|
|
12
|
+
----
|
|
8
13
|
|
|
9
14
|
## Why?
|
|
10
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-accelerate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "High-performance Apple Accelerate framework bindings for Node.js - 283x faster matrix operations on Apple Silicon",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|