Jump to content

RNTuple: Difference between revisions

From cernipedia
Page created automatically by script
 
No edit summary
 
Line 1: Line 1:
The RNTuple represents  a live dataset, whose structure is defined by a RNTupleModel. [[Category:Abbreviations]] [[Category:FAPlist]]
'''RNTuple''' (for n-tuple and nested tuple) is the experimental evolution of TTree columnar data storage. RNTuple introduces new interfaces that aim to be more robust. In particular, the new interfaces are type-safe through the use of templates, and the ownership is well-defined through the use of smart pointers.  
[[Category:FAPlist]]
[[Category:Computing]]

Latest revision as of 09:03, 24 April 2026

RNTuple (for n-tuple and nested tuple) is the experimental evolution of TTree columnar data storage. RNTuple introduces new interfaces that aim to be more robust. In particular, the new interfaces are type-safe through the use of templates, and the ownership is well-defined through the use of smart pointers.