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

Make file and dir server more efficient #29

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

mfelsche
Copy link
Contributor

@mfelsche mfelsche commented Jan 9, 2025

by stating the file first and then try to read the whole file in as few read calls as possible.

This does not solve the problem of having to allocate space for the whole file in memory.

This addresses some of the issues in #28

by stating the file first and then try to read the whole file in as few read calls as possible.

This does not solve the problem of having to allocate space for the whole file in memory.
Copy link
Owner

@Theodus Theodus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@Theodus Theodus merged commit 247b97c into Theodus:main Jan 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants