MaxGraey / assemblyscript-compiler-bench

AssemblyScript and Rust compile benchmark inspired by V (vlang) ;-)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimized build settings

joaoeudes7 opened this issue · comments

Hi, I noticed that in package.json scripts (execution scripts) not all build optimizations are active, neither in Rust nor in AssemblyScript

yes, that's because V's compile time also measured without any optimizations) So it was done for that everyone would be on the same conditions

You shouldn't take this test too seriously either, it's just an attempt to show that V compilation speed is nothing special, especially on such naive example)

Ahh yes, now I got it right, thanks!