search for: elt_method

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

Did you mean: deltamethod
2019 May 08
2
ALTREP: Design concept of alternative string
...an unnecessary duplication of the data. In order to return CHARSXPs to R, It forces me to allocate CHARSXPs and copy the entire data to the R process. By contrast, for the other ALTREP types, say altreal, I can just return the pointer to R if the data is in the memory. The same problem occurs for Elt_method as well but is less serious since only one CHARSXPs is allocated. Because my package is designed for sharing a large R object. An allocation of the memory is undesired especially when the data is read-only in the code(eg. print function). I'm not sure if there are any solutions existed in the c...
2019 May 10
2
ALTREP: Design concept of alternative string
...order to return >> CHARSXPs to R, It forces me to allocate CHARSXPs and copy the entire data >> to the R process. By contrast, for the other ALTREP types, say altreal, I >> can just return the pointer to R if the data is in the memory. >> >> The same problem occurs for Elt_method as well but is less serious since >> only one CHARSXPs is allocated. Because my package is designed for sharing >> a large R object. An allocation of the memory is undesired especially when >> the data is read-only in the code(eg. print function). I'm not sure if >> ther...
2019 May 09
0
ALTREP: Design concept of alternative string
...ion of the data. In order to return > CHARSXPs to R, It forces me to allocate CHARSXPs and copy the entire data > to the R process. By contrast, for the other ALTREP types, say altreal, I > can just return the pointer to R if the data is in the memory. > > The same problem occurs for Elt_method as well but is less serious since > only one CHARSXPs is allocated. Because my package is designed for sharing > a large R object. An allocation of the memory is undesired especially when > the data is read-only in the code(eg. print function). I'm not sure if > there are any soluti...
2019 May 10
0
[External] Re: ALTREP: Design concept of alternative string
...>> CHARSXPs to R, It forces me to allocate CHARSXPs and copy the entire data >>> to the R process. By contrast, for the other ALTREP types, say altreal, I >>> can just return the pointer to R if the data is in the memory. >>> >>> The same problem occurs for Elt_method as well but is less serious since >>> only one CHARSXPs is allocated. Because my package is designed for sharing >>> a large R object. An allocation of the memory is undesired especially when >>> the data is read-only in the code(eg. print function). I'm not sure if &...