R is a scripting language, but is it fast? It seems like a lot of the packages used by R are actually compiled from C. Does anyone have an example of how using languages like C or Java instead of R caused a noticeable increase in speed? Is there a fair benchmark somewhere? Is there a C (or any other compiled) library that has many of the C functions compiled into it that can be used for comparison?
I really like R, but am concerned that it will be way too slow and I will have to retreat back to C anyway.
EDIT: I would also like to hear of what makes R slow down. Are there certain unoptimized libraries? Are there certain ways to use R to keep it running fast?