R Memory Management Tips and Strategies for R Extension Developers

1 post / 0 new
Last post
savev
savev's picture
Offline
Joined: 12/05/2010
R Memory Management Tips and Strategies for R Extension Developers

http://www.ccs.neu.edu/home/savev/articles/r/r-memory-crashes.html

The main issue that comes during the development of R extensions is the lack of documentation and even misleading documentation how the R memory manager works. The outcome of this is that your application or a third party application which uses R extensions crashes for no apparent reason and in a seemingly random place. In this articles I discuss debugging and coding strategies to isolate and repair memory errors.