- membership: swim, via foca
- cache replication: last-write-wins map
- rate limit replication: PN-counter
- clock: hybrid logical clock
- delta propagation: direct peer broadcast that bypasses swim protocol / foca because foca wasn't broadcasting nicely
- serialization: bincode
- eviction: lru with memory budget
- schema versioning: u8 version tag on deltas
we can change any of these after the fact fearlessly because hey, it's all in mem ya know?