ClickHouse/src/Common/HashTable
Nikolai Kochetov 963ce315b2
Merge pull request #15454 from azat/dict-prealloc
Speedup hashed/sparse_hashed dictionary loading by preallocating the hash table
2020-10-15 15:03:53 +03:00
..
ClearableHashMap.h fixup 2020-05-26 08:54:04 +03:00
ClearableHashSet.h fixup 2020-05-26 08:54:04 +03:00
FixedClearableHashMap.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FixedClearableHashSet.h Revert "Less indirection in FixedHashTable" 2020-08-02 01:11:00 +03:00
FixedHashMap.h Use stored size for UInt16 case 2020-08-02 01:11:00 +03:00
FixedHashSet.h Revert "Less indirection in FixedHashTable" 2020-08-02 01:11:00 +03:00
FixedHashTable.h Fix half of typos 2020-08-08 03:47:03 +03:00
Hash.h Minor changes in BigInt hash 2020-10-10 18:46:41 +03:00
HashMap.h Fix hash table with NaN keys 2020-08-03 01:20:35 +03:00
HashSet.h Fix hash table with NaN keys 2020-08-03 01:20:35 +03:00
HashTable.h Add HashTable::reserve() (for preallocated hashed/sparse_hashed dictionaries) 2020-10-09 21:53:57 +03:00
HashTableAllocator.h Assert that allocator & container are consistent wrt. inline memory 2020-05-20 22:37:13 +03:00
HashTableKeyHolder.h Fix another UBSan warning 2020-05-03 21:39:52 +03:00
SmallTable.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
StringHashMap.h Merge branch 'master' into dbms2src 2020-04-03 18:20:05 +03:00
StringHashTable.h Fix SIGSEGV in StringHashTable if such key is not exists 2020-05-13 03:40:05 +03:00
TwoLevelHashMap.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TwoLevelHashTable.h Remove old TODO 2020-05-23 14:50:21 +03:00
TwoLevelStringHashMap.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
TwoLevelStringHashTable.h Merge branch 'master' into dbms2src 2020-04-03 18:20:05 +03:00