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?
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 intas 64bit seems definitively an overkill?@krasznaa @stephenswat how do you guys think?