Jiefei-Wang / SharedObject

Sharing R objects across multiple R processes without duplicating the object in memory
42 stars 2 forks source link

Sharing of character vectors, lists and dataframes #9

Closed traversc closed 3 years ago

traversc commented 3 years ago

Nice package. Do you plan to support character vectors as an altrep type?

I'd also be interested in higher level functions that recursively share objects in lists and dataframes.

Jiefei-Wang commented 3 years ago

Hi @traversc, the support for character vectors will be added in the devel version, see issue https://github.com/Jiefei-Wang/SharedObject/issues/5

For list and data.frame, they have been supported by the latest release version of the package. It works exactly as you described. Please update your package for enjoying the new features.

Best, Jiefei

Jiefei-Wang commented 3 years ago

Hi, the devel version supports sharing character vector now. You can find the installation instruction from the landing page of Bioconductor. I will keep this issue open for a few days. Please let me know if you have any more questions.

Cheers, Jiefei