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

Significantly improved addFile/changeFile/removeFile performance. #3726

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2021

  1. perf(watcher): significantly improved addFile/changeFile/removeFile perf

    Change to the event handlers so that they don't return the, generally unecessary, list of files which can save around 100ms per-event (depending on machine spec)
    
    BREAKING CHANGE:
    
    Core public API change: Handlers no longer return the list of files, and a separate call is now needed to return that information.
    jfstephe committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5b38dc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Merge branch 'master' into fix-file-change-performance

    Jonathan Ginsburg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    ec43b0e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    a4a5002 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    77cdf9a View commit details
    Browse the repository at this point in the history