Hacker News new | ask | show | jobs
by dharmab 1433 days ago
If you care about computational efficiency, build a lookup table and cache it. Flight models generally deal with a known, bounded problem space rather than novel inputs.
1 comments

Sure, if a lookup table works for your problem then use that. Im specifically talking about an optimization of CFD.