There are many questions of the form "which is faster?" They usually have the characteristics:
- The difference tends to be in at most nanoseconds.
- The compiler optimizes out the differences anyway.
- The person asking the question has not tried profiling themselves.
- One method is clearly better practice or clearer code.
- The performance impact has not been demonstrated to occur in a bottleneck in the surrounding application.
The answers are usually a scatterfest of these points, and after some haggling the user manages to find the answer to what was essentially a trivia question that was presented in the form of a real life situation.
Given that this pattern happens with some uniformity, I'm wondering if there is room in the moderation of SO to deal with them uniformly. I'm experienced enough at SO to recognize this is a minor issue with potential to be better handled for both askers and answerers, but new enough to not know a great proposal to deal with them.
So, my question is, is this an issue we may have the tools to deal with through a change to our moderation policy.
Edit: In light of below suggestions I suggest we add to the "SO is not..." list the following. I believe it deserves its own category as distinct from research assistant because there is some nuance to what profiling-related questions are acceptable. I'm taking a strong stance on what I think quality code should look like here, but I would argue this consistently captures the spirit of which answers are voted up. I would go with:
SO is not a profiler. Avoid asking questions like "Which is faster?" unless you have already tried profiling the code yourself, and if you actually know it is causing performance problems in your code. If one alternative you are proposing is much clearer or more straightforward, always go with that choice unless you have demonstrated the code is affecting your application's performance and have demonstrated the less clear code performs better. It is OK to ask for advice regarding how to profile or how to determine if your code is affect performance, provided your question meets other SO criteria.
Edit 2:
I think I'll add this to the "SO is not" thread with a link to this discussion. It will be a useful summary for downvoting and close-voting provided it receives a few upvotes at least. I think this is actionable and provides a firmer reference point than we have while still leaving it up to human judgment to separate out the useful questions. I'll leave this question open another day or two in case there is a strong new suggestion or a better action step to take here, but as it stands I at least am happy with this solution.
