aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
AgeCommit message (Expand)Author
2026-06-05Remove empty second parameter of static_assert.levlam
2026-05-18Fix platform.h/config.h includes.levlam
2026-04-09Fix typos.Roj
2026-03-26Remove separate messageLivePhoto.levlam
2026-01-20Pass proxy to addProxy, editProxy and testProxy.levlam
2026-01-01Update copyright year.levlam
2025-05-12Improve 'list of' usage.levlam
2025-04-02Make crypto benchmark fair.levlam
2025-04-02Fix benchmark.levlam
2025-03-07Minor improvements.levlam
2025-02-24Improve types of some constants.levlam
2025-02-21Simplify RwMutex usage.levlam
2025-02-13Increase required CMake version to 3.10.levlam
2025-01-01Update copyright year.levlam
2024-12-05Minor improvements. (#3169)AYMEN
2024-08-07Improve CMakeLists comments.levlam
2024-05-18Add libtdmtproto.levlam
2024-05-15Add flag show_caption_above_media to relevant message content types.levlam
2024-01-01Update copyright year.levlam
2023-11-24Fix bench_http_reader.levlam
2023-10-30Fix warnings.levlam
2023-10-22Add any_of benchmark.levlam
2023-10-03Add StringBuilder::print_int benchmarks.levlam
2023-10-02Add add_to_top benchmark.levlam
2023-09-29Add to_string benchmark.levlam
2023-09-21Add strictly-typed class mtproto::MessageId.levlam
2023-08-26Use faster hash in downcast_call benchmark.levlam
2023-03-06Fix includes.levlam
2023-02-26Use "receive"/"have"/"loaded" instead of "got" and other log message improvem...levlam
2023-02-26Improve log message spelling.levlam
2023-02-10Fix tdactor benchmark.levlam
2023-02-09Fix benchmark/bench_db.cppArseny Smirnov
2023-02-03Improve CRC spelling.levlam
2023-02-02Use explicit as_mutable_slice to get MutableSlice.levlam
2023-01-04Fix bench_misc.levlam
2023-01-04Support symbolic links in walk_path.levlam
2023-01-02Improve punctuation.levlam
2023-01-01Update copyright year.levlam
2022-11-23Add td::Hash and use it everywhere instead of unusable std::hash.levlam
2022-11-09Rename MessagesDb to MessageDb.levlam
2022-10-27Improve some emplace_back/push_back usage.levlam
2022-09-14Replace ConcurrentScheduler::init with constructor.levlam
2022-09-14Allow to specify affinity mask for concurrent scheduler threads.levlam
2022-08-29Add HMAC benchmarks.levlam
2022-08-29Add SHA benchmarks.levlam
2022-07-14remove td::this_thread::yield function. usleep_for(1) used insteadArseny Smirnov
2022-07-06Avoid warning about set but not used variable.levlam
2022-06-27Move Promise to tdutils.levlam
2022-04-03Remove unneeded commas.levlam
2022-03-14Move find_package(ABSL) under TD_WITH_ABSEIL.levlam