Why is bytes(lst) slower than bytearray(lst)?
With lst = [0] * 10**6
I get times like these:
Why is bytes(lst) slower than bytearray(lst)?
With lst = [0] * 10**6
I get times like these:
Why is bytes(lst) slower than bytearray(lst)?
With lst = [0] * 10**6
I get times like these: