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

Switch to iterative DynNode and ConcreteTreeNode processing #13177

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    c26e07f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4dd2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83d194e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Remove unused method

    blaginin committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    482546b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f682be3 View commit details
    Browse the repository at this point in the history
  3. Rename mods and test

    blaginin committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4e1b81e View commit details
    Browse the repository at this point in the history
  4. Improve readability

    blaginin committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e475464 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Small performance optimisations for visit

    - reuse vec instead of making a new one
    - use mut ref to the last element instead of taking it on every iteration
    blaginin committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b70a0f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    a91a506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a988df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eb7174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fa4c98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    810c899 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0587e18 View commit details
    Browse the repository at this point in the history
  7. More verbose notes

    blaginin committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ee4f663 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    44ec414 View commit details
    Browse the repository at this point in the history
  2. Remove RecursiveNode

    blaginin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    403230a View commit details
    Browse the repository at this point in the history