stardust-parallel-js 1.0.5 → 1.0.6
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 +1 -1
- package/README.ru.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -291,7 +291,7 @@ const pool = new ThreadPool(os.cpus().length * 2);
|
|
|
291
291
|
|
|
292
292
|
## 💬 Feedback
|
|
293
293
|
|
|
294
|
-
Found a bug? Have an idea? [Create an issue](https://github.com/b1411/
|
|
294
|
+
Found a bug? Have an idea? [Create an issue](https://github.com/b1411/parallel.js)!
|
|
295
295
|
|
|
296
296
|
⭐ If the library helped you - give it a star on [GitHub](https://github.com/b1411/stardust-parallel-js)!
|
|
297
297
|
|
package/README.ru.md
CHANGED
|
@@ -292,7 +292,7 @@ const pool = new ThreadPool(os.cpus().length * 2);
|
|
|
292
292
|
|
|
293
293
|
## 💬 Обратная связь
|
|
294
294
|
|
|
295
|
-
Нашли баг? Есть идея? [Создайте issue](https://github.com/b1411/
|
|
295
|
+
Нашли баг? Есть идея? [Создайте issue](https://github.com/b1411/parallel.js)!
|
|
296
296
|
|
|
297
297
|
⭐ Если библиотека помогла вам - поставьте звезду на [GitHub](https://github.com/b1411/stardust-parallel-js)!
|
|
298
298
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stardust-parallel-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
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",
|