Package: mori 0.2.0
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.
Authors:
mori_0.2.0.tar.gz
mori_0.2.0.tar.gz(r-4.7-arm64)mori_0.2.0.tar.gz(r-4.7-x86_64)mori_0.2.0.tar.gz(r-4.6-arm64)mori_0.2.0.tar.gz(r-4.6-x86_64)
mori_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mori/json (API)
NEWS
| # Install 'mori' in R: |
| install.packages('mori', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shikokuchuo/mori/issues
Pkgdown/docs site:https://shikokuchuo.net
Last updated from:ed16b6c197. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 101 | ||
| linux-devel-x86_64 | OK | 139 | ||
| source / vignettes | OK | 200 | ||
| linux-release-arm64 | OK | 133 | ||
| linux-release-x86_64 | OK | 107 | ||
| wasm-release | OK | 86 |
Exports:is_sharedmap_sharedshareshared_name
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| mori: Shared Memory for R Objects | mori-package mori |
| Test if an Object is Shared | is_shared |
| Open Shared Memory by Name | map_shared |
| Create a Shared Object | share |
| Extract Shared Memory Name | shared_name |
