• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jul 07, 2023

help-circle
rss

Depends on the requirements. Writing the code in a natural and readable way should be number one.

Then you benchmark and find out what actually takes time; and then optimize from there.

At least thats my approach when working with mostly functional languages. No need obsess over the performance of something thats ran only a dozen times per second.

I do hate over engineered abstractions though. But not for performance reasons.