iyem
Multi-threader
A Node.js implementation of multi-threading using JavaScript
Nodejs with Multi Thread
7 stars
2 watching
1 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
josdejong/workerpool | A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications. | 2,093 |
moteus/lua-llthreads2 | Reimplemented multithreading library with improved Lua support and threading control | 76 |
mratsim/weave | A high-performance multithreading runtime for Nim that provides fine-grained parallelism and ultra-low overhead | 539 |
lexi-lambda/threading | A collection of macros for Racket to facilitate thread-safe programming | 49 |
nodeca/multimath | Simplifies creation of small CPU-intensive webassembly modules with fallback to JavaScript implementations | 71 |
xk/node-threads-a-gogo | A native Node.js module that moves CPU-bound tasks out of the event loop to run in parallel on multiple threads | 1,409 |
max-mapper/art-of-node | An introduction to Node.js designed for readers with a basic understanding of programming and collaboration tools. | 9,814 |
lume/glas | Porting Three.js to AssemblyScript and WebAssembly for high-performance 3D graphics in web applications. | 887 |
imakewebthings/timeline | A generic event timeline for Node.js or the browser written in CoffeeScript | 51 |
ohmjs/ohm | A toolkit for building parsers and compilers using parsing expression grammars | 5,005 |
hleuwer/luasnmp | A Lua binding to the net-snmp library for monitoring network devices | 11 |
status-im/nim-taskpools | A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. | 102 |
kilim/kilim | Enables cooperative multitasking and message passing in Java to simplify concurrent programming | 1,781 |
luqmana/rust-opencl | Bindings for using OpenCL from Rust to access parallel processing capabilities | 170 |
oleksiyk/kafka | A Node.js client implementing Apache Kafka 0.9 with additional features and options for producer and consumer functionality | 297 |