Shared Memory Multithreading
Analog of parApply function for a shared memory context.
Analog of parLapply function for a shared memory context.
Function to remove all handles (ownership and viewership) for a namesp...
tools:::Rd_package_title("memshare")
Mutual Information of continuous and discrete variables.
Function to obtain a list of the registered variables of the current s...
Function to register variables in a shared memory space.
Release variables from a shared memory namespace
Function to release views of a shared memory space.
Function to obtain the metadata of a variable from a shared memory spa...
Function to obtain an 'ALTREP' representation of variables from a sh...
Function to obtain a list of the views the current session holds.
This project extends 'R' with a mechanism for efficient parallel data access by utilizing 'C++' shared memory. Large data objects can be accessed and manipulated directly from 'R' without redundant copying, providing both speed and memory efficiency.