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

lasp-lang/partisan

High-performance, high-scalability distributed computing for the BEAM. observed · 2026-09-01

github.com/lasp-lang/partisan · homepage · Erlang · Apache-2.0 (permissive) observed · 2026-09-01

Health v2 · maintenance only

68/100

  • Activity 100
  • Release rhythm 10
  • Longevity 100
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: 3775
  • days_rel: 388
  • days_push: 2
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1047 stars · 71 forks observed · 2026-09-01

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

Partisan is a scalable, TCP-based membership system and distribution layer for the BEAM that replaces Distributed Erlang with pluggable overlay network backends. It enables high-performance distributed actor applications with configurable topologies, named channels, and message delivery guarantees.

Use cases

  • scale an Erlang cluster beyond Distributed Erlang's node limits
  • build a peer-to-peer gossip-based membership protocol on the BEAM
  • run geo-distributed actor applications with lower latency
  • separate control-plane and user messages across parallel TCP channels
  • implement a custom overlay network with minimal code
  • broadcast messages reliably across a large Erlang/Elixir cluster

When to choose

  • you need clusters larger than Distributed Erlang comfortably supports (hundreds to thousands of nodes)
  • you want pluggable overlay topologies like full-mesh, client-server, or HyParView
  • you need channel affinity, parallel connections, or custom failure detection
  • you're building distributed actor systems in Erlang or Elixir

When to avoid

  • you have a small cluster where standard Distributed Erlang works fine
  • you need a battle-tested, mainstream clustering solution with a large community
  • your project doesn't run on the BEAM (Erlang/Elixir/OTP)
  • you need causal delivery guarantees in production (still experimental)

Facets

library · maturity active

message-queue serialization networking concurrency rpc microservices backend elixir windows beam actor-model gossip-protocol failure-detection overlay-network hyparview membership tcp messaging real-time linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
lasp-lang/partisanmain68

For agents

markdown · JSON · MCP: product_card(name="lasp-lang/partisan")

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