Parallel processing in R and referencing global variables -


i have large data frame takes day process. speed parallel processing. problem running seems functions used in parallel processing can't read or write global variables. have pass them through function think defeat purpose since of variables take lot of memory. there way access global variable within function during parallel processing? help


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -