Package: memshare
Type: Package
Title: Shared Memory Multithreading
Version: 1.0.2
Date: 2025-09-05
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
SystemRequirements: C++17
Depends: R (>= 4.3.0)
NeedsCompilation: yes
License: GPL-3
URL: https://www.iap-gmbh.de
Encoding: UTF-8
BugReports: https://github.com/Mthrun/memshare/issues
Packaged: 2025-09-10 13:24:30 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-09-10 23:50:02 UTC
Built: R 4.4.1; aarch64-apple-darwin20; 2025-09-11 02:34:31 UTC; unix
Archs: memshare.so.dSYM
