What's the most performant way in Julia to maintain a set of vectors and 
check if a given vector is in the set? I was thinking of converting the 
vectors to tuples and then using "in(::Set, ...)" but I'm worried about the 
performance penalty of continuously converting vectors to tuples.

Reply via email to