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
Remove unnecessary push_with_index() helper and restore the clean
implementation from master that uses iter::once().chain() with extend().
The complex manual index management was not needed - extend() correctly
handles index assignment and skip pointer calculation automatically.
Removes 60+ lines of unnecessary code while maintaining all functionality
and performance.
0 commit comments