Hash tables in ClickHouse and C++ Zero-cost Abstractions

Read about how we implement hash tables in ClickHouse from choosing the right hash function, to managing collisions, benchmarking and designing an elegant API. All for the fastest hash table implementation possible.

dev

Sources