worker-threads topic

List worker-threads repositories

SharedMap

37
Stars
8
Forks
Watchers

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

20
Stars
1
Forks
Watchers

🤨 A generic background thread worker for shipping events to some API backend.

workerpool

30
Stars
4
Forks
Watchers

A simple thread pool for stateful parallel task execution

iworker

18
Stars
1
Forks
Watchers

Promise-based wrapper for worker_threads

MicroWorkers

40
Stars
10
Forks
Watchers

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

1.1k
Stars
29
Forks
Watchers

🧵 A minimal and tiny Node.js Worker Thread Pool implementation (38KB)

terminal-in-browser

37
Stars
8
Forks
Watchers

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

26
Stars
8
Forks
Watchers

A fast shared & distributed memory task-based runtime in C++

worker-threads-NodeJS

35
Stars
5
Forks
Watchers

Benchmark nodeJS worker threads for calculating prime numbers, using various dataStructures

funthreads

61
Stars
8
Forks
Watchers

🧵 A lightweight tool built on top of worker_threads, enabling multithreading.