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, […]
1,192 total views
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, […]
1,192 total views
A quick refresher on some basic topics, skip to the main reading if you already know it, Compiled vs Interpreted A compiled language is compiled beforehand and converted into instructions of a target machine. For […]
2,034 total views