Skip to content

Speed up inner loop #278

@gustavdelius

Description

@gustavdelius

We can easily speed up the inner loop over size classes at

https://github.com/sizespectrum/mizer/blob/420fca74da0d31134415b9e71dbd2bb18ea76054/src/inner_project_loop.cpp#LL11-L13

by only running up the size class of the maximum size of the species. We only need to add a w_max_idx vector argument to inner_project_loop() and can then get rid of the no_w argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreIssue relates to the mizer coreenhancementNew feature requests or suggestions for enhancement of existing featuresminor effortResolving this issue will involve a minor effort

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions