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

Update test #7446

Closed
wants to merge 5 commits into from
Closed

Update test #7446

wants to merge 5 commits into from

Commits on Mar 8, 2024

  1. Store less data for notification tracking on collections in Mixed

    We only need the very next path element, not the entire remaining path.
    tgoyne committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5996189 View commit details
    Browse the repository at this point in the history
  2. Fix a data race in collection notifier logging and extract some dupli…

    …cated code
    
    m_run_time_point was read on the target thread while being written on the
    worker thread without any locking involved.
    tgoyne committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cc6d640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5ee38 View commit details
    Browse the repository at this point in the history
  4. Make Obj trivial and add a separate ObjCollectionParent type

    Giving Obj a virtual base class turns out to have a meaningful performance
    impact.
    tgoyne committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d05739a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Update test

    jedelbo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3c36d09 View commit details
    Browse the repository at this point in the history