Displaying 1 result from an estimated 1 matches for "tp17984154p17984154".
2008 Jun 18
3
R perfomance question !!!
...ntel Core Duo computer.
i=0;
while(i<5000000)
{
i=i+1;
}
Using Visual Basic I can complete the same script (simple loop of 5000000
itterations) in 0.1 sec.
Is it realy R not suitable for huge computing.
--
View this message in context: http://www.nabble.com/R-perfomance-question-%21%21%21-tp17984154p17984154.html
Sent from the R help mailing list archive at Nabble.com.