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
/
WaitFreeHashMap.h
Age
Commit message (
Expand
)
Author
2026-06-05
Remove empty second parameter of static_assert.
levlam
2026-01-01
Update copyright year.
levlam
2025-06-23
Add WaitFreeHashMap::remove_if.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-01-01
Update copyright year.
levlam
2022-11-24
Return back randomize_hash to WaitFreeHashMap.
levlam
2022-11-23
Add td::Hash and use it everywhere instead of unusable std::hash.
levlam
2022-11-21
Decrease maximum size of wait-free hash tables.
levlam
2022-11-18
Fix warning.
levlam
2022-11-18
Rename size() to calc_size() for WaitFree hash tables.
levlam
2022-11-18
Make WaitFreeHashMap recursive.
levlam
2022-09-30
Reduce MAX_STORAGE_SIZE for wait free hash tables to reduce split_storage time.
levlam
2022-09-22
Increase 8 times number of WaitFreeMap storages.
levlam
2022-08-14
Minor fixes.
levlam
2022-08-04
Fix WaitFreeHashMap::get_pointer.
levlam
2022-08-04
Improve WaitFreeHashMap.
levlam
2022-08-04
Add WaitFreeHashMap::foreach.
levlam
2022-08-04
Add operator[] to WaitFreeHashMap.
levlam
2022-08-03
Support unique_ptr values in WaitFreeHashMap.
levlam
2022-07-20
Add size() and empty() to WaitFreeHashMap.
levlam
2022-05-19
Add WaitFreeHashMap.
levlam