Improve STREAMs speed, unify with SEND/RECEIVE #47
Labels
api-breaking
Changes that break the kernel API and require re-writing or at lease adapting some code
enhancement
New feature or request
Milestone
The streams interface is horribly slow as it requires one kernel call per character for reading and another for writing. Previous attempts to speed up have not brought the necessary results (see the GETB/PUTB calls).
A new approach will be as follows:
The buffer can be of different types:
Advantages:
Disadvantages:
Open issues:
The text was updated successfully, but these errors were encountered: