var *table = new HashTable {
                            .key_type = t_id (String),
                            .value_type = t_id (int),
                            .capacity = word_count * log2 (word_count)
                           };