| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | YT-19210: expose YQL shared library for YT. | max42 | 2023-07-29 | 5 | -0/+96 |
| | | | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264 | ||||
| * | revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵ | kulikov | 2023-07-27 | 4 | -73/+0 |
| | | | | | friendly way | ||||
| * | try to get rid of locks and allocations for elastic queue thread pool | kulikov | 2023-07-21 | 4 | -0/+73 |
| | | | | | | | | | | 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. | ||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 1 | -0/+9 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-06-02 | 2 | -0/+50 |
| | | |||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 1 | -9/+0 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 1 | -0/+9 |
| | | |||||
| * | fix ya.make | monster | 2022-07-07 | 3 | -0/+73 |
