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

Андрей Смирнов ИТМО КТ stage6 #219

Closed
wants to merge 38 commits into from

Conversation

sandrew-uj
Copy link
Contributor

No description provided.

@incubos incubos requested a review from AlexeyShik April 28, 2024 13:49
@AlexeyShik AlexeyShik requested review from daniil-ushkov and removed request for AlexeyShik April 29, 2024 07:40
try {
session.write(MyServerUtil.CHUNKED_HEADERS, 0, MyServerUtil.CHUNKED_HEADERS.length);
for (var it = dao.getEntriesFromDao(start, end); it.hasNext(); ) {
var sessionBody = MyServerUtil.getSessionBody(it.next());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Правда ли, что если в записи лежит очень большое value, то ты будешь писать его в сокет целиком?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Да, правда, а надо поправить это?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Уточнил у коллег, вам это обрабатывать не нужно, так что не буду за это снижать

@sandrew-uj sandrew-uj requested a review from daniil-ushkov May 10, 2024 10:06
@@ -0,0 +1,34 @@
# Отчет о тестировании
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь было бы неплохо проверить, что происходит при выгрузке всех ключей из базы одним range запросом (кажется это было в задании).


Анализ ALLOC:
![alloc.png](stage6%2Falloc.png)
Большее количество аллокаций приходится на конвертацию из String в
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Звучит как то, что можно оптимизировать! Это просто замечание, на баллы не повлияет.


Анализ CPU:
![cpu.png](stage6%2Fcpu.png)
Наибольшая нагрузка как и в предыдущих частях приходится на ожидание
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вообще говоря это нехорошо. Sleep системных потоков нужно сводить к нулю, так как это бесполезная трата времени. Для этого и существуют future, корутины, асинхронность и т.п.

Это также просто замечание, не влияющее на баллы.

@daniil-ushkov
Copy link
Contributor

Готов поставить 14 баллов.

@daniil-ushkov
Copy link
Contributor

Просьба порезолвить конфликты.

@incubos incubos closed this May 25, 2024
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.

4 participants