Which one of these is faster? Is one \"better\"? Basically I\'ll have two sets and I want to eventually get one match from between the two lists. So really I suppose th
Your code is fine. Item lookup if object in other_set for sets is quite efficient.
if object in other_set