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

Releases: AlessandroPomponio/hsv

v1.1.0 - Concurrency improvements

27 Feb 07:14
bff3922
Compare
Choose a tag to compare

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.

First release

16 Sep 10:22
Compare
Choose a tag to compare

First release.