peach icon indicating copy to clipboard operation
peach copied to clipboard

Parallel Each for JRuby

Results 7 peach issues
Sort by recently updated
recently updated
newest added

It would be nice if a new version could be released so that the homepage link (on rubygems: https://rubygems.org/gems/peach/versions/0.5.1 ) points to this project -- it's not immediately clear that...

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

hi! thanks a lot for peach, i think it's a great way to parallelize things, but there's a bug when the number of elements to be looped is less than...

I wrote this for some work I was doing but ended up not using it. I did write a test but I don't recall how hardened/solid the code is. Someone...

When using pselect on hashes, the return is an array of arrays ``` ruby [['key1', 'value1'], ['key2', 'value2'], ...] ``` This differs from Hash's implementation that returns a new hash....

The README is a little outdated now, as Ruby 2.0 has better support for threads.

Add a `unless method_defined? ...` at the end of each `def` so it's sure you don't overwrite anything. Oh, and make `_peach_pool` private and remove the `_` prefix - too...