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

mrousavy/react-native-multithreading

🧵 Fast and easy multithreading for React Native using JSI observed · 2026-08-28

github.com/mrousavy/react-native-multithreading · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: n/a
  • age_days: 1997
  • days_rel: n/a
  • days_push: 1384
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1171 stars · 52 forks observed · 2026-08-28

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

A React Native library that provides fast, low-overhead multithreading via JSI, letting developers offload blocking JavaScript calls or expensive calculations to separate threads. It is explicitly a proof of concept and not intended for production use.

Use cases

  • run blocking JS calls off the main React Native thread
  • offload expensive calculations to a background thread in React Native
  • avoid UI freezes from slow JSI calls like storage or SQLite operations
  • run JavaScript functions on a separate thread with low overhead
  • compute CPU-heavy tasks like Fibonacci in React Native without blocking the JS thread

When to choose

  • you are experimenting with JSI-based threading in React Native
  • you need to prototype offloading blocking JS work to another thread
  • you want a lightweight alternative to native module bridges for background work

When to avoid

  • you need a production-ready solution - the README explicitly warns against production use
  • you need camera frame processing - use react-native-vision-camera frame processors instead
  • you need long-term maintenance or broad React Native version support
  • you want to avoid manual native file edits during setup

Facets

library · maturity experimental

concurrency developer-tools mobile-development cross-platform performance cpp react-native jsi multithreading worklets proof-of-concept native-modules android ios

1 source

Member repositories

RepositoryRoleHealth v2
mrousavy/react-native-multithreadingmain23

For agents

markdown · JSON · MCP: product_card(name="mrousavy/react-native-multithreading")

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