I am using an unordered_map many iterations. After each iteration I want to clear the map, but I do not want the program to waste time by constantly resizing the unordered_map.