Skip to content

Performance: GuestSelection vector copy and remaining TODOs #6

@michalovits

Description

@michalovits

GuestSelection(size_t, const std::vector<std::shared_ptr<const Guest>> &) copies the guest vector. This impacts performance for the Cluster Tree maximisation.

Idea: Store only the selection mask for each cluster, and backtrack to reconstruct the guest vector.

Also address inline performance TODOs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions