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

Simpler and faster event-mode upper-bound broadcast #85

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

SimonHeybrock
Copy link
Member

@SimonHeybrock SimonHeybrock commented Feb 13, 2024

Fixes #84.

For 1e9 events this reduces the time for the call to this function from 10 seconds to 1 second.

Regarding the final comment in the issue,

Ultimately, we may consider adding the upper-bound approach in Scipp, so this can be done more efficiently.

Since we are only broadcasting the weights this does not appear to be a major bottleneck for now, i.e., I am going to ignore that thought for the time being.

Fixes #84.

For 1e9 events this reduces the time for the call to this function from
10 seconds to 1 second.
@SimonHeybrock SimonHeybrock merged commit 403ece5 into optimize-normalize Feb 13, 2024
3 checks passed
@SimonHeybrock SimonHeybrock deleted the optimize-upper-bound-estimate branch February 13, 2024 13:56
@SimonHeybrock SimonHeybrock mentioned this pull request Feb 26, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants