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.

share|improve this question
Good question, I'm interested in the answer. Its annoying when people dont even have baseline metrics, or at the end of the perf tuning they tell you the result is different in Release mode! – Jeremy Thompson Jun 21 '12 at 1:17
You should be aware the bare WSOiN links in comments have caused problems Particularly in an uptick in rude or offensive comment flags If you do use it please don't just copy the answer title and link to it as others have suggested. – Some Helpful Commenter Jun 21 '12 at 3:44

4 Answers

up vote 13 down vote accepted

We have two tools to deal with this - vote to close (as not a real question) and downvoting.

NARQ is usable in this case since it's not quite a real question; it's something that can be easily demonstrated with profiling and testing, and the OP hasn't made an effort to do that.

"Downvoting" is usable in this case since it's not a useful question to ask.

There's an exception - if the question were to ask why one way is faster, and demonstrate that they profiled it a bit, then that would be a useful question.

[EDIT] Since you've placed the new "SO is not", I'll leave a bit of my feedback on that here.

My main feeling: we don't need another passive-aggressive message. Here's why:

The only things that I see actually helping the issue would be vote to close and downvoting, as pointed out earlier. A closed question can be improved, then one can ask for it to be reopened. A downvote indicates to the OP that the question was not useful as deemed by the community, so they would want to try and resolve that.

I'm just not a huge fan of the passive-aggressive tone. Not just that, but I maintain that Stack Overflow is Not a Research Assistant is sufficient, since the main deficit with these questions is the lack of research.

share|improve this answer
I agree but as I've NEVER seen an SO user take such a hard stance, I was wondering if a cultural change or a notice of existing policy increased enforcement might be in order. We should also take care to distinguish real profiling questions, perhaps along the lines of, "Does the compiler optimize this out in most cases?" or "I have the following bottleneck in my application," or more specific, algorithm-oriented questions like "which causes more memory writes?" that might be lumped under profiling. – djechlin Jun 21 '12 at 0:47
I also include that. Questions that aren't just "Which is faster, x or y?" should be treated differently. I also note that both tools can be used, but it's really up to the person, and it depends on the situation. Even so, the tools do exist. – Makoto Jun 21 '12 at 0:51
1  
+1 for pointing out that these questions can be useful, if and only if the op puts in the necessary effort. – jmort253 Jun 21 '12 at 1:02
Too localized too, most likely. – M. Night Demonbobby Jun 21 '12 at 9:27
2  
I used to watch the [performance] tag and cast automatic downvotes on all new questions about perf comparisons, but then I got bored of it after a short while and added the tag to ignore. I think I'll start doing it again. – BoltClock's a Unicorn Jun 21 '12 at 9:50
Also, a number of these questions tend to be duplicates of others, and once in a while the duplicate may turn out to have a gem of an answer that e.g. describes and explains why exactly they're different. Of course, benchmarks would still be potentially useful to whichever canonical question that may be... – BoltClock's a Unicorn Jun 21 '12 at 9:54

I think the simplest answer would be to add "Stack Overflow is not a Profiler" to this list. I've seen a lot of these questions too, and all of them could be answered with some sort of profiler (and the asker would gain a bit of experience)

share|improve this answer
4  
Don't we already have "Stack Overflow isn't a Research Assistant" to cover this case? – Makoto Jun 21 '12 at 0:25
This'd be more specific, and we could include links to common profilers in the extended description – SomeKittens Jun 21 '12 at 0:25
I disagree. Redundancy isn't necessary in this case. The main issue is that no research goes into the question before it's asked. – Makoto Jun 21 '12 at 0:27
1  
The research assistant link is enough. There's no need to put any more effort in encouraging help vampires to do their own research than we already do. Giving out links to profilers might just continue to encourage that sort of behavior. – jmort253 Jun 21 '12 at 1:00
1  
I think there's an advantage in being able to link someone to a few bullet points on why profiling questions demonstrate poor research and the corresponding advice on them. It will avoid poor or uninformative explanations on the part of closers dealing with these questions. Also, how do you migrate SO over to this policy? I've never made a proposal like this before. – djechlin Jun 21 '12 at 2:33

Lots of types of posts often show a lack of understanding or show a lack of research, not just performance questions/answers. Editing, commenting, downvoting and voting to close are the tools to use against this.

Is worth noting that there are 22,000 questions tagged with performance which is 44th by popularity. If we had a site performance.se it would be 7th on the list of se sites by # of questions. We clearly can't ban performance questions they way we would say poll or list questions.

Personally I don't like these questions and I usually will put a comment like. "When you measured it what were your results", and then see what happens. However sometimes the OP may actually get a good answer.

share|improve this answer
1  
In your last link he did ask a legitimate question: "lighter in terms of compiler work and there any major differences?" The good answer asked this question, once you got around the filler of "did you profile it"? and such. – djechlin Jun 21 '12 at 2:46

This is not always a reason to close, and sometimes it's exactly the type of question we want on SO, depending on the area of programming. Any language with very large data sets make the difference hard to profile, and the coder may need to seek expert advice.

For instance, with SQL query optimization, one of the key things that is discussed is performance. The specific query example may be nanoseconds different, but as data scales, it's not always intuitive or obvious what will occur. The difference on server loads is important, and this makes it a good question to ask.

For Matlab or similar computational programming languages, as well, it may be that performance is what needs to be addressed, and the time taken can scale in nonlinear and complex ways depending on all sorts of mathematical or arcane language specific reasons.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged