Skip to content

Releases: SynaptiveMedical/thread-pool-cpp

Synaptive Internal 1.3.2 Release

15 Jun 17:28
f8e1831
Compare
Choose a tag to compare

Fixed build issues/warnings

Synaptive Internal 1.3.1 Release

27 Apr 20:28
921e41e
Compare
Choose a tag to compare

Implementation of shared state semantics within the thread pool to enable easier object moving.

Synaptive Internal 1.3.0 Release

03 Apr 15:05
38a3d89
Compare
Choose a tag to compare

Implemented new task overflow policy.

Synaptive Internal 1.2.0 Release

20 Mar 14:59
c48dd19
Compare
Choose a tag to compare
Pre-release

Implementation of worker idling and rousing semantics to lessen CPU load when pool is idle. See #2 and #3.
Do not use this release. It has known bugs which are fixed in 1.3.0

Synaptive Internal 1.1.0 Release

17 Jan 15:54
3fb0298
Compare
Choose a tag to compare

Addition of the round robin work stealing technique.

Synaptive Internal 1.0.0 Release

16 Jan 14:59
Compare
Choose a tag to compare

Small fixes on top of canonical thread-pool-cpp, specifically compilation fixes relating to function inlining and warning suppression.