Skip to content

fix: Change the relationshipsToOmit data structure from Array to Set #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 27, 2023

Conversation

Jonghakseo
Copy link
Contributor

In the previous PR, due to the immutability issue, the data structure was modified from set to array.

However, I found out late that it is possible to fix bugs while using Set.

I opened a fix PR because I was aware that there was a performance hit.

@ardeois ardeois self-assigned this Jan 27, 2023
@ardeois ardeois added the minor Increment the minor version when merged label Jan 27, 2023
@ardeois ardeois merged commit 5faacde into ardeois:main Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants