Packages

Some concurrent versions of common Enum functions. Might be useful if the applied functions are calculation heavy.

Current section

Files

Jump to
parallex README.md
Raw

README.md

# Parallex
Concurrent versions of some common `Enum` functions.
These might be useful if the applied function is calculation heavy.
## Installation
The package can be installed by adding `parallex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:parallex, "~> 0.1.0"}]
end
```
Docs be found at [https://hexdocs.pm/parallex](https://hexdocs.pm/parallex).