Hi all!
I have a large datastructure, (a hoh), with ~10K * ~400 keys.
Currently it takes several minutes assigning this to memory, is there some way to optimise it?
I can give specific code-examples, but I'd just like to "test the waters" with a general question first.
I'm under the impression that SharedCache is the only way to go when you need to share data between processes.