??? 09/02/07 03:37 Read: times |
#143879 - Well said, but not what I asked Responding to: ???'s previous message |
Hi Jeff,
Having said that though, I would say that lookup tables and state machines are frequently the best tool for the job. I would consider that a given. But Erik's original question was what are the most valuable tools. My question is about how he makes his appraisal of those relative values. By what calculus does he quantify (or even qualify) his estimates. Clearly a look up table can save oodles of machine cycles over, say, a taylor expansion. My question is this. Which is more valuable? True, using a look up table can save machine cycles, but even so the values can be obtained without the lookup table by doing the math. The same can not in general be said in reverse. Which then is more valuable? The table, or the math that produced it? Joe |