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.
- [julia-users] Hashing arrays by value? Jonathan Malmaud
- [julia-users] Re: Hashing arrays by value? Ivar Nesje
- Re: [julia-users] Re: Hashing arrays by value? Kevin Squire
