in reply to Re^4: Common hash keys
in thread Common hash keys

computer scientist generally don't see a problem with that since the algorithm is still O(n), which means the time (and space) to compute it grows only linear with the number of keys in the hashes. Many algorithms are not that nice.