Announcing mori 0.1.0: Zero-copy shared memory for #RStats!
Parallel R usually means duplicating data across every worker, causing RAM bloat.
mori fixes this by sharing R objects across processes via OS-level shared memory. Share once, read anywhere
Learn more: opensource.posit.co/blog/2026-04...
opensource.posit.co
mori is a new R package for sharing R objects across processes via OS-level shared memory. Parallel workers get zero-copy, lazy ALTREP access to the same physical pages — share once, read anywhere.