Lack of buffering in stdio #1

Open
opened 2025-06-04 18:31:12 +00:00 by ZakYSF · 0 comments
Owner

FILE objects are not buffered in the current implementation which leads to very poor performance in programs which do a lot of small reads or writes.

FILE objects are not buffered in the current implementation which leads to very poor performance in programs which do a lot of small reads or writes.
Sign in to join this conversation.
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SecureLang/sllibc#1
No description provided.