- Operators `+`, `-` is added to `open_address_set_st` class. - `has_intersection_with` function is added to `open_address_set_st` class to check whether two sets have common elements without creating a set. - Change arrays of tables in multi_open_address_table_st/mt to static arrays. - The number of internal tables is moved from constructor arguments to template parameters.