Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

v1.1.0 - Concurrency improvements

Latest
Compare
Choose a tag to compare
@AlessandroPomponio AlessandroPomponio released this 27 Feb 07:14
bff3922

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.