For most of them, plain_text appears to be faster; and only at 10 million entries, does the binary format become slightly faster. What am I doing wrong?
You are not showing us the code. That is just *wrong*.
Are you converting each number independently, or the whole list at once?
P!