anthdm/hollywood
Blazingly fast and light-weight Actor engine written in Golang observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 86
- Release rhythm 40
- Longevity 93
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: 25.5
- age_days: 1314
- days_rel: 555
- days_push: 88
- n_releases_24m: 3
Adoption not part of the score
2325 stars · 179 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Hollywood is a fast, lightweight actor model engine for Go, supporting local and clustered distributed actors with guaranteed message delivery. It uses dRPC and optimized protobufs as transport and targets low-latency, high-throughput workloads.
Use cases
- build a game server with concurrent actors in Go
- write a low-latency trading engine
- implement fault-tolerant microservices with the actor model
- run distributed self-discovering actor clusters
- handle millions of messages per second between actors
- build an advertising broker backend
When to choose
- you need extremely high message throughput and low latency in Go
- you want lightweight actor semantics with clustering support
- you need WASM compatibility for actor-based code
- you want guaranteed delivery on actor failure
When to avoid
- you need a mature ecosystem like Akka with years of production hardening
- you only need simple background job queues rather than actor messaging
- your stack is not Go
- you need rich supervision and persistence features out of the box
Facets
library · maturity active
concurrency rpc message-queue microservices microservices backend performance go windows wasm actor-model actor-framework low-latency cluster fault-tolerance drpc protobuf real-time linux macos
1 source
- readme: https://github.com/anthdm/hollywood · fetched 2026-08-28 · 430dcab027b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| anthdm/hollywood | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="anthdm/hollywood")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem