Skip to content

Commit 29ab791

Browse files
committed
some last edits
1 parent dcd0177 commit 29ab791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/presentations/rcpp_parallel_talk_jan2015.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Things R does well:
4848

4949
- Package snow by Tierney et al a trailblazer
5050
- Package Rmpi by Yu equally important
51-
- Packages multicore / parallel help Windows (l)users
51+
- multicore / snow / parallel even work on Windows
5252
- Hundreds of applications
5353
- _It just works_ for data-parallel tasks
5454

@@ -152,7 +152,7 @@ Scalable memory allocator | \textbullet | | |
152152
153153
* TBB supports mingw on Win32 however we haven't (yet) sorted out how to build it with Rtools
154154
* As a result we use [TinyThread](http://tinythreadpp.bitsnbites.eu/) on Win32
155-
* This requires that we create a layer to abstract over TBB and TinyThead (thus limiting the expressiveness of code that wants to be portable to Windows).
155+
* This requires that we create a layer to abstract over TBB and TinyThread (thus limiting the expressiveness of code that wants to be portable to Windows).
156156
* Developers are still free to use all of TBB if they are content targeting only Linux and OSX
157157
* Would love to see TBB working on Win32 (pull requests welcome!)
158158

0 commit comments

Comments
 (0)