Importing the fast internals of boost-histogram #586
TomNicholas
started this conversation in
General
Replies: 1 comment 2 replies
-
I would recommend (after reading https://boost-histogram.readthedocs.io/en/latest/notebooks/xarray.html :) ) that you look at using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on xhistogram, whose functionality we are planning to move upstream into xarray (pydata/xarray#5400).
Doing this meets a few requirements for us:
However, it would also be nice to be able to benefit from the seeming faster performance of boost-histogram. Is it all possible for me to optionally import some part of boost-histogram and call it as a "fast path", if the user has the library installed? I don't think I can just use the high-level
Histogram
class for the various reasons above, but is there some lower-level part of the wrapped C++ API that would be useful to import (for bincounting say?).Beta Was this translation helpful? Give feedback.
All reactions