Skip to content

[feature] Make Python interface faster by avoiding calling simple_bca in a loop #187

Closed
@drobnyjt

Description

@drobnyjt

Is your feature request related to a problem? Please describe.
I think the overhead of the Python interface is caused by looping over simple_bca

Proposed solution
Rewrite simple_bca_list_py to avoid looping over struct creation

Alternative solution(s)
Consider reorganizing the Python interface

Additional context
Can I spawn run the code in parallel if I'm using the Python interface?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions