search for: dataptr_method

Displaying 4 results from an estimated 4 matches for "dataptr_method".

2019 May 08
2
ALTREP: Design concept of alternative string
Hello from Bioconductor, I'm developing a package to share R objects across clusters using boost library. The concept is similar to mmap package: https://cran.r-project.org/web/packages/mmap/index.html . However, I have a problem when I was trying to write Dataptr_method for the alternative string. Based on my understanding, the return value of the Dataptr_method function should be a vector of CHARSXP pointers. This design might be problematic in two ways: 1. The behavior of Dataptr_method function is inconsistent for string and the other ALTREP types. For the ot...
2019 May 10
2
ALTREP: Design concept of alternative string
...onductor, >> >> I'm developing a package to share R objects across clusters using boost >> library. The concept is similar to mmap package: >> https://cran.r-project.org/web/packages/mmap/index.html . However, I >> have a >> problem when I was trying to write Dataptr_method for the alternative >> string. >> >> Based on my understanding, the return value of the Dataptr_method function >> should be a vector of CHARSXP pointers. This design might be problematic >> in >> two ways: >> >> 1. The behavior of Dataptr_method func...
2019 May 09
0
ALTREP: Design concept of alternative string
...e: > Hello from Bioconductor, > > I'm developing a package to share R objects across clusters using boost > library. The concept is similar to mmap package: > https://cran.r-project.org/web/packages/mmap/index.html . However, I have > a > problem when I was trying to write Dataptr_method for the alternative > string. > > Based on my understanding, the return value of the Dataptr_method function > should be a vector of CHARSXP pointers. This design might be problematic in > two ways: > > 1. The behavior of Dataptr_method function is inconsistent for string and &...
2019 May 10
0
[External] Re: ALTREP: Design concept of alternative string
...gt;>> I'm developing a package to share R objects across clusters using boost >>> library. The concept is similar to mmap package: >>> https://cran.r-project.org/web/packages/mmap/index.html . However, I >>> have a >>> problem when I was trying to write Dataptr_method for the alternative >>> string. >>> >>> Based on my understanding, the return value of the Dataptr_method function >>> should be a vector of CHARSXP pointers. This design might be problematic >>> in >>> two ways: >>> >>> 1. The...