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.8.1] - 2025-11-01
4+
35- Don't require ` AtomicThreadPool#<< ` to be given a shareable proc
46
57## [ 0.8.0] - 2025-11-01
Original file line number Diff line number Diff line change @@ -392,11 +392,11 @@ puts "Atomic Ruby Atomic Thread Pool: #{results[1].real.round(6)} seconds"
392392
393393ruby version: ruby 3.5.0dev (2025-10-31T18:08:15Z master 980e18496e) +YJIT +PRISM [arm64-darwin25]
394394concurrent-ruby version: 1.3.5
395- atomic-ruby version: 0.8.0
395+ atomic-ruby version: 0.8.1
396396
397397Benchmark Results:
398- Concurrent Ruby Thread Pool: 5.13772 seconds
399- Atomic Ruby Atomic Thread Pool: 4.893086 seconds
398+ Concurrent Ruby Thread Pool: 5.139026 seconds
399+ Atomic Ruby Atomic Thread Pool: 4.833597 seconds
400400```
401401
402402</details >
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module AtomicRuby
4- VERSION = "0.8.0 "
4+ VERSION = "0.8.1 "
55end
You can’t perform that action at this time.
0 commit comments