HackerTrans
热门最新趋势评论往期问答秀出招聘

topheman

no profile record

提交

An Effect runtime visualizer that runs in the browser. Written in Effect

effect-viz.vercel.app
2 分·作者 topheman·5个月前·2 评论

评论

topheman
·5个月前·讨论
The idea: make Effect's runtime observable — a visual tool for its concurrency model (fibers, scheduling, delays). Meant for learning and experimentation.

Features: - Fiber tree (parent-child relationships) - Timeline (concurrency, delays, running vs suspended fibers) - Execution log (fork, join, errors, retries, finalizers) - Code editor with example programs

v1 uses manual instrumentation with explicit tracing wrappers. v2 is planned with runtime hooks (Supervisor, Tracer) for automatic observability.

Demo: https://effect-viz.vercel.app Repo: https://github.com/topheman/effect-viz
topheman
·10个月前·讨论
Hi, can you share an invite for me too, please? [email protected]