Package: memshare Type: Package Title: Shared Memory Multithreading Version: 1.1.1 Date: 2026-05-04 Authors@R: c(person("Julian" ,"Maerte",email= "j.maerte@iap-gmbh.de",role=c("aut","ctr"), comment = c(ORCID = "0000-0001-5451-1023")),person("Romain" ,"Francois",role=c("ctb")), person("Michael", "Thrun", email= "m.thrun@gmx.net",role=c("aut","ths","rev","cph","cre"), comment = c(ORCID = "0000-0001-9542-5543"))) Description: This project extends 'R' with a mechanism for efficient parallel data access by utilizing 'C++' shared memory. Large data objects can be accessed and manipulated directly from 'R' without redundant copying, providing both speed and memory efficiency. Memshare was published in Thrun, M.C., Maerte J.: "Memshare: Memory Sharing for Multicore Computation in R with an Application to Feature Selection by Mutual Information using PDE" (2026), R Journal, . Maintainer: Michael Thrun LazyLoad: yes LinkingTo: Rcpp Imports: Rcpp (>= 1.0.14), parallel Suggests: ScatterDensity (>= 0.1.1), DataVisualizations (>= 1.1.5), mpmi, rmarkdown (>= 0.9), knitr (>= 1.12), testthat (>= 3.0.0) Config/testthat/edition: 3 SystemRequirements: C++17 Depends: R (>= 4.3.0) NeedsCompilation: yes License: GPL-3 URL: https://www.iap-gmbh.de Encoding: UTF-8 VignetteBuilder: knitr BugReports: https://github.com/Mthrun/memshare/issues Repository: https://mthrun.r-universe.dev Date/Publication: 2026-05-04 14:38:56 UTC RemoteUrl: https://github.com/mthrun/memshare RemoteRef: HEAD RemoteSha: 2321fde90e46ac664686e505b6ee85a80b1ed5e1 Packaged: 2026-06-24 05:07:27 UTC; root Author: Julian Maerte [aut, ctr] (ORCID: ), Romain Francois [ctb], Michael Thrun [aut, ths, rev, cph, cre] (ORCID: )