The Relationship of Simplicity and Performance #30
Replies: 2 comments 2 replies
-
Simplicity scales :) |
Beta Was this translation helpful? Give feedback.
-
I think there may be a middle ground between "hey I just used this STL hash table because I didn't care" and "just use the generic STL hash table, you will never need to care" The latter is probably what most people do, but I think something more like "I'll just use the generic SDL hash table so that I can get this done, and hopefully I'll never have to care. If it becomes a problem, then I will go deeper." would sometimes be better than not getting things done until you understand how something you're using works. That was just a thought I had while reading this. I'm looking forward to the fishbowl 👍 |
Beta Was this translation helpful? Give feedback.
-
Fishbowled on 2021-05-22:
https://discord.com/channels/239737791225790464/707742863076622358/845391778659958854
Clarifying my view on the nature of Handmade and its relationship with performance + simplicity:
Participants:
Beta Was this translation helpful? Give feedback.
All reactions