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
Based on experience writing the delete_unchecked function, we can choose to conditionally write to update the parent node only when the insert function creates a new inner node.
The text was updated successfully, but these errors were encountered:
Current in the
insert_unchecked
function we will unconditionally update the parent node if it was found during search: https://github.com/declanvk/blart/blob/main/src/nodes/operations/insert.rs#L372-L373Based on experience writing the
delete_unchecked
function, we can choose to conditionally write to update the parent node only when the insert function creates a new inner node.The text was updated successfully, but these errors were encountered: