wasmbuild / speed rust crate vs native deno
I have coded an PV & XIRR function, one in rust linked to deno with wasmbuild, another in deno
I benchmark the result and I was quite surprise that deno was better than Rust.
Could someone explain those results ?
Is it the conversion of date between deno and rust that drags the performance ?
In general, will using rust function be faster than deno function ?
1 Reply
Just here to say that I am also interested in this. Really interested in working in Deno and then occationally dropping down to Rust if I need some speed for custom algo.