hep
hep copied to clipboard
hep is the mono repository holding all of go-hep.org/x/hep packages and tools
once we have write capabilities, we should have `go test` benchmarks: - [ ] write 1 branch with 1 `float64` - [ ] write 10 branches with 1 `float64` -...
it would be great to have some ability to achieve the same things than what ROOT's `HistFactory` or pure-python's `hf` do: - https://github.com/root-project/root/tree/master/roofit/histfactory - https://github.com/diana-hep/pyhf
see: https://github.com/scikit-hep/uproot/issues/54
this would be interesting for Recast. wouldn't it, @lukasheinrich ?
commit 40f83711f2ddda82f19c00cb7f5be5eaf85ebb8f brought the reading of a float64 branch from/to: ``` BenchmarkScanStruct-4 50000 39159 ns/op 801 B/op 100 allocs/op BenchmarkScanStruct-4 200000 10070 ns/op 0 B/op 0 allocs/op ``` ie: ```...
It would be great to implement fast BulkIO access for `rootio`. this can be done in a few lines in python: - https://github.com/scikit-hep/uproot with quite the performances boost: - https://github.com/scikit-hep/uproot#performance...
_From @sbinet on December 7, 2016 16:9_ _Copied from original issue: go-hep/hbook#10_
_From @sbinet on December 7, 2016 16:9_ _Copied from original issue: go-hep/hbook#11_