R by itself is not a great language for doing things in parallel (no multi-threading out of the box). Still, there are packages that provide forking a session to a new process and achieve parallelism albeit with heavy memory implications (copying whole objects).
It should be explored if this can be leveraged to achieve some kind of parallel behaviour in LSAnalyzer so that short-running calculations may be done during some long-running ones.
R by itself is not a great language for doing things in parallel (no multi-threading out of the box). Still, there are packages that provide forking a session to a new process and achieve parallelism albeit with heavy memory implications (copying whole objects).
It should be explored if this can be leveraged to achieve some kind of parallel behaviour in LSAnalyzer so that short-running calculations may be done during some long-running ones.