[Github-comments] [geany/geany] Cleanup sorting tabs (b1528f0)

Colomban Wendling notifications at xxxxx
Sat Jul 30 21:15:54 UTC 2016


the optimization doesn't matter, it's merely getting an address and the dereferencing a pointer which ought to be cheap (like 2 additional instructions for each pointer), we're really not in any performance critical code where this kind of things matter.  Not adding a dozen intermediate functions is probably better for code readability, and possibly for performance if they call isn't inlined.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/b1528f01e240379c0f75ae0c2f50829b271c0f30#commitcomment-18461713
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160730/03281587/attachment.html>


More information about the Github-comments mailing list