Hacker News new | ask | show | jobs
Show HN: Poker Simulation Using WebAssembly and Web Workers (github.com)
10 points by abeiz 3129 days ago
2 comments

Put this together on the weekend to learn more about WebAssembly, here is the demo: http://chriszieba.com/2017/11/26/holdem
Does anyone know how much this improves performance over a simple JavaScript only implementation? This looks cool, but I have no idea if it's really any better with all the extra layers