Python Sets vs Lists
        Posted  
        
            by mvid
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mvid
        
        
        
        Published on 2010-05-14T00:55:55Z
        Indexed on 
            2010/05/14
            1:04 UTC
        
        
        Read the original article
        Hit count: 442
        
In Python, which data structure is more efficient/speedy? Assuming that order is not important to me and I would be checking for duplicates anyway, is a Python set slower than a Python list?
© Stack Overflow or respective owner