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

improve Reading files performance #102

Merged
merged 1 commit into from
Mar 24, 2023
Merged

improve Reading files performance #102

merged 1 commit into from
Mar 24, 2023

Conversation

MindPatch
Copy link
Contributor

we have used BufReader to buffer the file input and avoid multiple calls to the operating system. This reduces the number of I/O operations and can improve performance.

@MindPatch MindPatch added this to the 0.0.5-beta milestone Mar 24, 2023
@MindPatch MindPatch merged commit dae208d into 0.5-beta Mar 24, 2023
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.

1 participant