[Rd] Using Huge Pages for R

2008-06-25 Thread WINSTON, Rory, GBM
Have you looked at the [ff] package? user2007.org/program/posters/adler.pdf Rory *** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. Auth

[Rd] Using Huge Pages for R

2008-06-24 Thread subramanian R
Hi all, My application usually works on huge amounts of data in the size of MB's .So the performance of "R" in this case will increase if Huge pages are used instead of malloc'ing (as in memory.c) . So Are there any methods to support Huge Pages in "R" ? Can any one give some inputs to help me impl