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 the performance of the LineReader by reducing the number of system calls whilst containing the tail size #93

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

HaukurPall
Copy link

Fixes #92 and #80 (I think)

@HaukurPall
Copy link
Author

HaukurPall commented Jun 28, 2024

The TextFileWrapper and BinaryFileWrapper readline() use a similar pattern as described in #92 but since the buffer does not persist between calls a fix does not make sense. Thankfully, for those classes, when iterating over lines (__aiter__) the improved LineReader is used.

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.

Performance issue and suggested fix
1 participant