⬅︎ Back to Fastest way to uniqify a list in Python
Wow, just wow. Using a dict{} to check duplicates is brilliant. So fast, so obviously faster than a repeat check in list. Well done!www.JamesKoss.com
Comment
Wow, just wow. Using a dict{} to check duplicates is brilliant. So fast, so obviously faster than a repeat check in list. Well done!
www.JamesKoss.com