No description
Find a file
enzotar e3da3b2d8b feat: signal propagation benchmarks + dev server HMR fix
Benchmarks (examples/benchmarks.html):
- Wide Fan-Out: 1→1000 derived signals (46K ops/s)
- Deep Chain: 100-layer propagation (399K ops/s)
- Diamond Dependency: 500 glitch-free diamonds (16K ops/s)
- Batch Updates: 50 sources in single batch (89K ops/s)
- Effect Throughput: 500 effects (135K ops/s)
- Mixed Graph: realistic 10→30→10 topology (247K ops/s)

Dev server fix: replaced EventSource SSE (flickering) with
fetch-based polling every 500ms for stable HMR.
2026-02-25 01:06:07 -08:00
compiler feat: dev server with file watching + poll-based HMR 2026-02-25 01:01:59 -08:00
examples feat: signal propagation benchmarks + dev server HMR fix 2026-02-25 01:06:07 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
Cargo.toml feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00
DREAMSTACK.md feat: add DreamStack project vision and detailed implementation plan documentation. 2026-02-24 23:49:59 -08:00
IMPLEMENTATION_PLAN.md feat: add DreamStack project vision and detailed implementation plan documentation. 2026-02-24 23:49:59 -08:00