//
sign in
Post
by @danabra.mov
PostEmbed
by @danabra.mov
Record
by @jimpick.com
Record
by @atsui.org
+ new component
Post
I implemented a fork of {targets} which provides the necessary changes to support {mori} shared memory regions! Check out the discussion thread below to learn more about the implementation: github.com/ropensci/tar... And try out the primary fork here: github.com/tylermorganw... #RStats
1mo
Help I understand and agree to https://books.ropensci.org/targets/help.html. Description I wanted to start a discussion before opening PRs, per the contributing guide. I have two related branches i...
[ideas] Proposal: cache marshalled target values for custom formats, motivated by shared-memory backends · ropensci targets · Discussion #1584
github.com
Tyler Morgan-Wall
This is really big (if it works!)—a big limitation for the use of R in simulation up to this point has been memory bloat. I’ve had to turn off parallel processing/reduce the number of workers many times in my {targets} workflows due to OOM errors. Hopefully this will solve that problem #RStats
2mo
Tyler Morgan-Wall
Just released mori 0.1.0 on CRAN — a new R package for shared memory across processes. Parallel R no longer has to mean duplicating your dataset in every worker's RAM. opensource.posit.co/blog/2026-04... 🧵 1/3
2mo
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.
opensource.posit.co
mori: Shared memory for R objects
Charlie Gao