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,885 total views, 3 views today
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,885 total views, 3 views today
There are many use cases where we need to extract the original font name of an OTF/TTF file programmatically. The filename is obviously not reliable as it could be modified. It turns out that every […]
3,658 total views, 2 views today
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,298 total views, 1 views today