Skip to content

Speed up with multiprocessing #29

@robbievanleeuwen

Description

@robbievanleeuwen

Is your feature request related to a problem? Please describe.
Biaxial bending diagrams and to a lesser extent, interaction diagrams, can take a long time to generate. Both of these features involve a number of independent calculations, currently implemented in a for loop.

Describe the solution you'd like
Using the python multiprocessing module would allow these computations to be performed in parallel on multiple cores, vastly speeding up these analyses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions