Skip to content

Releases: SynaptiveMedical/thread-pool-cpp

Synaptive Internal 1.3.2 Release

Choose a tag to compare

@jasper-yeh jasper-yeh released this 15 Jun 17:28
f8e1831

Fixed build issues/warnings

Synaptive Internal 1.3.1 Release

Choose a tag to compare

@SeverTopan SeverTopan released this 27 Apr 20:28
921e41e

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

Synaptive Internal 1.3.0 Release

Choose a tag to compare

@SeverTopan SeverTopan released this 03 Apr 15:05
38a3d89

Implemented new task overflow policy.

Synaptive Internal 1.2.0 Release

Pre-release

Choose a tag to compare

@SeverTopan SeverTopan released this 20 Mar 14:59
c48dd19

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

Choose a tag to compare

@SeverTopan SeverTopan released this 17 Jan 15:54
3fb0298

Addition of the round robin work stealing technique.

Synaptive Internal 1.0.0 Release

Choose a tag to compare

@SeverTopan SeverTopan released this 16 Jan 14:59

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