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 ?
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 ?
