ended3월 25일· 1 sources

I Built a Stream Processor That Only Recomputes What Changed

변경된 부분만 재계산하는 스트림 프로세서를 만들었다

Why it matters

The author built Ripple, a distributed stream processor that performs surgical incremental recomputation by combining a min-heap ordered by topological height with incremental fold operations, achieving 100x speedup over linear scans. To handle distributed delta propagation reliably, they developed a small idempotent delta algebra with six laws that ensures effectively-once semantics without distributed transactions.

1
Sources
+0
24h
Growth
177d
Active
Rippleincremental computationstream processingdelta algebratopological heap

Sources

Related Issues