@@ -61,7 +61,7 @@ __References:__ [8], [10], [11]
6161###Low-level
6262
6363
64- ####Generalities
64+ ####Generalities< sup > [ 33 ] , [ 34 ] </ sup >
6565
6666__ Data Allocation__
6767
@@ -88,6 +88,7 @@ __Arithmetic Operations__
8888* Addition/Subtraction is faster than multiplication
8989* Bitwise operations are fastest
9090
91+ Example reference:[ What Every Programmer Should Know About Floating-Point Arithmetic] ( http://floating-point-gui.de/ )
9192
9293####Methods
9394
@@ -362,6 +363,8 @@ Database Access can be expensive, this means it is usually better to fetch the n
362363* http://en.wikipedia.org/wiki/Template_engine
363364* https://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920
364365* http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
366+ * http://floating-point-gui.de/
367+ * http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
365368
366369[ 1 ] :http://en.wikipedia.org/wiki/Code_optimization
367370[ 2 ] :http://en.wikipedia.org/wiki/Don%27t_repeat_yourself
@@ -394,4 +397,6 @@ Database Access can be expensive, this means it is usually better to fetch the n
394397[ 29 ] :http://en.wikipedia.org/wiki/Exponentiation_by_squaring
395398[ 30 ] :http://homepages.math.uic.edu/~leon/cs-mcs401-f07/handouts/fastexp.pdf
396399[ 31 ] :https://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920
397- [ 32 ] :http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
400+ [ 32 ] :http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
401+ [ 33 ] :http://floating-point-gui.de/
402+ [ 34 ] :http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html