>Why will having more threads make LR less unstable?
I suppose this comment is about the fact that there must be increased locking to protect the shared resources.
> regarding efficiency (as opposed to memory concerns), which would be more performant?
These are related when you have a massive number of threads/processes. If you use too much memory, you start paging.