SuayLang includes a bytecode VM, but there is currently no public benchmark data demonstrating where and why it exists beyond architectural clarity.
This issue tracks building a small, focused benchmark suite:
microbenchmarks (dispatch, cycle, calls)
1–2 representative mini-programs
automated execution (CI-friendly)
Goal: provide concrete, reproducible performance data comparing interpreter vs VM and documenting trade-offs.
SuayLang includes a bytecode VM, but there is currently no public benchmark data demonstrating where and why it exists beyond architectural clarity.
This issue tracks building a small, focused benchmark suite:
microbenchmarks (dispatch, cycle, calls)
1–2 representative mini-programs
automated execution (CI-friendly)
Goal: provide concrete, reproducible performance data comparing interpreter vs VM and documenting trade-offs.