<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">El dom., 23 sept. 2018 14:39, Dirk Eddelbuettel <<a href="mailto:edd@debian.org">edd@debian.org</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On 23 September 2018 at 13:01, Iñaki Ucar wrote:<br>
| Also you can try adding<br>
| <br>
| // [[Rcpp::plugins(unwindProtect)]]<br>
| <br>
| to InsideLoop.cpp. That should boost the performance too with the<br>
| latest version of Rcpp.<br>
<br>
Maybe, maybe not.  Are there lots of calls happening here?  Should be easy<br>
enough to add and then (micro)benchmark() from R.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The Rcpp function is called inside a loop, so I would expect some gain.</div><div dir="auto"><br></div><div dir="auto">Iñaki</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Another endeavour may be to take the rewritten C++ version by MattDB in<br>
<a href="https://github.com/jesusfv/Comparison-Programming-Languages-Economics/blob/master/RBC_CPP_2.cpp" rel="noreferrer noreferrer" target="_blank">https://github.com/jesusfv/Comparison-Programming-Languages-Economics/blob/master/RBC_CPP_2.cpp</a><br>
and wrap that.<br>
<br>
Dirk<br>
<br>
-- <br>
<a href="http://dirk.eddelbuettel.com" rel="noreferrer noreferrer" target="_blank">http://dirk.eddelbuettel.com</a> | @eddelbuettel | <a href="mailto:edd@debian.org" target="_blank" rel="noreferrer">edd@debian.org</a><br>
</blockquote></div></div></div>