General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
yapdog
ThePrimeTime
comments
Comments by "yapdog" (@yapdog) on "Haskell Is Faster Than C | Prime Reacts" video.
Here's the thing: anyone can say language X is faster than C based on this or that simple test. However, sooner or later you have to do the work. Then you will discover, just maybe, that Y pattern/construct is easier to create in language X. But will it actually execute faster? Not likely.
4
On threading, I really don't understand this idea that writing them in C is inherently harder. If you know how to do it, it's easy. If you don't, it's hard. That goes for any construct in any language.
2
Of course, linked lists are trees. WTF is that even a question? 🤨 In any case, there are cases where I use "redundancy" where I use linked lists that are also arrays. Sure, it requires more management, but I hide the complexity so I can do pushes, pops, inserts, direct element accesses, and link traversal.
1