Releases: Bathtor/rust-executors
Releases · Bathtor/rust-executors
Release 0.10.0
11 Jan 10:49
Compare
Sorry, something went wrong.
No results found
Dependency and edition updates.
v0.9.0
05 Apr 09:57
Compare
Sorry, something went wrong.
No results found
Add support for producing metrics with the produce-metrics feature flag.
v0.8.0
28 Oct 15:44
Compare
Sorry, something went wrong.
No results found
Add (partial) support for NUMA aware work stealing.
v0.7.0
13 Jul 12:42
Compare
Sorry, something went wrong.
No results found
Add support for spawning async/await futures.
v0.6.0
20 Feb 22:17
Compare
Sorry, something went wrong.
No results found
Adds support for the thread-pinning feature, allowing pool threads to be set core affine.
v0.5.3
18 Oct 14:13
Compare
Sorry, something went wrong.
No results found
Fixes an infinite loop in the Parker implementation for very large (>64 threads) pools.
v0.5.2
09 Sep 09:59
Compare
Sorry, something went wrong.
No results found
Small logic fix in crossbeam_workstealing_pool.
v0.5.0
05 Sep 13:50
Compare
Sorry, something went wrong.
No results found
Parker API and improved latency on the workstealing pool
v0.4.4
14 May 20:27
Compare
Sorry, something went wrong.
No results found
Add exponential backoff to crossbeam_workstealing_pool.
v0.4.3
10 Apr 14:52
Compare
Sorry, something went wrong.
No results found
Add Debug and Default for all executor implementations.