⬅︎ Back to Fastest way to uniqify a list in Python
Hi. You have an error in your benchmark in the functiondef f11(seq): # f10 but simpler # Order preserving return list(_f10(seq))It should say _f11 instead of _f10 in the last line.Cheers!
Comment
Hi. You have an error in your benchmark in the function
def f11(seq): # f10 but simpler
# Order preserving
return list(_f10(seq))
It should say _f11 instead of _f10 in the last line.
Cheers!