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
refactor: optimize arena access in leaf split insertion
- Pull get_leaf_mut(leaf_id) and linked list update above conditional logic
- Eliminate redundant arena lookup by updating leaf.next first
- Maintain same functionality with cleaner code structure
- All tests pass, no clippy warnings
0 commit comments