Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Remove recursion from radix_tree methods #1101

Open
igchor opened this issue Jun 25, 2021 · 0 comments
Open

Remove recursion from radix_tree methods #1101

igchor opened this issue Jun 25, 2021 · 0 comments
Labels
radix_tree Needs to be resolved to productize radix_tree Type: Bug Something isn't working

Comments

@igchor
Copy link
Contributor

igchor commented Jun 25, 2021

ISSUE: Remove recursion from radix_tree methods (next_leaf and find_leaf)

For very high trees, the recursion can result in stack overflow.

@igchor igchor added the Type: Bug Something isn't working label Jun 25, 2021
@lukaszstolarczuk lukaszstolarczuk added the radix_tree Needs to be resolved to productize radix_tree label Jun 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
radix_tree Needs to be resolved to productize radix_tree Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants