Click here to Skip to main content
15,892,575 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: performance or accuracy? Pin
Stefan_Lang7-May-14 4:39
Stefan_Lang7-May-14 4:39 
GeneralRe: performance or accuracy? Pin
JimmyRopes7-May-14 5:24
professionalJimmyRopes7-May-14 5:24 
GeneralRe: performance or accuracy? Pin
Stefan_Lang7-May-14 20:04
Stefan_Lang7-May-14 20:04 
GeneralRe: performance or accuracy? Pin
JimmyRopes7-May-14 23:19
professionalJimmyRopes7-May-14 23:19 
GeneralRe: performance or accuracy? Pin
Stefan_Lang8-May-14 1:35
Stefan_Lang8-May-14 1:35 
GeneralRe: performance or accuracy? Pin
JimmyRopes8-May-14 2:07
professionalJimmyRopes8-May-14 2:07 
GeneralRe: performance or accuracy? Pin
Mycroft Holmes5-May-14 0:33
professionalMycroft Holmes5-May-14 0:33 
GeneralRe: performance or accuracy? Pin
Sander Rossel5-May-14 20:59
professionalSander Rossel5-May-14 20:59 
I run into performance issues all the time. These are not easy to fix and sometimes it means looking at your design critically and throw it overboard. That's not something you can sell to customers. When you're lucky it's a matter of adding some indexes to your database, but sometimes you just have to face the fact that further performance optimization is not possible unless you spend days, or even weeks, working on a single issue. For our customers the costs that come with such tasks far outweigh the benefits that come with it (a form might load a few seconds faster).
Accuracy should always be your most important objective. If your results are inaccurate they are useless and if the data is useless performance is not an issue either. Inaccurate data is still inaccurate at the speed of light.
It's an OO world.
C#
public class SanderRossel : Lazy<Person>
{
   public void DoWork()
   {
      throw new NotSupportedException();
   }
}

GeneralRe: performance or accuracy? Pin
kalberts5-May-14 22:01
kalberts5-May-14 22:01 
GeneralRe: performance or accuracy? Pin
BobJanova5-May-14 23:32
BobJanova5-May-14 23:32 
AnswerRe: performance or accuracy? Pin
Christophe Van Olmen6-May-14 1:43
professionalChristophe Van Olmen6-May-14 1:43 
GeneralRe: performance or accuracy? Pin
rnbergren6-May-14 2:46
rnbergren6-May-14 2:46 
QuestionPlain Bob? Pin
Kornfeld Eliyahu Peter4-May-14 20:19
professionalKornfeld Eliyahu Peter4-May-14 20:19 
AnswerRe: Plain Bob? Pin
SoMad4-May-14 20:56
professionalSoMad4-May-14 20:56 
AnswerRe: Plain Bob? Pin
thatraja5-May-14 1:26
professionalthatraja5-May-14 1:26 
GeneralRe: Plain Bob? Pin
Kornfeld Eliyahu Peter5-May-14 1:28
professionalKornfeld Eliyahu Peter5-May-14 1:28 
GeneralRe: Plain Bob? Pin
thatraja5-May-14 1:33
professionalthatraja5-May-14 1:33 
GeneralRe: Plain Bob? Pin
Kornfeld Eliyahu Peter5-May-14 1:35
professionalKornfeld Eliyahu Peter5-May-14 1:35 
GeneralRe: Plain Bob? Pin
thatraja5-May-14 2:47
professionalthatraja5-May-14 2:47 
GeneralThings that make you go..Whoa, déjà vu. Pin
SoMad4-May-14 19:52
professionalSoMad4-May-14 19:52 
GeneralRe: Things that make you go..Whoa, déjà vu. Pin
grralph15-May-14 22:39
grralph15-May-14 22:39 
GeneralRe: Things that make you go..Whoa, déjà vu. Pin
SoMad5-May-14 22:52
professionalSoMad5-May-14 22:52 
Generalmay the 4th be with you Pin
ravikhoda4-May-14 18:19
professionalravikhoda4-May-14 18:19 
JokeRe: may the 4th be with you Pin
Rutvik Dave4-May-14 18:30
professionalRutvik Dave4-May-14 18:30 
GeneralRe: may the 4th be with you Pin
kalberts5-May-14 22:05
kalberts5-May-14 22:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.