Ask HN: How do you benchmark your programming languages?

https://news.ycombinator.com/item?id=38512288
by xqb64 • 3 years ago
3 5 3 years ago

During the development of my tiny (less than 4k LoC) virtual machine, I continuously measured how long it took to execute recursive fibonacci function (fib(40)) as a way to estimate how performant it is.

What other benchmarks do you use for your programming languages?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com