A fast, efficient Node.js Worker Thread Pool implementation
🧵 Make web workers & worker threads as simple as a function call.
Easy multi-core processing utilities for Node.
#面试#Cheat Sheet for Android Interviews
翻译 - Android面试备忘单
🧵 A minimal and tiny Node.js Worker Thread Pool implementation (38KB)
A typescript package to execute JavaScript and TypeScript code in a webassembly quickjs sandbox
100% Vanilla Javascript Multithreading & Parallel Execution Library
Non-blocking Concurrent Computation for JavaScript RTEs (Web Browsers, Node.js, Deno & Bun)
⚡ Multithreading functions in JavaScript to speedup heavy workloads, designed to feel like writing vanilla functions.
Asynchronous MySQL access library for PocketMine plugins.
#IOS#Use Multi-Threading / Worker Threads in Appcelerator Titanium.
Easy-to-use threading library providing all basic features to perform work in background mode (with simulation mode).
🧵 A lightweight tool built on top of worker_threads, enabling multithreading.
Multithreading in Node.js made simple with seamless TypeScript support.
⚡ Turbocharge your apps with multithreaded Svelte stores.
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)
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 ...
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...
Benchmark nodeJS worker threads for calculating prime numbers, using various dataStructures