Minor performance improvement. Iterate over the entries in the map instead of the keys. This avoids a redundant table lookup for each value.
1 file changed