Add ETS subscription index with candidate narrowing

This commit is contained in:
2026-03-13 20:53:43 +01:00
parent 336b192492
commit df3f2dae8d
5 changed files with 605 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ Implementation checklist for Parrhesia relay.
## Phase 3 — fanout + performance primitives
- [ ] Build ETS-backed subscription index
- [ ] Implement candidate narrowing by kind/author/tag
- [x] Build ETS-backed subscription index
- [x] Implement candidate narrowing by kind/author/tag
- [ ] Add bounded outbound queues/backpressure per connection
- [ ] Add telemetry for ingest/query/fanout latency + queue depth