index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tdutils
/
test
/
hashset_benchmark.cpp
Age
Commit message (
Expand
)
Author
2026-04-01
Various improvements.
levlam
2026-03-18
Move rand_shuffle to Random.
levlam
2026-01-01
Update copyright year.
levlam
2025-02-28
Use using in HashSet benchmark.
levlam
2025-01-01
Update copyright year.
levlam
2024-03-21
Pass equality comparator to is_hash_table_key_empty.
levlam
2024-01-01
Update copyright year.
levlam
2023-03-06
Fix includes.
levlam
2023-01-02
Move random_shuffle to tests.h.
levlam
2023-01-01
Update copyright year.
levlam
2022-11-23
Add td::Hash and use it everywhere instead of unusable std::hash.
levlam
2022-03-09
Add unordered_map<string, ...> benchmark.
levlam
2022-03-09
Add separate FlatHashSet.h.
levlam
2022-03-09
Move FlatHashTable implementation to FlatHashTable.h.
levlam
2022-03-09
Move MapNode and SetNode to separate classes.
levlam
2022-02-23
Properly clear other hashmap after move.
levlam
2022-02-21
Remove value_type from SetNode.
levlam
2022-02-19
Various hash table improvements.
levlam
2022-02-18
Fix SCOPE_EXIT redefinition.
levlam
2022-02-18
Various fixes.
levlam
2022-02-18
FlatHashMap: add MaskSse2 to benchmark
Arseny Smirnov
2022-02-17
FlatHashMap: fixes for portability
Arseny Smirnov
2022-02-17
FlatHashMap: add implementation with chunks
Arseny Smirnov
2022-02-12
Fix formatting.
levlam
2022-02-11
FlatHashSet
Arseny Smirnov
2022-02-11
Add HashMap build time benchmark.
levlam
2022-02-11
Fix HashSet benchmark.
levlam
2022-02-10
FlatHashMap: more benchmarks
Arseny Smirnov
2022-02-10
Minor improvements.
levlam
2022-02-09
FlatHashMap: remove_if; generic td::table_remove_if
Arseny Smirnov
2022-02-09
FlatHashMap improvements.
levlam
2022-02-08
FlatHashMap: benchmark
Arseny Smirnov