index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
benchmark
/
bench_actor.cpp
Age
Commit message (
Expand
)
Author
2024-01-01
Update copyright year.
levlam
2023-02-10
Fix tdactor benchmark.
levlam
2023-01-01
Update copyright year.
levlam
2022-09-14
Replace ConcurrentScheduler::init with constructor.
levlam
2022-07-06
Avoid warning about set but not used variable.
levlam
2022-06-27
Move Promise to tdutils.
levlam
2022-03-05
Unify actor_id/actor_shared names.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-01
Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480.
levlam
2021-11-04
Minor improvements.
levlam
2021-11-03
Split Actor.is_lite to need_context and need_start_up.
levlam
2021-11-03
Add Actor life cycle benchmark.
levlam
2021-10-18
Minor improvements.
levlam
2021-09-19
Unify include order.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-23
Include ConcurrentScheduler separately.
levlam
2020-09-27
Explicitly capture copied lambda parameters.
levlam
2020-08-08
Minor benchmark improvements.
levlam
2020-01-01
Update copyright year.
levlam
2019-02-22
Fix includes.
levlam
2019-02-21
Fix log messages style.
levlam
2019-02-13
Explicitly include common.h.
levlam
2019-01-01
Update copyright year.
levlam
2018-10-26
Fix some MSVC Analyzer warnings.
levlam
2018-09-27
Use td::unique_ptr instead of std::unique_ptr whenever possible.
levlam
2018-09-18
emscripten: td_get_timeout
Arseny Smirnov
2018-02-11
Remove more printf logging.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov