int opEquals(Object), and other legacy ints
Dave
Dave_member at pathlink.com
Mon Jul 31 08:48:44 PDT 2006
Walter Bright wrote:
> P.S. Inevitably, some will ask "who cares" about these small
> efficiencies. The trouble is, these kinds of things often appear in
> tight loops, where small inefficiencies get multiplied by millions.
I consider this kind of stuff the compilers job -- so if I write or
maintain code that is slow, I know there is probably something I can do
about it w/o having to drop into assembly.
Personally I've spent a huge amount of time tuning code and I can't tell
you the positive effect that has on end-users. IMHO bad performance is
often the "forgotten bug" (that's not to say the budget should be busted
on that "last 20%" either though).
- Dave
More information about the Digitalmars-d-bugs
mailing list