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

Poor performance in WlItemHandler.closeWlStream(WlStream) #299

Open
vladap opened this issue Dec 9, 2024 · 1 comment
Open

Poor performance in WlItemHandler.closeWlStream(WlStream) #299

vladap opened this issue Dec 9, 2024 · 1 comment

Comments

@vladap
Copy link

vladap commented Dec 9, 2024

WlItemHandler.closeWlStream removes stream from _streamList LinkedList. The operation is slow for a large list. It is the same problem like in already fixed issue #247 but for some reason this instance of LinkedList was not changed to LinkedHashSet/HashSet. It happens on complete disconnection from a backbone when all streams have to be reconnected.

@vladap vladap changed the title Poor performance in WlItemHandle.closeWlStream(WlStream) Poor performance in WlItemHandler.closeWlStream(WlStream) Dec 9, 2024
@ViktorYelizarov
Copy link
Contributor

@vladap Thank you for bringing this issue to our attention! We created an internal Jira to investigate it.

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

No branches or pull requests

2 participants