lxsmnsyc/threadpoollite — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2019-03-01
Run heavy image processing tasks in parallel without freezing the page.
Offload data analysis or encryption work to background Web Workers.
Generate many parallel results (like random numbers) faster than running them one at a time.
Monitor how many workers are busy versus idle for finer control.
| lxsmnsyc/threadpoollite | amarjitjim/browserpilot | andershaig/cssess | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2019-03-01 | — | 2011-08-19 |
| Maintenance | Dormant | — | Dormant |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Tasks run in isolation and can't access page state directly, you must pass in everything they need.
A lightweight JavaScript library that manages a pool of Web Workers so heavy computations run in parallel without freezing the browser page.
Mainly JavaScript. The stack also includes JavaScript, Web Workers.
Dormant — no commits in 2+ years (last push 2019-03-01).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.