Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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

@tmadlener tmadlener commented Nov 20, 2024

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?

  • Harmonize the TTree and RNTuple formats.

# for free to join this conversation on GitHub. Already have an account? # 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