Skip to content

Add concurrency/parallel handling to allium.py #43

Description

@sveeke

allium.py processes a huge amount of data, but is single threaded. This results in long update times while one process is crunching everything at 100%. I don't know whether allium.py needs to do things in the right order (and if parallelization is even possible), but doing some jobs in parallel or even make parts of it multi-threaded/concurrent would probably increase the performance and decrease processing time considerably.

If this is unfeasible, then just ignore this :).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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