Comment

kmbt

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!