Re: [R] very long processing time

2016-05-10 Thread Jim Lemon
Hi Shashi, First off, keep the thread on the list. Compare the two statements below: Jim: If this method is revealed to us, we may be able to help you. Shashi: "if this method reveal to me i can help" Regardless, I will attempt to help. This looks like number 2 - inefficient code You appear to

Re: [R] very long processing time

2016-05-10 Thread Jim Lemon
Hi Shashi, The assumption that anyone on the list apart from yourself knows what "some calculation" involves is incorrect. I suspect that "what is wrong" may be one of two things: 1) "some calculation" includes a very large number of operations, perhaps leading to "disk-thrashing" when your 16GB o

[R] very long processing time

2016-05-10 Thread SHASHI SETH
Hi, I have implemented following program in R, that reads data from the "dtm_mydata.csv". file size is 114,029 kB, saved document Term matrix. Prog. performing some calculation and writing in a file. my computer RAM is 16 GB. To execute this program its taking around 25 hours. can any bo