Replies: 1 comment 2 replies
-
Apparently, the Wasm version is actually quite fast, as far as I can confirm on my M2 MacBook Air. Here is the current benchmark on an M2 MacBook Air under the same conditions as this comparison (8 threads, 32-bit FP mode, 0.1% exploitability):
Note that both apps are compiled with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm not a programmer, so I don't know how much I'm doing wrong. But when I run "cargo run --release --example basic" with a configuration similar to the WASM Postflop web, my execution time is the same. Shouldn't it be lower and similar to the Desktop app? Is there something else that needs to be configured? I'm on Mac and I haven't tried the desktop app yet, but I assumed that the Rust code would be faster than the web.
Beta Was this translation helpful? Give feedback.
All reactions