summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/core
Commit message (Expand)AuthorAgeFilesLines
...
* Add exchangin threads when cpu usage around limit,kruall2023-06-194-8/+79
* use controller directly instead of actor/eventsivanmorozov2023-06-161-0/+34
* allow to use arena allocated protobuf messagesgvit2023-06-151-10/+53
* add ymake export to ydbalexv-smirnov2023-06-132-0/+174
* Remove extra semicolon (library)bulatman2023-06-105-7/+6
* Fix memory leak in TActorSystema-sumin2023-06-073-23/+49
* prevent extra copy and format for log_s;asorotsky2023-05-301-6/+6
* Check TlsActivationContext in log macrosesnsofya2023-05-261-16/+15
* Search in hashmap benchmarkdtyo2023-05-241-3/+405
* Switch TMonotonic to CLOCK_BOOTTIME instead of a separate typesnaury2023-05-172-4/+0
* add sum of vector elements benchmarkdtyo2023-05-161-4/+297
* Support monotonic boot time with suspend awarenesssnaury2023-05-164-19/+8
* unify actor-system-logs for non-actor-system casesivanmorozov2023-05-076-60/+112
* Quick sort benchmark for actor system vs thread pooldtyo2023-05-035-0/+420
* Some IC fixesalexvru2023-05-031-7/+3
* Improve IC and XDCalexvru2023-04-261-1/+2
* Support XDC streamsalexvru2023-04-252-71/+111
* External build system generator release 29robot-ya-builder2023-04-192-2/+2
* improve code navigation for flags usageivanmorozov2023-04-172-24/+27
* log formattingivanmorozov2023-04-171-0/+52
* getting rid of TActorContext in state functionsxenoxeno2023-04-149-25/+54
* Report stuck actorsalexvru2023-04-147-0/+81
* use 200 chars solomon-tag-limitivanmorozov2023-04-111-1/+2
* Intermediate changesrobot-piglet2023-04-104-5/+13
* avoiding recursion on some buildsxenoxeno2023-04-031-6/+1
* Fix ThreadSanitizer for coroutine actorsalexvru2023-04-032-34/+87
* general actor id constructor for signals and statsivanmorozov2023-04-021-16/+11
* Switch to lld64.ld on darwin target platformhiddenpath2023-04-011-2/+1
* Improve coroutine actors with pre-leave and pre-enter hooksalexvru2023-03-302-0/+43
* Intermediate changesrobot-piglet2023-03-291-5/+4
* Fix is starved with no working threads,kruall2023-03-291-2/+5
* Add burst metrics,kruall2023-03-299-25/+165
* solve recursion problemxenoxeno2023-03-291-3/+3
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-172/+0
* Intermediate changesrobot-piglet2023-03-281-5/+15
* Intermediate changesrobot-piglet2023-03-281-2/+16
* revert light eventsxenoxeno2023-03-2822-1118/+214
* Fix asan problem with coro txalexvru2023-03-271-6/+10
* Fix TEventType::Load for null input bufferalexvru2023-03-253-4/+5
* Add not enough execution metrics,kruall2023-03-247-3/+31
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-231-1/+1
* External build system generator release 21robot-ya-builder2023-03-172-6/+6
* Fix coroutine actor destructoralexvru2023-03-162-2/+9
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1511-0/+539
* Fix cpu count metric,kruall2023-03-142-2/+2
* Fix overbooking reaction,kruall2023-03-141-24/+27
* Fix false starving state,kruall2023-03-148-30/+23
* Improve coroutine actor interfacealexvru2023-03-103-19/+20
* Add THandle using in TEventLightva-kuznecov2023-03-101-0/+1
* cleanup event_pb.hxenoxeno2023-03-101-37/+0