Benchmarking
I am a big fan of micro benchmarking. In this article, we will compare the performance of tail end recursive Fibonacci(40) in C, Go, Python3 and javascript.
Note - A language isn't fast or slow, it's the compiler/interpreter which is res...