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

[RF] extend RooBinIntegrator to N-dimensions #17247

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

Conversation

ferdymercury
Copy link
Contributor

This Pull request:

Changes or fixes:

Fixes https://its.cern.ch/jira/browse/ROOT-9996

Currently it failed silently for more than 3 dimensions

Checklist:

  • tested changes locally
  • updated the docs (if necessary)

Copy link

github-actions bot commented Dec 11, 2024

Test Results

    18 files      18 suites   4d 12h 26m 33s ⏱️
 2 665 tests  2 665 ✅ 0 💤 0 ❌
46 252 runs  46 252 ✅ 0 💤 0 ❌

Results for commit 655d1b2.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@guitargeek guitargeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for the initiative, this is great! Please refactor the code a bit to not not introduce too many manual memory allocations by constructing std::vector. These are very expensive in performance. I guess just one allocation of some working memory that is passed around in the recursive function should work, if it can't be avoided entirely.

@ferdymercury ferdymercury dismissed guitargeek’s stale review December 13, 2024 11:22

Thanks for the suggestions. Done!

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