Movatterモバイル変換


[0]ホーム

URL:


Dirk Eddelbuettel

RApiSerialize:C-level Serialization from R

CILicenseCRANDependenciesDownloadsLast Commit

Synopsis

This package provides C-level serialization as R does for itself. Itis useful if you are writing C (or C++) code in an R package which needsto (un)serialize R data structures, and wants to do it faster thancalling the corresponding R level function would do.

In other words, this is somewhat specialised for situation of highdata throughput, or other cases of a need for high performance. Or maybeyou are just impatient and want the result faster.

This package owes a lot of debt to theRhpc package by Ei-jiNakama and Junji Nakano. It gave me the idea of using a copy of the codewhich is not exported by R itself. And of course credit is due to the RCore team for writing R, and the code used here.

Example use

See myRcppRedis packagefor use of this package

Copyrights

Copyrights are held by the respective authors, in particular Ei-jiNakama and Junji Nakano as well as the R Core Team for the intialversion of the actual serialization code, and Dirk Eddelbuettel forsubsequent modificatons and the remainder of the package.

License

GPL (>= 2)

Initially created: Sat Apr 12 11:27:50 CDT 2014
Last modified: Sun May 26 10:09:42 CDT 2024


[8]
ページ先頭

©2009-2025 Movatter.jp