Archives

Posts Tagged ‘Algebra’

Algebra optimization for faster code in programming

November 4th, 2009 Leave a Comment

Most compilers optimize algebra equations for you. However, we can’t be sure that all equations are optimized. To play-safe, we can do the optimization ourselves at the code level. This post shows various examples of algebra optimization that could be employed into our daily programming activities.

Read More...