Skip to content

Core: Explore possibilities for parallelization of analysis calculations #65

@konradoberwimmer

Description

@konradoberwimmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions