Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intermediate changes | robot-piglet | 2023-07-28 | 1 | -20/+59 |
| | |||||
* | revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵ | kulikov | 2023-07-27 | 1 | -59/+20 |
| | | | | friendly way | ||||
* | try to get rid of locks and allocations for elastic queue thread pool | kulikov | 2023-07-21 | 1 | -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) | bulatman | 2023-06-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <kulikov@yandex-team.ru>. Commit 2 of 2. | kulikov | 2022-02-10 | 1 | -113/+113 |
| | |||||
* | Restoring authorship annotation for <kulikov@yandex-team.ru>. Commit 1 of 2. | kulikov | 2022-02-10 | 1 | -113/+113 |
| | |||||
* | Restoring authorship annotation for <timestep@yandex-team.ru>. Commit 2 of 2. | timestep | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <timestep@yandex-team.ru>. Commit 1 of 2. | timestep | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <tobo@yandex-team.ru>. Commit 2 of 2. | tobo | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <tobo@yandex-team.ru>. Commit 1 of 2. | tobo | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 2 of 2. | yazevnul | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 1 of 2. | yazevnul | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <eeight@yandex-team.ru>. Commit 2 of 2. | eeight | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <eeight@yandex-team.ru>. Commit 1 of 2. | eeight | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. ↵ | Ilnur Khuziev | 2022-02-10 | 1 | -1/+1 |
| | | | | Commit 2 of 2. | ||||
* | Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. ↵ | Ilnur Khuziev | 2022-02-10 | 1 | -1/+1 |
| | | | | Commit 1 of 2. | ||||
* | intermediate changes | Devtools Arcadia | 2022-02-07 | 1 | -0/+125 |
ref:cde9a383711a11544ce7e107a78147fb96cc4029 |