Skip to content

Changed the version of the Histogram library to 2.0.0#28

Merged
vetlewi merged 5 commits intomainfrom
dev
Mar 9, 2026
Merged

Changed the version of the Histogram library to 2.0.0#28
vetlewi merged 5 commits intomainfrom
dev

Conversation

@vetlewi
Copy link
Copy Markdown
Owner

@vetlewi vetlewi commented Mar 9, 2026

In the PR there are several changes:

  • Update the histogram library version (now v.2.0.0) - now the user doesn't need to run force_flush() manually for each histogram
  • Change of queue type - the queue used to connect the steps in the pipeline has been changed to a more simple SPSC type. We also fix an issue where we would terminate the step in the pipeline prematurely (issue Not all data processed #27). We now check if the queue are empty before terminating the thread.

vetlewi added 5 commits March 5, 2026 17:23
I've changed the queue type as it seems like not all data are fully moved to the end of the pipeline before termination. This is mostly an issue for short files, not long (ie. many data files).
@vetlewi vetlewi merged commit e85c6fe into main Mar 9, 2026
2 checks passed
@vetlewi vetlewi mentioned this pull request Mar 9, 2026
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.

1 participant