Hacker News new | ask | show | jobs
by mpeg 124 days ago
wait so it actually has a rust runtime? that's not documented in the site so I had assumed the rust part was simply rolldown

it would be interesting to see a performance comparison to node and bun

1 comments

I can only found this benchmarks

https://github.com/rari-build/benchmarks

interesting, but would certainly be good to see an apples to apples benchmark of rari vs node/deno/bun for the same app, I would imagine the goals of the runtime are not to be a general runtime like those others, but it would still be good to see if it performs better
It's still V8 underneath. If it's faster, it's faster because of the parts that serve HTTP.