Sebastien Binet
Sebastien Binet
As hinted here: - https://root-forum.cern.ch/t/converting-non-split-branch-to-split-branch/30711 It might be useful in the wild.
we should consider introducing a better buffer+reader reuse strategy (_e.g._ for decompressor that support `Reset`ing their readers) this would reduce memory allocation and memory pressure. this would then reduce the...
this would definitely up our eye candy factor. it could be related to #701 (or need a few things from it.)
as discussed in https://github.com/scikit-hep/uproot/pull/476 candidates: - https://godoc.org/github.com/aws/aws-sdk-go/service/s3 - https://godoc.org/github.com/minio/minio-go - https://godoc.org/github.com/ungerik/go-fs/s3fs - https://godoc.org/github.com/peak/s5cmd
- [x] merge trees - [x] merge H1Ds (#549) - [ ] merge H2Ds (#550) - [x] merge Graphs - [x] merge user-types
so we have nice LaTeX formula support, akin to matplotlib's `mathtext`: - https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/mathtext.py
[go-hep.org/x/hep/lhef](https://go-hep.org/x/hep/lhef) was written with only LHEF-v1 in mind. we could perhaps add proper support for v2 and v3. a few pointers: - https://arxiv.org/abs/hep-ph/0609017 - https://phystev.cnrs.fr/wiki/2017:groups:tools:lhe - https://phystev.cnrs.fr/wiki/2013:groups:tools:lhef3 - http://www.lpthe.jussieu.fr/LesHouches09Wiki/index.php/LHEF_for_Matching -...
there are still PAW (Fortran) users out there, producing `.ntup` files... maybe consider implementing a `groot`-based `h2root` converter program?