On “C” computer language efficiency
Published by cjlise November 6th, 2006 in Software, ScienceTags: C, C++, Language, science.
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
- How to check if your computer is connecting to INTERNET without your acknowledge?
















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