.clang-format
.readthedocs.yml
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.builds/arch.yml
.builds/conda.yml
.github/workflows/build.yml
.github/workflows/ci.yml
docs/Makefile
docs/api.rst
docs/bench.rst
docs/conf.py
docs/index.rst
docs/quick.rst
docs/req.rst
docs/requirements.txt
docs/_static/compare.png
docs/_static/compare_omp.png
docs/_static/compare_var.png
docs/_static/compare_var_omp.png
docs/_static/custom.css
docs/_static/logo.svg
docs/_static/benchmarks/fixed1d.png
docs/_static/benchmarks/fixed2d.png
docs/_static/benchmarks/var1d.png
docs/_static/benchmarks/var2d.png
docs/api/bin_centers.rst
docs/api/bin_edges.rst
docs/api/disable_omp.rst
docs/api/fix1d.rst
docs/api/fix1dmw.rst
docs/api/fix2d.rst
docs/api/force_omp.rst
docs/api/histogram.rst
docs/api/histogram2d.rst
docs/api/var1d.rst
docs/api/var1dmw.rst
docs/api/var2d.rst
extern/mp11/include/boost/mp11.hpp
extern/mp11/include/boost/mp11/algorithm.hpp
extern/mp11/include/boost/mp11/bind.hpp
extern/mp11/include/boost/mp11/function.hpp
extern/mp11/include/boost/mp11/integer_sequence.hpp
extern/mp11/include/boost/mp11/integral.hpp
extern/mp11/include/boost/mp11/list.hpp
extern/mp11/include/boost/mp11/map.hpp
extern/mp11/include/boost/mp11/mpl.hpp
extern/mp11/include/boost/mp11/mpl_list.hpp
extern/mp11/include/boost/mp11/mpl_tuple.hpp
extern/mp11/include/boost/mp11/set.hpp
extern/mp11/include/boost/mp11/tuple.hpp
extern/mp11/include/boost/mp11/utility.hpp
extern/mp11/include/boost/mp11/version.hpp
extern/mp11/include/boost/mp11/detail/config.hpp
extern/mp11/include/boost/mp11/detail/mp_append.hpp
extern/mp11/include/boost/mp11/detail/mp_copy_if.hpp
extern/mp11/include/boost/mp11/detail/mp_count.hpp
extern/mp11/include/boost/mp11/detail/mp_fold.hpp
extern/mp11/include/boost/mp11/detail/mp_is_list.hpp
extern/mp11/include/boost/mp11/detail/mp_list.hpp
extern/mp11/include/boost/mp11/detail/mp_map_find.hpp
extern/mp11/include/boost/mp11/detail/mp_min_element.hpp
extern/mp11/include/boost/mp11/detail/mp_plus.hpp
extern/mp11/include/boost/mp11/detail/mp_remove_if.hpp
extern/mp11/include/boost/mp11/detail/mp_void.hpp
extern/mp11/include/boost/mp11/detail/mp_with_index.hpp
extern/mp11/include/boost/mp11/detail/mpl_common.hpp
extern/pybind11/LICENSE
extern/pybind11/include/pybind11/attr.h
extern/pybind11/include/pybind11/buffer_info.h
extern/pybind11/include/pybind11/cast.h
extern/pybind11/include/pybind11/chrono.h
extern/pybind11/include/pybind11/common.h
extern/pybind11/include/pybind11/complex.h
extern/pybind11/include/pybind11/eigen.h
extern/pybind11/include/pybind11/embed.h
extern/pybind11/include/pybind11/eval.h
extern/pybind11/include/pybind11/functional.h
extern/pybind11/include/pybind11/iostream.h
extern/pybind11/include/pybind11/numpy.h
extern/pybind11/include/pybind11/operators.h
extern/pybind11/include/pybind11/options.h
extern/pybind11/include/pybind11/pybind11.h
extern/pybind11/include/pybind11/pytypes.h
extern/pybind11/include/pybind11/stl.h
extern/pybind11/include/pybind11/stl_bind.h
extern/pybind11/include/pybind11/detail/class.h
extern/pybind11/include/pybind11/detail/common.h
extern/pybind11/include/pybind11/detail/descr.h
extern/pybind11/include/pybind11/detail/init.h
extern/pybind11/include/pybind11/detail/internals.h
extern/pybind11/include/pybind11/detail/typeid.h
src/_backend.cpp
src/pygram11/__init__.py
src/pygram11/hist.py
src/pygram11/misc.py
src/pygram11/py.typed
src/pygram11/version.py
src/pygram11.egg-info/PKG-INFO
src/pygram11.egg-info/SOURCES.txt
src/pygram11.egg-info/dependency_links.txt
src/pygram11.egg-info/not-zip-safe
src/pygram11.egg-info/requires.txt
src/pygram11.egg-info/top_level.txt
tests/test_pygram11.py
utils/README.md
utils/benchmark.py