From 9272f4d4a37bd68168bb4490119a31a152cc6b14 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 27 Feb 2024 21:34:07 +0100 Subject: [PATCH] Add a note about benchmarks to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f85c1..23989c6 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,11 @@ for k, v := range chain2.Seq2() { # Ideas -Some crazy and not so crazy ideas to expolse +Some crazy and not so crazy ideas to explore + +## Benchmarks + +As suggested by jerf on Reddit, it is interesting to compare rangefunc with plain `range` loop. First set of benchmarks was added in https://github.com/gomoni/it/pull/8 ## break the chain