minimal (?) optimization (Was Re: String manipulation, optimize)



Erwin Moller wrote:
> Rune wrote:
<snip>
> Why do you care about minimal optimalizations?
<snip>

Sorry, I can't agree with you. In the world of optimization, there is
no minimal or maximal optimization--there is only onething, it's
optimization. Consider a situation/expression in which you can improve
the speed to 0.000001 second--and consider the same in 1000000 loop.
So, IMHO, definitely it is worth to optimize, even it is less than a
nano second thing.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com

.



Relevant Pages

  • Re: [PATCH] ext3: wait on all pending commits in ext3_sync_fs
    ... and it does fix the below testcase. ... Care to formally propose it? ... it's an optimization but I'm still a bit afraid about something ...
    (Linux-Kernel)
  • Re: separate stacks
    ... Care to tell us what/where that is? ... Size optimization is even more important on smaller processors. ... One can also freely use this phrase for just ... and have a hardware stack that can't overflow/underflow. ...
    (comp.lang.forth)
  • Re: Draft Secure C
    ... WE DO NOT CARE ABOUT OPTIMIZATION OR GOOD ALGORITHMS. ... Would you mind dropping the shouting and the sarcasm and the knee-jerk ...
    (comp.lang.c)
  • Re: [PATCH] ext3: wait on all pending commits in ext3_sync_fs
    ... and it does fix the below testcase. ... Care to formally propose it? ... it's an optimization but I'm still a bit afraid about something ...
    (Linux-Kernel)
  • Re: non-const reference and const reference
    ... then is that not what RVO/NRVO would take care of in this case? ... What do you mean RVO/NRVO? ... bind a reference to return value of `foo' and use it as long ... I think what you are pointing towards is optimization rather than ...
    (microsoft.public.vc.language)