Results 2 comments of Leo_Duan

Hi Whit, Thanks for the fast reply. For some reason, the R wrapped version of cppbugs can utilize four cores so it runs much faster than pure C++. I'll investigate...

I realized the problem of my code is that I used loops instead of vectors/matrices in the major part of deterministic functions. After vectoring everything, now it runs blazingly fast!...