Closed JanMarvin closed 2 years ago
Use std::vector pushing back to Rcpp::Vector types is known to be slow.
Have to clean up a few cases where Rcpp::Vector logic is still used. choose() should be replaced with a std::find and std::distance logic.
choose()
Use std::vector pushing back to Rcpp::Vector types is known to be slow.
Have to clean up a few cases where Rcpp::Vector logic is still used.
choose()
should be replaced with a std::find and std::distance logic.