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

[WIP] Store the collection information in a struct instead of a tuple #711

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

Conversation

tmadlener
Copy link
Collaborator

BEGINRELEASENOTES

  • Store the collection information in a proper struct instead of using a tuple of some types.

ENDRELEASENOTES

Fixes #705

@peremato This addresses the TTree part of the problem. I just realized that RNTuple stores this in several vectors that run in parallel. I suppose it would be easiest for you (and also for us) to have similar layouts for TTree and RNTuple?

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.

Change from tuple to struct for storing metadata of stored collections
1 participant