Is there a way to estimate the amount of time it will take to use a map, given the number of elements it contains and the operation being done to the map (e.g. addition, subtraction, division, etc.)? If I am running an application at a high frequency, is it a good idea to use maps?