worker-threads topic
SharedMap
Vanilla JS Implementation of SharedMap, a synchronous multi-threading capable, fine-grain-locked with deadlock recovery, static memory allocated, coalesced-chaining HashMap, backed by SharedArrayBuf...
brow
🤨 A generic background thread worker for shipping events to some API backend.
workerpool
A simple thread pool for stateful parallel task execution
iworker
Promise-based wrapper for worker_threads
MicroWorkers
A micro workers class that easily manages a pool of threads to optimise simultaneous jobs and jobs endings, for MicroPython (used on Pycom modules & ESP32)
tinypool
🧵 A minimal and tiny Node.js Worker Thread Pool implementation (38KB)
terminal-in-browser
This is an adventurous project where I aimed to input terminal commands in browser and execute them in server, and through websocket protocol show the actual terminal updates into the browser in real...
tasktorrent
A fast shared & distributed memory task-based runtime in C++
worker-threads-NodeJS
Benchmark nodeJS worker threads for calculating prime numbers, using various dataStructures
funthreads
🧵 A lightweight tool built on top of worker_threads, enabling multithreading.