Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace stdio.h file operations with the use of the actual file descriptor #11

Open
umgefahren opened this issue Apr 7, 2022 · 0 comments
Assignees
Labels
C The C implementation enhancement New feature or request

Comments

@umgefahren
Copy link
Owner

For better performance the C implementation should be adapted to employ POSIX fd's instead of the stdio.h FILEs.

It would be also very reasonable to improve performance through the implementation and drastically reduce the number of mallocs and frees.

@umgefahren umgefahren added the enhancement New feature or request label Apr 7, 2022
@umgefahren umgefahren added the C The C implementation label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C The C implementation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants