histogram/benchmark
Hans Dembinski 92a873c746
Faster linearize (#230)
* introduce offset for faster linearization of non-growing axes
* added traits::is_inclusive and constexpr bool inclusive() methods for builtin axes
* bug fixes for fill method when weight array is used with non-inclusive axis and when growing axes are used
* bug fix of axis::options::test(...)
* coverage tested with gcc-8, updated CONTRIBUTING.md with coverage info
2019-10-06 23:03:45 +02:00
..
axis_index.cpp improved benchmarks, turn off asserts 2019-05-30 13:49:26 +02:00
CMakeLists.txt Faster linearize (#230) 2019-10-06 23:03:45 +02:00
disable_cpu_scaling.sh update copyright (#55) 2019-08-19 16:53:27 +02:00
enable_cpu_scaling.sh update copyright (#55) 2019-08-19 16:53:27 +02:00
generator.hpp Histogram fill method (#54) 2019-08-19 23:55:43 +02:00
histogram_filling_gsl.cpp Histogram fill method (#54) 2019-08-19 23:55:43 +02:00
histogram_filling_numpy.py Faster linearize (#230) 2019-10-06 23:03:45 +02:00
histogram_filling_root.cpp Histogram fill method (#54) 2019-08-19 23:55:43 +02:00
histogram_filling.cpp Faster linearize (#230) 2019-10-06 23:03:45 +02:00
histogram_iteration.cpp improved benchmarks, turn off asserts 2019-05-30 13:49:26 +02:00
histogram_parallel_filling.cpp improved benchmarks, turn off asserts 2019-05-30 13:49:26 +02:00
plot_benchmarks.py update copyright (#55) 2019-08-19 16:53:27 +02:00
run_benchmarks.py avoid usage errors 2019-08-24 11:25:37 +02:00