aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/WaitFreeHashSet.h
AgeCommit message (Expand)Author
2026-06-05Remove empty second parameter of static_assert.levlam
2026-01-01Update copyright year.levlam
2025-06-23Add WaitFreeHashSet::remove_if.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.levlam
2023-08-16Don't send updateChatActiveStories about chats with unknown active stories.levlam
2023-01-01Update copyright year.levlam
2022-11-24Return back randomize_hash to WaitFreeHashMap.levlam
2022-11-23Add td::Hash and use it everywhere instead of unusable std::hash.levlam
2022-11-22Use WaitFreeHashMap to store poll messages.levlam
2022-11-21Decrease maximum size of wait-free hash tables.levlam
2022-11-18Fix warning.levlam
2022-11-18Rename size() to calc_size() for WaitFree hash tables.levlam
2022-11-18Make WaitFreeHashSet recursive.levlam
2022-09-30Reduce MAX_STORAGE_SIZE for wait free hash tables to reduce split_storage time.levlam
2022-09-22Increase 8 times number of WaitFreeMap storages.levlam
2022-08-20Add WaitFreeHashSet.levlam