boostorg / histogram

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

BLOSC storage #354

Closed HDembinski closed 1 year ago

HDembinski commented 2 years ago

Alternative to dense storage. Would allow us to work with sparsely filled high-dimensional histograms. BLOSC is BSD licensed, so compatible with BSL.

https://www.blosc.org/pages/blosc-in-depth/ https://github.com/Blosc/c-blosc2

HDembinski commented 1 year ago

Duplicate of #318