No, not really. SharedArrays do only support bitstypes. I have an application 
where the function to be executed in parallel depends on some fixed data (some 
constants, a dict, some arrays, etc.) I would like to replace my @parallel for 
loop by @everywhere (because of the reuse of my cholesky factorization), but 
I'm worried that this will explode my memory usage.

Reply via email to