Limitations

  • R loads data into memory by default. You could you some packages like ff or bigmemory.

  • R uses just 1 CPU. Stackoverflow says you can go multi-threaded.

  • R does not have int64, but it seems R has it.

  • Not all packages mentioned above supports all the other packages.

Last updated