Rcpp11 / rjournal_article

C++11 Article for the R journal
1 stars 0 forks source link

More on multi threading #10

Open romainfrancois opened 10 years ago

romainfrancois commented 10 years ago

I am looking at alternatives for this: https://gist.github.com/romainfrancois/8334411

Maybe not showing implementations of which but perhaps show some graphics about serial vs parallel implementations of various functions.

which is interesting example because there is some synchronisation needed, and no synchronisation is needed on the count example.