boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
315 stars 73 forks source link

accelerate serialization of storages that use accumulators #255

Open HDembinski opened 4 years ago

HDembinski commented 4 years ago

The storages that use accumulators are currently not accelerated with the array_view, this should be fixed, as it could lead to very slow serialization on some archive backends.