Crandore Hub

mori

Shared Memory for R Objects

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.

Versions across snapshots

VersionRepositoryFileSize
0.1.0 rolling linux/jammy R-4.5 mori_0.1.0.tar.gz 32.6 KiB
0.1.0 rolling linux/noble R-4.5 mori_0.1.0.tar.gz 32.7 KiB
0.1.0 rolling source/ R- mori_0.1.0.tar.gz 25.4 KiB
0.1.0 latest linux/jammy R-4.5 mori_0.1.0.tar.gz 32.6 KiB
0.1.0 latest linux/noble R-4.5 mori_0.1.0.tar.gz 32.7 KiB
0.1.0 latest source/ R- mori_0.1.0.tar.gz 25.4 KiB
0.1.0 2026-04-26 source/ R- mori_0.1.0.tar.gz 25.4 KiB
0.1.0 2026-04-23 source/ R- mori_0.1.0.tar.gz 25.4 KiB

Dependencies (latest)

Suggests