Registry / utility / peach
library0.5.1rbrubygemsunverified

Parallel Each and other parallel operations using threads for Ruby arrays.

gem install peach
INSTALL
IMPORT
SIG · PEACH
P
peach
utilityrubyv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Enumerable
require 'peach'

Process array elements in parallel

require 'peach' [1,2,3].peach { |i| puts i * 2 }
Debug
Known issues
gotchaThread-based parallelism may cause issues with thread-unsafe code
fix
Ensure operations are thread-safe or use a process-based alternative
affects: >= 0.1.0
Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
peach — gem install peach · libregistry