Ross ROSS = Recommend OSS · open-source software intelligence for agents

krakjoe/parallel

A succinct parallel concurrency API for PHP8 observed · 2026-08-28

github.com/krakjoe/parallel · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 99
  • Release rhythm 77
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 46.5
  • age_days: 2760
  • days_rel: 73
  • days_push: 8
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

1594 stars · 97 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PHP 8 extension written in C providing a succinct parallel concurrency API with Runtime, Future, and Channel primitives for true multithreading. It is documented in the official PHP manual and maintained by Joe Watkins (krakjoe).

Use cases

  • run PHP closures in parallel threads
  • execute CPU-bound work concurrently in PHP
  • offload blocking tasks to background runtimes
  • communicate between threads with channels
  • get results from parallel tasks via futures
  • speed up batch processing in PHP scripts

When to choose

  • you need true parallelism (not async) in PHP 8
  • you have CPU-bound workloads that block the request
  • you want a low-level, succinct threading API for PHP
  • you are comfortable installing and managing PHP extensions

When to avoid

  • you only need async I/O (use ReactPHP, Swoole, or Fibers instead)
  • you are on PHP 7 or earlier
  • you cannot install C extensions on your hosting environment
  • your workload is I/O-bound and single-threaded execution suffices

Facets

library · maturity active

concurrency developer-tools backend windows php php-extension parallelism threads php8 c-extension linux macos

1 source

Member repositories

RepositoryRoleHealth v2
krakjoe/parallelmain92

For agents

markdown · JSON · MCP: product_card(name="krakjoe/parallel")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem