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

atemerev/skynet resource

Skynet 1M threads microbenchmark observed · 2026-08-28

github.com/atemerev/skynet · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 3853
  • days_rel: n/a
  • days_push: 1027
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1062 stars · 119 forks observed · 2026-08-28

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

A multi-language microbenchmark that spawns one million actors/coroutines/futures in a recursive fan-out tree and sums their results, comparing concurrency runtimes across languages. It includes implementations in Erlang, Go, Scala/Akka, Haskell, .NET, Rust, Crystal, LuaJIT, and more, with published timing results.

Use cases

  • compare concurrency performance across programming languages
  • benchmark actor model runtimes like Erlang and Akka
  • measure goroutine spawn overhead in Go
  • evaluate async/await and futures performance in .NET
  • test how a runtime handles one million lightweight threads
  • learn how the skynet concurrency benchmark works

When to choose

  • you want a simple, well-known workload to compare concurrency runtimes
  • you are evaluating languages for massive lightweight-thread workloads
  • you want a reproducible microbenchmark for actor or coroutine systems

When to avoid

  • you need a realistic application-level benchmark rather than a microbenchmark
  • your workload is I/O-bound or involves real network traffic
  • you need actively maintained benchmark suites with CI and updated results

Facets

learning-resource · maturity maintenance

benchmarking concurrency performance programming-languages cross-platform jvm go rust cpp dotnet python elixir microbenchmark actor-model concurrency-comparison multi-language goroutines erlang-processes algorithms

1 source

Member repositories

RepositoryRoleHealth v2
atemerev/skynetmain32

For agents

markdown · JSON · MCP: product_card(name="atemerev/skynet")

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