aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/WaitFreeHashMap.h
AgeCommit message (Expand)Author
2026-06-05Remove empty second parameter of static_assert.levlam
2026-01-01Update copyright year.levlam
2025-06-23Add WaitFreeHashMap::remove_if.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.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-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 WaitFreeHashMap 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-14Minor fixes.levlam
2022-08-04Fix WaitFreeHashMap::get_pointer.levlam
2022-08-04Improve WaitFreeHashMap.levlam
2022-08-04Add WaitFreeHashMap::foreach.levlam
2022-08-04Add operator[] to WaitFreeHashMap.levlam
2022-08-03Support unique_ptr values in WaitFreeHashMap.levlam
2022-07-20Add size() and empty() to WaitFreeHashMap.levlam
2022-05-19Add WaitFreeHashMap.levlam