TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Poker Simulation Using WebAssembly and Web Workers

10 点作者 abeiz超过 7 年前

2 条评论

abeiz超过 7 年前
Put this together on the weekend to learn more about WebAssembly, here is the demo: <a href="http:&#x2F;&#x2F;chriszieba.com&#x2F;2017&#x2F;11&#x2F;26&#x2F;holdem" rel="nofollow">http:&#x2F;&#x2F;chriszieba.com&#x2F;2017&#x2F;11&#x2F;26&#x2F;holdem</a>
joe_hoyle超过 7 年前
Does anyone know how much this improves performance over a simple JavaScript only implementation? This looks cool, but I have no idea if it&#x27;s really any better with all the extra layers