aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/equeue/equeue_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2023-07-281-20/+59
|
* revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵kulikov2023-07-271-59/+20
| | | | friendly way
* try to get rid of locks and allocations for elastic queue thread poolkulikov2023-07-211-20/+59
| | | | | | | | | In case of heavy load and high rps current thread pool implementation seems to have problems at least with contention on lock inside condvar (long futex wait calls from http server listener thread), so try to implement something more efficient: - replace condvar with TEventCounter implementation without internal lock (pthread condvar maintains waiters wakeup order, thread pool doesn't need it); - introduce well-known bounded mpmc queue over ring buffer; - get rid of TDecrementingWrapper; - add options to turn on new pool in library/cpp/http/server and search/daemons (will remove after adoption); - make elastic queue ut check both versions; - workaround problems with android/arm build targets.
* Remove extra semicolon (library)bulatman2023-06-101-1/+1
|
* Restoring authorship annotation for <kulikov@yandex-team.ru>. Commit 2 of 2.kulikov2022-02-101-113/+113
|
* Restoring authorship annotation for <kulikov@yandex-team.ru>. Commit 1 of 2.kulikov2022-02-101-113/+113
|
* Restoring authorship annotation for <timestep@yandex-team.ru>. Commit 2 of 2.timestep2022-02-101-1/+1
|
* Restoring authorship annotation for <timestep@yandex-team.ru>. Commit 1 of 2.timestep2022-02-101-1/+1
|
* Restoring authorship annotation for <tobo@yandex-team.ru>. Commit 2 of 2.tobo2022-02-101-3/+3
|
* Restoring authorship annotation for <tobo@yandex-team.ru>. Commit 1 of 2.tobo2022-02-101-3/+3
|
* Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 2 of 2.yazevnul2022-02-101-3/+3
|
* Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 1 of 2.yazevnul2022-02-101-3/+3
|
* Restoring authorship annotation for <eeight@yandex-team.ru>. Commit 2 of 2.eeight2022-02-101-3/+3
|
* Restoring authorship annotation for <eeight@yandex-team.ru>. Commit 1 of 2.eeight2022-02-101-3/+3
|
* Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. ↵Ilnur Khuziev2022-02-101-1/+1
| | | | Commit 2 of 2.
* Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. ↵Ilnur Khuziev2022-02-101-1/+1
| | | | Commit 1 of 2.
* intermediate changesDevtools Arcadia2022-02-071-0/+125
ref:cde9a383711a11544ce7e107a78147fb96cc4029