libpmemobj-cpp icon indicating copy to clipboard operation
libpmemobj-cpp copied to clipboard

Remove recursion from radix_tree methods

Open igchor opened this issue 4 years ago • 0 comments

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

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

igchor avatar Jun 25 '21 11:06 igchor