Is iterating over arrays fast in python? I thought python always gets really slow if one uses loops +4 -2
Are the TTree array alias formulas the same as TFormulas like in TTree::Draw? Or some other syntax? +4 -3
how you convert root-file to numpy array if your ntuple has different length of branching (for example, pt of tracks in each vertex, which is varied). +2 -2
How hard is it to write code that's as performant as uproot from C++ and ROOT? Is someone who is proficient at C++ and ROOT at a disadvantage? If so, how? +1
using iterate, can you control the size of the "chunk" or is it the defined cache? +2 -1
Do you need to manually clear the cache or does it vacate itself when full and you need more? +1 -1
what are the main benefits of uproot over ROOT? +3 -2
Can uproot do everything that ROOT does? What are the limitations of using uproot? +2 -2
Is it possible to create a hierarchy of directories with histograms inside? +1 -1
If one needs to incorporate methods where multiple dataframes/arrays need to be loaded into memory to make histograms what is the optimal way to do this? 0