File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.12.0] - 2026-05-18
4+
35- Wake idle ` AtomicThreadPool ` workers on enqueue
46
57## [ 0.11.1] - 2026-05-17
Original file line number Diff line number Diff line change @@ -381,11 +381,11 @@ puts "Atomic Ruby Atomic Thread Pool: #{results[1].real.round(6)} seconds"
381381
382382ruby version: ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +PRISM [arm64-darwin23]
383383concurrent-ruby version: 1.3.6
384- atomic-ruby version: 0.11.1
384+ atomic-ruby version: 0.12.0
385385
386386Benchmark Results:
387- Concurrent Ruby Thread Pool: 5.869825 seconds
388- Atomic Ruby Atomic Thread Pool: 5.387304 seconds
387+ Concurrent Ruby Thread Pool: 5.987538 seconds
388+ Atomic Ruby Atomic Thread Pool: 5.528936 seconds
389389```
390390
391391</details >
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module AtomicRuby
4- VERSION = "0.11.1 "
4+ VERSION = "0.12.0 "
55end
You can’t perform that action at this time.
0 commit comments