https://github.com/am-kantox/mups_flows
FuzzBizz comparison between Enum, Stream, and Flow, with benchmarks
https://github.com/am-kantox/mups_flows
Last synced: 7 months ago
JSON representation
FuzzBizz comparison between Enum, Stream, and Flow, with benchmarks
- Host: GitHub
- URL: https://github.com/am-kantox/mups_flows
- Owner: am-kantox
- Created: 2019-11-12T12:24:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T06:29:33.000Z (about 6 years ago)
- Last Synced: 2025-02-09T19:53:11.289Z (9 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flows
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `flows` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:flows, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/flows](https://hexdocs.pm/flows).