Skip to content

add bound to reorg loop#1179

Open
AloeareV wants to merge 2 commits into
devfrom
bound_reorg_loop
Open

add bound to reorg loop#1179
AloeareV wants to merge 2 commits into
devfrom
bound_reorg_loop

Conversation

@AloeareV

@AloeareV AloeareV commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Note: It was suggested that replacing the recursive call with an accumulator would be more efficient, due to needing to recursively box during recursive async functions.

This is true in the abstract. As this function isn't a hot path, and will very rarely recurse a double-digit number of times, I suspect that this have unnoticeable benefit in terms of how fast zaino actually functions.

idky137
idky137 previously approved these changes Jun 6, 2026

@idky137 idky137 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

utACK

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