aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/FlatHashMapChunks.h
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-04-14Various improvements.levlam
2025-01-01Update copyright year.levlam
2024-08-28Return whether something was removed by table_remove_if.levlam
2024-03-21Pass equality comparator to is_hash_table_key_empty.levlam
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-11-23Add td::Hash and use it everywhere instead of unusable std::hash.levlam
2022-10-09Make all operator bool const and nonexcept.levlam
2022-07-23Minor improvements.levlam
2022-03-11Fix HashTable::operator->.levlam
2022-03-09Rename is_key_empty to is_hash_table_key_empty.levlam
2022-03-09Move MapNode and SetNode to separate classes.levlam
2022-02-28DownloadManager fixes.levlam
2022-02-25Minor improvements.levlam
2022-02-23Reduce size of an empty FlatHashTable.levlam
2022-02-23Randomize hash value and optimize bucket calculation.levlam
2022-02-21Fix swap(fixed_vector) usages.levlam
2022-02-21Remove value_type from SetNode.levlam
2022-02-21Keep the first value from initializer_list.levlam
2022-02-19Various hash table improvements.levlam
2022-02-18Various fixes.levlam
2022-02-18Fix compilation error.levlam
2022-02-18FlatHashMap: sse2 supportArseny Smirnov
2022-02-18FlatHashMap: optimizationsArseny Smirnov
2022-02-17FlatHashMap: fixes for portabilityArseny Smirnov
2022-02-17FlatHashMap: add implementation with chunksArseny Smirnov