On “C” computer language efficiency
0 Comments Published by cjlise November 6th, 2006 in Science, Software
Mark C. Chu-Carroll of Good Math published an interesting post on “C” language efficiency. He demonstrates that C or C++ are not the more efficient languages for numerical calculations like computational fluid dynamics. He takes the alias detection example: C or C++ compiler are unable to identify if two variables might be referencing the same location. Whereas other languages like FORTRAN or OCaml. This leads to better calculation’s optimization.
You might also be interested in these
- links for 2006-11-04
- TorPark Another way to build a secure circuit for web surfing
- Baby’s First Language
- links for 2008-09-19
- Tips for decoding body language
















No Responses to “On “C” computer language efficiency”
Please Wait
Leave a Reply