kaneplusplus / bigmemory

126 stars 24 forks source link

use libunwind to reduce Rcpp call overhead from try-catch #86

Closed phaverty closed 6 years ago

phaverty commented 6 years ago

Described here https://www.r-bloggers.com/boost-the-speed-of-r-calls-from-rcpp/

privefl commented 6 years ago

From what I understood from this post, this new feature is useful if you do many calls of R functions from Rcpp. Are there any of those in {bigmemory}?

phaverty commented 6 years ago

Ah, looks like you read it more carefully than I did. :-) No, I don't think we call R functions from the C side.