|
|
|
|
|
by SotCodeLaureate
886 days ago
|
|
Recently I wrote a simplistic RISC-V interpreter for educational purposes mostly, and a friend was benchmarking it against several scripting system in the context of game-character control routines.
Well, it's quite fast for what it is, though Lua is still somewhat faster, heh. Some benchmarking code is here:
https://github.com/glebnovodran/roam_bench |
|