Package: memshare
Type: Package
Title: Shared Memory Multithreading
Version: 1.0.3.1
Date: 2025-11-08
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.
Maintainer: Michael Thrun <m.thrun@gmx.net>
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)
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
Packaged: 2025-11-08 14:22:10 UTC; mct
Author: Julian Maerte [aut, ctr] (ORCID:
    <https://orcid.org/0000-0001-5451-1023>),
  Romain Francois [ctb],
  Michael Thrun [aut, ths, rev, cph, cre] (ORCID:
    <https://orcid.org/0000-0001-9542-5543>)
Repository: CRAN
Date/Publication: 2025-11-08 18:10:07 UTC
Built: R 4.5.1; x86_64-apple-darwin20; 2025-11-08 18:55:36 UTC; unix
Archs: memshare.so.dSYM
