Skip to content

Change Measurement ID type from std::size_t to unsigned int #1010

@beomki-yeo

Description

@beomki-yeo

The measurement Ids are accessed frequently in the greedy resolver, and I think its current type (std::size_t) is making the algorithm slow a bit.
I suggest changing its type to unsigned int as 64bit seems definitively an overkill?

@krasznaa @stephenswat how do you guys think?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions