aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/test/hashset_benchmark.cpp
AgeCommit message (Expand)Author
2026-04-01Various improvements.levlam
2026-03-18Move rand_shuffle to Random.levlam
2026-01-01Update copyright year.levlam
2025-02-28Use using in HashSet benchmark.levlam
2025-01-01Update copyright year.levlam
2024-03-21Pass equality comparator to is_hash_table_key_empty.levlam
2024-01-01Update copyright year.levlam
2023-03-06Fix includes.levlam
2023-01-02Move random_shuffle to tests.h.levlam
2023-01-01Update copyright year.levlam
2022-11-23Add td::Hash and use it everywhere instead of unusable std::hash.levlam
2022-03-09Add unordered_map<string, ...> benchmark.levlam
2022-03-09Add separate FlatHashSet.h.levlam
2022-03-09Move FlatHashTable implementation to FlatHashTable.h.levlam
2022-03-09Move MapNode and SetNode to separate classes.levlam
2022-02-23Properly clear other hashmap after move.levlam
2022-02-21Remove value_type from SetNode.levlam
2022-02-19Various hash table improvements.levlam
2022-02-18Fix SCOPE_EXIT redefinition.levlam
2022-02-18Various fixes.levlam
2022-02-18FlatHashMap: add MaskSse2 to benchmarkArseny Smirnov
2022-02-17FlatHashMap: fixes for portabilityArseny Smirnov
2022-02-17FlatHashMap: add implementation with chunksArseny Smirnov
2022-02-12Fix formatting.levlam
2022-02-11FlatHashSetArseny Smirnov
2022-02-11Add HashMap build time benchmark.levlam
2022-02-11Fix HashSet benchmark.levlam
2022-02-10FlatHashMap: more benchmarksArseny Smirnov
2022-02-10Minor improvements.levlam
2022-02-09FlatHashMap: remove_if; generic td::table_remove_ifArseny Smirnov
2022-02-09FlatHashMap improvements.levlam
2022-02-08FlatHashMap: benchmarkArseny Smirnov