From 04968f4236fccaea69cb19e0650325f70ac2722f Mon Sep 17 00:00:00 2001 From: Daniel Jaouen Date: Mon, 15 Apr 2024 00:35:31 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a146d15..c1af58a 100644 --- a/README.md +++ b/README.md @@ -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