# anthdm/hollywood

Blazingly fast and light-weight Actor engine written in Golang

Repository: https://github.com/anthdm/hollywood
Canonical: https://ross.abutalabs.com/products/anthdm-hollywood
Language: Go
License: MIT
License Family: permissive
Topics: actor-model, distributed-systems, microservices, fault-tolerance, golang
Last push: 2026-06-06T09:40:56+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 86, release rhythm 40, longevity 93
- inputs: {"age_days": 1314, "days_push": 88, "days_rel": 555, "gap_med": 25.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2325, forks 179 (observed 2026-08-28T04:06:37.400292+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: concurrency, rpc, message-queue, microservices
- domain: microservices, backend, performance
- platform: go, windows, wasm
- tags: actor-model, actor-framework, low-latency, cluster, fault-tolerance, drpc, protobuf, real-time, linux, macos

## Member repositories
- anthdm/hollywood (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:37.400292+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:38:23.396367+00:00, confidence not recorded.
  - readme: https://github.com/anthdm/hollywood (fetched 2026-08-28T04:06:37.400292+00:00, sha 430dcab027b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
