-
Notifications
You must be signed in to change notification settings - Fork 130
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: vbauerster/mpb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.8.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vbauerster/mpb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.8.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 28 files changed
- 1 contributor
Commits on Aug 17, 2024
-
drop averageDecorators slice from bState struct
DecoratorAverageAdjust is very uncommon method to call because start time can be set at construction time. It's not worth to keep slice for method which is potentially never called.
Configuration menu - View commit details
-
Copy full SHA for 423ec45 - Browse repository at this point
Copy the full SHA 423ec45View commit details -
avoid data races by waiting inside func(s *bState)
This allows ranging over decorators concurrently without using mutexes or other sync book keeping because next call to d.Decor() is awaited.
Configuration menu - View commit details
-
Copy full SHA for 3605d1b - Browse repository at this point
Copy the full SHA 3605d1bView commit details -
drop mutex book keeping on MovingAverage impls
Commit d2d7398c allows to drop mutex book keeping.
Configuration menu - View commit details
-
Copy full SHA for b07e214 - Browse repository at this point
Copy the full SHA b07e214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 111651a - Browse repository at this point
Copy the full SHA 111651aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff80242 - Browse repository at this point
Copy the full SHA ff80242View commit details -
Configuration menu - View commit details
-
Copy full SHA for c31e10e - Browse repository at this point
Copy the full SHA c31e10eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0c7d2 - Browse repository at this point
Copy the full SHA 5d0c7d2View commit details -
drop shutdownListeners slice from bState struct
Instead traverse once at shutdown.
Configuration menu - View commit details
-
Copy full SHA for 655922b - Browse repository at this point
Copy the full SHA 655922bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a9ceb - Browse repository at this point
Copy the full SHA c0a9cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af1f33 - Browse repository at this point
Copy the full SHA 3af1f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab517f6 - Browse repository at this point
Copy the full SHA ab517f6View commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 303de2e - Browse repository at this point
Copy the full SHA 303de2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f97705a - Browse repository at this point
Copy the full SHA f97705aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67adb9c - Browse repository at this point
Copy the full SHA 67adb9cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.8.1...v8.8.2