Replies: 1 comment 4 replies
-
Seen from user code, Sedna (the RISC-V VM) is definitely slower, not least because it not only emulates Lua but an entire Linux kernel inbetween. I can't quite remember the actual numbers, but it was very significant. When running in the mod, Sedna is also throttled to run slower than it potentially could (on my machine, anyway), yet is still fast enough for interactive operation. For the main use-cases I'm interested in right now, that's fast enough :) Still, interested to see what your findings will be! (I have something I'd like to try speed up the VM a bit, but don't know if that'll work, or when I'll get around to trying it.) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm curious as to how well the RISC-V emulation performs.
I'm mainly curious about:
I can benchmark this myself later, but I thought it would make sense to start this thread first.
Beta Was this translation helpful? Give feedback.
All reactions