-
- Downloads
Implementation of multicore parallel lapply function using FastR's contexts and channels.
Showing
- com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/fastr/FastRContext.java 38 additions, 0 deletions.../src/com/oracle/truffle/r/library/fastr/FastRContext.java
- com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/parallel/ParallelFunctions.java 41 additions, 0 deletions.../oracle/truffle/r/library/parallel/ParallelFunctions.java
- com.oracle.truffle.r.native/library/fastr/src/R/fastr.R 8 additions, 0 deletionscom.oracle.truffle.r.native/library/fastr/src/R/fastr.R
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/foreign/FastR.java 4 additions, 0 deletions...om/oracle/truffle/r/nodes/builtin/base/foreign/FastR.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/foreign/ForeignFunctions.java 5 additions, 0 deletions...ruffle/r/nodes/builtin/base/foreign/ForeignFunctions.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/parallel/R/forkcluster_overrides.R 10 additions, 0 deletions...ruffle/r/nodes/builtin/parallel/R/forkcluster_overrides.R
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/parallel/R/mclapply_overrides.R 92 additions, 0 deletions...e/truffle/r/nodes/builtin/parallel/R/mclapply_overrides.R
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RChannel.java 25 additions, 5 deletions....r.runtime/src/com/oracle/truffle/r/runtime/RChannel.java
Loading
Please register or sign in to comment