distogram icon indicating copy to clipboard operation
distogram copied to clipboard

A library to compute histograms on distributed environments, on streaming data

Results 3 distogram issues
Sort by recently updated
recently updated
newest added

Hello, for your reference, the example provided in the documentation for plotting a histogram doesn't work. I had to modify it as follows: ``` hist = distogram.histogram(h) hist =(hist[0], hist[1][0:len(hist[0])])...

documentation

From belm0: > Performance wise, I consider pypy as the only option today on a real application. I'm not sure what this means. Pypy has limitations (it is not a...

Hello-- noticed the link to this project from carsonfarmer/streamhist. I've been tinkering with optimization and correctness of this algorithm for about a year, and contributed some correctness changes to streamhist....