R/mori-package.R

#' mori: Shared Memory for R Objects
#'
#' Share R objects via shared memory with [share()], access them in
#' other processes with [map_shared()], using R's ALTREP framework for
#' zero-copy memory-mapped access. Shared objects serialize compactly
#' via ALTREP serialization hooks. Shared memory is automatically freed
#' when the R object is garbage collected.
#'
#' @useDynLib mori, .registration = TRUE
"_PACKAGE"

Try the mori package in your browser

Any scripts or data that you put into this service are public.

mori documentation built on July 21, 2026, 9:08 a.m.