[Rcpp-devel] RcppParallel with string or char?
Dirk Eddelbuettel
edd at debian.org
Wed Feb 28 00:51:22 CET 2018
On 27 February 2018 at 15:46, brian knaus wrote:
| Thanks for your suggestion Dirk! But it may be beyond my abilities. I may
| have to learn more than I anticipated on this one.
Yes, it looks like a handful.
OTOH you may be able to get by with standard C++ container, possibly at the
cost of one initial copy. Maybe std::vector<std::string> can do the trick
for you and we do already have converters to those.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
More information about the Rcpp-devel
mailing list