Skip to content
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

fix(auction-server): Use dashmap #24

Closed
wants to merge 4 commits into from
Closed

fix(auction-server): Use dashmap #24

wants to merge 4 commits into from

Conversation

m30m
Copy link
Collaborator

@m30m m30m commented Feb 29, 2024

No description provided.

@m30m
Copy link
Collaborator Author

m30m commented Mar 13, 2024

After talking more with Ali about how dashmap works, we saw that it makes it easier to make concurrency mistakes which results deadlocks. For example if you modify the element you are iterating on in each iteration of the loop, you will have a deadlock. Therefore, let's close this for now and open it up again whenever we actually see the performance issues.

@m30m m30m closed this Mar 13, 2024
@m30m m30m deleted the dashmap branch April 8, 2024 07:53
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.

2 participants