Skip to content

Conversation

@VolodymyrBg
Copy link

…st_parts

Replace std::set with std::vector for storing rarest_parts in PartsHelper.
This change follows the TODO comment and improves performance since
vectors generally provide better cache locality and lower memory overhead
compared to sets for this use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant