Text files vs Binary files

Let’s say I have the same amount of variables I’m writing in a file. Will it process faster with binary files instead of text files? I know that the binary files are smaller in size but I haven’t experienced a difference in the speed of writing the data. Should there be?

It would need to be a very big file to make a noticable-by-humans difference to the time to save.

Thanks Jeff.