Caution
This is a research prototype and not production-level code. DO NOT use for real applications and analyses.
- Make the common case fast: few dimensions with integer or floating point bins.
- Template as little if possible, only if required to not lose performance.
- Offer modern interfaces that are easy to use correctly.
- Integrate methods for parallel filling, but without losing efficient sequential filling.