Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Multi-threading with MetaGraphs #98

@LoreLeenknegt

Description

@LoreLeenknegt

Hi

Julia is still new to me and I wrote a program that uses a MetaGraph as the container of the data of the simulation. The code is however too slow and I would like to look into the possibility of using multi-threading to update all the vertices (get_prop and set_prop! in loop) in parallel. Is this package thread safe and can this work? Is the use of a metagraph instead of just a multidimensional array a possible factor that greatly slows down my code?

Thank you so much in advance for the help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions