parallel_stream icon indicating copy to clipboard operation
parallel_stream copied to clipboard

A parallelized stream implementation for Elixir

Results 6 parallel_stream issues
Sort by recently updated
recently updated
newest added

warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers,...

## Changes - Updated in README.md the minimum Elixir version required - Updated in README.md installation instructions to use latest version of the package Note: No code changed

The latest version on hex.pm is outdated, from 2017. Since there are some new changes, including silencing compiler warnings, could you please bump the version so those changes will be...

Hi! Thanks for the library! Could you write up some documentation on how those options work for `ParallelStream.map`? My intuition says that as long as `num_workers: 1`, it's effectively not...

help wanted
documentation

Currently, the cutoff for getting performance gains is at about 20 microseconds (see https://github.com/beatrichartz/parallel_stream/issues/1) - although that's quite good, there are possibly ways to further lower the overhead by doing...

enhancement
help wanted

I am using the `map` function. Sometimes my mapper function is called with a PID instead of the correct arguments. This results in a `FunctionClauseError` because my mapper doesn't accept...