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
/
td
/
utils
/
FlatHashMapChunks.h
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-04-14
Various improvements.
levlam
2025-01-01
Update copyright year.
levlam
2024-08-28
Return whether something was removed by table_remove_if.
levlam
2024-03-21
Pass equality comparator to is_hash_table_key_empty.
levlam
2024-01-01
Update copyright year.
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-10-09
Make all operator bool const and nonexcept.
levlam
2022-07-23
Minor improvements.
levlam
2022-03-11
Fix HashTable::operator->.
levlam
2022-03-09
Rename is_key_empty to is_hash_table_key_empty.
levlam
2022-03-09
Move MapNode and SetNode to separate classes.
levlam
2022-02-28
DownloadManager fixes.
levlam
2022-02-25
Minor improvements.
levlam
2022-02-23
Reduce size of an empty FlatHashTable.
levlam
2022-02-23
Randomize hash value and optimize bucket calculation.
levlam
2022-02-21
Fix swap(fixed_vector) usages.
levlam
2022-02-21
Remove value_type from SetNode.
levlam
2022-02-21
Keep the first value from initializer_list.
levlam
2022-02-19
Various hash table improvements.
levlam
2022-02-18
Various fixes.
levlam
2022-02-18
Fix compilation error.
levlam
2022-02-18
FlatHashMap: sse2 support
Arseny Smirnov
2022-02-18
FlatHashMap: optimizations
Arseny Smirnov
2022-02-17
FlatHashMap: fixes for portability
Arseny Smirnov
2022-02-17
FlatHashMap: add implementation with chunks
Arseny Smirnov