# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "mori" in publications use:' type: software license: MIT title: 'mori: Shared Memory for R Objects' version: 0.2.0 doi: 10.32614/CRAN.package.mori abstract: Share R objects across processes on the same machine via a single copy in 'POSIX' shared memory (Linux, macOS) or a 'Win32' file mapping (Windows). Every process reads from the same physical pages through the R Alternative Representation ('ALTREP') framework, giving lazy, zero-copy access. Shared objects serialize compactly as their shared memory name rather than their full contents. authors: - family-names: Gao given-names: Charlie email: charlie.gao@posit.co orcid: https://orcid.org/0000-0002-0750-061X repository: https://cran.r-universe.dev repository-code: https://github.com/shikokuchuo/mori commit: ed16b6c1977039424f85b2417e4fd002e932120b url: https://shikokuchuo.net/mori/ date-released: '2026-05-09' contact: - family-names: Gao given-names: Charlie email: charlie.gao@posit.co orcid: https://orcid.org/0000-0002-0750-061X