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

[Оптимизация] Ускорить разрушение всех юзеров в NmdcHub::clearUsers() #1101

Closed
pavel-pimenov opened this issue Aug 24, 2015 · 3 comments

Comments

@pavel-pimenov
Copy link
Owner

From Pavel.Pimenov@gmail.com on June 21, 2013 17:09:33

В момент завершения приложения подробнее посмотреть под профайлером
код ClientManager::getInstance()->putOffline(i->second);
и реализовать ускоренное разрушение всех объектов
т.к. сейчас выполняется поиск каждого юзера в multi_map-е

Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1064

@pavel-pimenov
Copy link
Owner Author

From Pavel.Pimenov@gmail.com on June 21, 2013 08:11:35

Заметка - r14268

@pavel-pimenov
Copy link
Owner Author

From Pavel.Pimenov@gmail.com on July 09, 2013 07:43:17

Реализация - часть 1 https://code.google.com/p/flylinkdc/source/detail?r=14446

@pavel-pimenov
Copy link
Owner Author

From Pavel.Pimenov@gmail.com on July 17, 2013 07:07:11

Status: Fixed

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

No branches or pull requests

1 participant