This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Reduce the overhead caused by using a huge amount of goroutines to compute histograms.
The concurrent algorithms will now divide the Rectangle
that makes up the image in up to runtime.NumProc()
parts to be analyzed concurrently. This gives slight speed improvements and decreases memory consumption.