Well the other day I improved the performance of a particualr piece of code from 34sec to 2 sec and I was calcuating the percentage for the same i.e (34-2)/34 i.e 94.11 percentage and when I told this number out in a meeting people were not that amazed.. I am wondering if that was a wrong number that I communicated..

How do you generally measure the improvement and look good at the same time?

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

Speed (or throughput) is proportional to the reciprocal of time. So it's actually a factor of 34/2 = 17x faster (which you can state as a (34-2)/2 = 1600% speed increase if you want to sound impressive).

link|improve this answer
1  
Well, 1600% really. Otherwise, you'd be achieving a 100% improvement just by doing nothing... – Henning Makholm Aug 16 '11 at 22:11
@Henning: good point - I've updated the percentage calculation to take this into account now. – Paul R Aug 16 '11 at 22:13
feedback

I think I would have said "I increased the speed by better than a factor of 16" or "I made it an order of magnitude (base 16 of course) faster." If you want to look good at the same time you probably need to go buy new clothes. (Of course I've hung out with marketing weenies for too long - so I use phrases like "better than" because it sounds like the sky's the limit.)

link|improve this answer
1  
well I look much better without them.. :/ – Michelle Aug 16 '11 at 22:18
Hope you dint need to visit the bathroom cos of me if u know what I mean.. ;) – Michelle Aug 16 '11 at 22:45
coz I PMPL (peed my pants laughing)???? +1 for the self confidence. – Tod Aug 17 '11 at 0:45
feedback

How about "executes in one seventeenth of the time" or plain "requires two seconds compared to thirty-four previously"?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.