Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljaouen committed Apr 15, 2024
1 parent 8315bce commit 04968f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ $ mix test

Note: The Elixir version is currently more performant due to parallel processing.

Edit: Maybe not. Looks like ParalleStream adds a significant overhead. Check
your results with `:timer.tc(fn -> lowest_cose_path(...) end)` first and
perhaps modify your version of the code to not use ParallelStream.

## License

Apache License, Version 2.0
Expand Down

0 comments on commit 04968f4

Please sign in to comment.