diff options
| author | Arseny Smirnov <arseny30@gmail.com> | 2022-02-17 19:31:58 +0100 |
|---|---|---|
| committer | Arseny Smirnov <arseny30@gmail.com> | 2022-02-17 19:40:18 +0100 |
| commit | 34a69e31330a387c79291563c69f7a835c07e23d (patch) | |
| tree | 22167c9291fafa5c1e9f1c4a1b9a19965ce8b693 /tdutils/CMakeLists.txt | |
| parent | deafeee33b7590c1e731b476b2825bb457ad2fb5 (diff) | |
FlatHashMap: add implementation with chunks
Diffstat (limited to 'tdutils/CMakeLists.txt')
| -rw-r--r-- | tdutils/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tdutils/CMakeLists.txt b/tdutils/CMakeLists.txt index d51f27ea8..b7c692bcc 100644 --- a/tdutils/CMakeLists.txt +++ b/tdutils/CMakeLists.txt @@ -203,8 +203,11 @@ set(TDUTILS_SOURCE td/utils/ExitGuard.h td/utils/FileLog.h td/utils/filesystem.h + td/utils/fixed_vector.h td/utils/find_boundary.h td/utils/FlatHashMap.h + td/utils/FlatHashMapChunks.h + td/utils/FlatHashMapLinear.h td/utils/FloodControlFast.h td/utils/FloodControlStrict.h td/utils/format.h |
