Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree iteration: Make skipping ahead more efficient #1004

Merged
merged 3 commits into from
Jan 2, 2024

Commits on Dec 31, 2023

  1. tree: tests: Make the test tree have 8 entries, to allow more thoroug…

    …h testing
    
    This will allow testing advancement by more than 1 at a time.
    joshtriplett committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    210c661 View commit details
    Browse the repository at this point in the history
  2. tree::TreeIter: Implement nth to make jumping ahead more efficient

    This means `skip` (which uses `nth`) will also be more efficient.
    joshtriplett committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    2be11dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d0628e View commit details
    Browse the repository at this point in the history