radix_tree: optimize emplace
In case there is already such element we can return it just after descend - no need to descend the tree twice.
parent
8353b645
Please register or sign in to comment
In case there is already such element we can return it just after descend - no need to descend the tree twice.