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

Use StructArrays for pp reconstruction #92

Open
graeme-a-stewart opened this issue Nov 22, 2024 · 0 comments
Open

Use StructArrays for pp reconstruction #92

graeme-a-stewart opened this issue Nov 22, 2024 · 0 comments
Labels
Internals Changes that affect the internals of the package, but not the public API

Comments

@graeme-a-stewart
Copy link
Member

StructArrays was very useful when implementing the e+e- algorithms to allow ArrayOfStruct reasoning, with StructOfArrays data layouts.

The compact arrays used for pp reconstruction (plain and tiled strategy) should be updated to also use this (which makes the package also more consistent as well).

There was a small performance increase for the e+e- case, so we might also slightly gain with this.

@graeme-a-stewart graeme-a-stewart added the Internals Changes that affect the internals of the package, but not the public API label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Changes that affect the internals of the package, but not the public API
Projects
None yet
Development

No branches or pull requests

1 participant