You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laurynas Biveinis edited this page May 14, 2021
·
13 revisions
Previously, the internal node add path dispatched twice: once for is_full call, then for add call. Avoid this by moving the node fullness check into add, and making it return whether the add was successful or the node was full.