Showing 3 of total 3 results (show query)
eddelbuettel
RcppMsgPack:'MsgPack' C++ Header Files and Interface Functions for R
'MsgPack' header files are provided for use by R packages, along with the ability to access, create and alter 'MsgPack' objects directly from R. 'MsgPack' is an efficient binary serialization format. It lets you exchange data among multiple languages like 'JSON' but it is faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. This package provides headers from the 'msgpack-c' implementation for C and C++(11) for use by R, particularly 'Rcpp'. The included 'msgpack-c' headers are licensed under the Boost Software License (Version 1.0); the code added by this package as well the R integration are licensed under the GPL (>= 2). See the files 'COPYRIGHTS' and 'AUTHORS' for a full list of copyright holders and contributors to 'msgpack-c'.
Maintained by Dirk Eddelbuettel. Last updated 2 months ago.
messagepackmsgpackmsgpack-headerscpp
50.5 match 20 stars 6.38 score 16 scripts 1 dependentsmikiya0417
msgpackR:A library to serialize or unserialize data in MessagePack format
This is the library that can serialize or unserialize MessagePack format data.
Maintained by Mikiya TANIZAWA. Last updated 11 years ago.
4.5 match 1.00 scoreeddelbuettel
RcppRedis:'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Connection to the 'Redis' key/value store using the C-language client library 'hiredis' (included as a fallback) with 'MsgPack' encoding provided via 'RcppMsgPack' headers. It now also includes the pub/sub functions from the 'rredis' package.
Maintained by Dirk Eddelbuettel. Last updated 2 months ago.
c-plus-plushiredisrcppredisredis-clientcpp
0.5 match 52 stars 7.93 score 41 scripts