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

Optimize Fragment.text_between #177

Merged
merged 1 commit into from
Jan 23, 2023
Merged

Optimize Fragment.text_between #177

merged 1 commit into from
Jan 23, 2023

Conversation

jsonn
Copy link
Contributor

@jsonn jsonn commented Oct 27, 2022

Incrementally appending the text requires in the worst case a resize per node. Use the Pythonic list accumulation idiom and a join to avoid this.

Incrementally appending the text requires in the worst case a resize per node. Use the Pythonic list accumulation idiom and a join to avoid this.
Copy link
Collaborator

@sciyoshi sciyoshi left a comment

Choose a reason for hiding this comment

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

Thank you @jsonn for the improvement!

@sciyoshi sciyoshi merged commit 5b2c525 into fellowapp:main Jan 23, 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.

2 participants