Improve file I/O performance
A low-level system programming language with high-level syntax
Status: Alpha
Brought to you by:
akapusti
Currently when, for example, performing textual file I/O, many preconditions (such "file is valid") are checked for each processed character, even if, for example, in a call to spl::File::writeString() it would have been enough to check it once.
Refactor the file I/O facilities to correct that.