By egenesky
via blog.revolutionanalytics.com
Published: Jul 31 2012 / 08:02
R has been available as a 64-bit application since it's earliest days. But the internal representation of R's fundamental data type — the vector — has long been subject to a 32-bit limitation: the maximum number of elements is capped at 2^31 (or just over 2.1 billion) elements.
Add your comment