Hacker News new | ask | show | jobs
by WalterGR 1471 days ago
No idea.

How frequently am I calling `abs`?

1 comments

If you write math heavy code, probably a lot more than if you're writing web apps. Depends on what kind of software you write.
Got it.

Well if that were the case, I’d use a profiler to see if spending time on optimizing ‘abs’ would realistically be worth it.