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

By default do not keep hash string for detector checksum #1146

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

MarkusFrankATcernch
Copy link
Contributor

BEGINRELEASENOTES

  • By default do not keep hash string for detector checksum to minimize resource usage.
    As pointed out in Issue DetectorChecksum memory consumption scales with complexity (and maxes out...) #1143 keeping the hash string of detector
    components is very often too resource/memory consuming. Hence keep the hashed strings only if requested
    e.g. for debugging purposes. By default the hash strings are not kept.
    This means the produces hash sums are NOT backwards compatible, because during the checksum creation the
    hash strings from sub-components were used. These are now consequently replaced by the corresponding hash codes.
    ENDRELEASENOTES

@MarkusFrankATcernch MarkusFrankATcernch enabled auto-merge (rebase) July 18, 2023 13:08
@MarkusFrankATcernch MarkusFrankATcernch merged commit 08a9e86 into AIDASoft:master Jul 18, 2023
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