# jofpin/turbit

Build applications, scripts, and automations powered by high-performance multicore computing using Node.js

Repository: https://github.com/jofpin/turbit
Canonical: https://ross.abutalabs.com/products/turbit
Homepage: https://turbit.co
Language: JavaScript
License: MIT
License Family: permissive
Topics: cpu-booster, high-performance, javascript, multicore, multithreading, nodejs, parallel-computing, parallel-programming, parallelism
Last push: 2024-08-03T20:40:11+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 54
- inputs: {"age_days": 761, "days_push": 760, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2448, forks 359 (observed 2026-08-28T04:06:52.829516+00:00)

## What it is
Turbit is a high-speed multicore computing library for Node.js that optimizes computationally intensive operations by parallelizing work across CPU cores. It provides a simple, user-friendly API for parallel processing in applications, scripts, and automations.

## Use cases
- parallelize heavy data processing across CPU cores in Node.js
- speed up scientific computations and simulations
- process large datasets in batches faster
- accelerate complex algorithmic and mathematical operations
- build high-performance scripts and automations using multicore CPUs

## When to choose
- you have CPU-bound, computationally intensive workloads in Node.js
- you want a simple API for parallel processing without managing worker threads manually
- you need to leverage multicore CPUs for data processing or batch jobs

## When to avoid
- your workload is I/O-bound rather than CPU-bound
- you need GPU acceleration for AI or heavy numeric work
- your tasks cannot be parallelized or involve heavy shared state

## Facets
- artifact type: library
- maturity: active
- function: concurrency, developer-tools
- domain: developer-tools, performance
- platform: -
- tags: parallel-computing, multicore, multithreading, cpu-optimization, worker-threads, algorithms, nodejs, javascript

## Member repositories
- jofpin/turbit (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:52.829516+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:30:28.962862+00:00, confidence not recorded.
  - readme: https://github.com/jofpin/turbit (fetched 2026-08-28T04:06:52.829516+00:00, sha 1185d35f175b)
  - registry_npm: https://registry.npmjs.org/turbit (fetched 2026-08-29T10:11:46.740958+00:00, sha 2dab9b9e2d63)
- Data as of 2026-08-30T08:39:29.467469+00:00.
