stardust-parallel-js 1.0.7 → 1.0.8
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 +3 -3
- package/README.ru.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/stardust-parallel-js)
|
|
4
4
|
[](https://www.npmjs.com/package/stardust-parallel-js)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://github.com/b1411/
|
|
6
|
+
[](https://github.com/b1411/parallel.js)
|
|
7
7
|
[](https://nodejs.org)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
9
9
|
[](https://bundlephobia.com/package/stardust-parallel-js)
|
|
10
|
-
[](https://github.com/b1411/
|
|
10
|
+
[](https://github.com/b1411/parallel.js)
|
|
11
11
|
|
|
12
12
|
> 📖 **Other languages:** [Русский](./README.ru.md)
|
|
13
13
|
|
|
@@ -293,7 +293,7 @@ const pool = new ThreadPool(os.cpus().length * 2);
|
|
|
293
293
|
|
|
294
294
|
Found a bug? Have an idea? [Create an issue](https://github.com/b1411/parallel.js)!
|
|
295
295
|
|
|
296
|
-
⭐ If the library helped you - give it a star on [GitHub](https://github.com/b1411/
|
|
296
|
+
⭐ If the library helped you - give it a star on [GitHub](https://github.com/b1411/parallel.js)!
|
|
297
297
|
|
|
298
298
|
## 📦 Requirements
|
|
299
299
|
|
package/README.ru.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/stardust-parallel-js)
|
|
4
4
|
[](https://www.npmjs.com/package/stardust-parallel-js)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
|
-
[](https://github.com/b1411/
|
|
6
|
+
[](https://github.com/b1411/parallel.js)
|
|
7
7
|
[](https://nodejs.org)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
9
9
|
[](https://www.npmjs.com/package/stardust-parallel-js)
|
|
10
|
-
[](https://github.com/b1411/
|
|
10
|
+
[](https://github.com/b1411/parallel.js)
|
|
11
11
|
|
|
12
12
|
> 📖 **Другие языки:** [English](./README.md)
|
|
13
13
|
|
|
@@ -294,7 +294,7 @@ const pool = new ThreadPool(os.cpus().length * 2);
|
|
|
294
294
|
|
|
295
295
|
Нашли баг? Есть идея? [Создайте issue](https://github.com/b1411/parallel.js)!
|
|
296
296
|
|
|
297
|
-
⭐ Если библиотека помогла вам - поставьте звезду на [GitHub](https://github.com/b1411/
|
|
297
|
+
⭐ Если библиотека помогла вам - поставьте звезду на [GitHub](https://github.com/b1411/parallel.js)!
|
|
298
298
|
|
|
299
299
|
## 📦 Требования
|
|
300
300
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stardust-parallel-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Simple parallel execution library for Node.js using Worker Threads. Execute CPU-intensive tasks with thread pools and isolated workers. Supports both regular and arrow functions.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|