TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

(Mostly) Deterministic Simulation Testing in Go

9 pointsby jorangreef12 months ago

2 comments

Hixon1012 months ago
I really like an idea to solve scheduling problem via compiling to WASI. Many months ago I had conversation with friends, how to implement deterministic testing in Go, without custom IO runtime (common approach in Scala&#x2F;Rust&#x2F;C++). We were talking about a few random things, which require a lot of effort (compare to WASI):<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;Shopify&#x2F;toxiproxy">https:&#x2F;&#x2F;github.com&#x2F;Shopify&#x2F;toxiproxy</a><p>2. <a href="https:&#x2F;&#x2F;github.com&#x2F;bytedance&#x2F;ns-x">https:&#x2F;&#x2F;github.com&#x2F;bytedance&#x2F;ns-x</a><p>3. <a href="https:&#x2F;&#x2F;github.com&#x2F;hnes&#x2F;cpuworker">https:&#x2F;&#x2F;github.com&#x2F;hnes&#x2F;cpuworker</a><p>But all of them are not too good from the first glance.
brancz12 months ago
Thanks for posting!<p>We missed this being submitted yesterday, so let us know if you have any questions, we&#x27;ll be sure to watch this thread!