Skip to content

Parallel execution, Multithreading  #255

Open
@breznak

Description

@breznak

Aim: run algorithms in parallel as much as possible, with maximal efficiency.

This will be an umbrella issue based on following idea:

I see 3 different levels of parallelisation that could be implemented:

from #214 (comment)

EDIT:

TODO:

  • can we estimate number of threads on system?
    • at runtime
    • at compile time with CMake?
    • worst case we pass a param -DNUMTHREADS=8

Metadata

Metadata

Assignees

No one assigned

    Labels

    codecode enhancement, optimization, cleanup..programmer stuffoptimizationquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions