Also, it's because people think like this we have electron apps for things as simple as note taking.
No, the modern computers aren't that fast. Try running a BFS over a large matrix in python and then in cpp. You'll understand why perf matters. I realised this during one of my college assignments.
Your last paragraph is so true. I feel that's an issue we are facing a lot in every domain. I see people writing highly inefficient back-ends Because they believe anyways we are going to scale it horizontally, so it…
Also, it's because people think like this we have electron apps for things as simple as note taking.
No, the modern computers aren't that fast. Try running a BFS over a large matrix in python and then in cpp. You'll understand why perf matters. I realised this during one of my college assignments.
Your last paragraph is so true. I feel that's an issue we are facing a lot in every domain. I see people writing highly inefficient back-ends Because they believe anyways we are going to scale it horizontally, so it…