dask-contrib / dask-histogram

Histograms with task scheduling.
https://dask-histogram.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Don't serialize a bh.Histogram object (just ingredients) #64

Closed douglasdavis closed 11 months ago

lgray commented 1 year ago

why remove the sizeof stuff - it's still useful to know how much memory is being taken up by histos while the cluster is churning?

douglasdavis commented 1 year ago

Still doing some tests. Trying to figure out why dask's default (in the absense of a custom registered sizeof) of just running Python's sizeof on the object is insufficient