Hacker News new | ask | show | jobs
by estebank 1203 days ago
OP isn't talking about the performance of Rust code to calculate fib(35), but rather the performance of a Rust implementation vs a Zig implementation of an interpreted language executing code to calculate fib(35). They are saying that the Rust VM they wrote is slower than the Zig VM they wrote.
1 comments

And, in particular, an interpreted dynamically typed language.
From a book that was a real joy to read and take one’s first steps into the magical world of compilers —- thank you for writing it!
You're welcome! I'm glad you liked it.