About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
twwilliams
12/24/2017 - 7:52 PM
share
Share
add_circle_outline
Save
Fastest way to uniqify a list of hashable objects (unordered)
From
https://www.peterbe.com/plog/fastest-way-to-uniquify-a-list-in-python-3.6
uniqify-unordered.py
content_copy
file_download
list(set(seq))
clear