Sabbz
Well-Known Member
I have code that originally uses binary (file of byte), but I'm much more comfortable using text (Textfile). Using binary files is apparently faster, but I want to know by how much? Can one see a substantial speed difference?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
If you specifically need to read or write a byte at a time, or if your data stream contains null or special characters, you should use binary reading / writing.