Hi,
I am using SharedObject::share() function for the purpose of sharing 2GB heavy list across 8 cores.
Comand
list_shared<- share(list) takes too long for execution (approx 30min).
Is there any trick to establish a communication between cores quickly, but not by ´duplicating’ 2GB data per core?
Grateful,
Milica