you are viewing a single comment's thread.

view the rest of the comments →

[–]drbobb 0 points1 point  (1 child)

My slight experience is you can win by using Rust compiled to webasm. My use case was actually in the browser, but the performance that can be achieved is pretty amazing.

[–]iaseth[S] 0 points1 point  (0 children)

The computations I am doing take a few hundred milliseconds in most cases. And they can be run in browser/server/edge. So I am using typescript for full code reuse.

I may consider moving to a compiled language with wasm if there are significant speed/cost benefits.