Skip to content
Prev 40799 / 63424 Next

Manipulating single-precision (float) arrays in .Call functions

On Jul 19, 2011, at 7:48 AM, Matthew Dowle wrote:

            
I'd like to see your 50Gb matrix in R ;) - you can't have a float matrix bigger than 8Gb, for doubles it is 16Gb so you don't gain anything in scalability. IMHO memory is not a strong case these days when hundreds GB of RAM are affordable...

Also you would not complain about pointers going from 4 to 8 bytes in 64-bit thus doubling your memory use for string vectors...

Cheers,
Simon