R Memory Management Tips and Strategies for R Extension Developers

R programming language resources Forums Data manipulation R Memory Management Tips and Strategies for R Extension Developers

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #412
    savev
    Member

    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.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
Scroll to top
Privacy Policy