Skip to content

Commit

Permalink
Add a note about benchmarks to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskocilm authored Feb 27, 2024
1 parent d61e4e2 commit 9272f4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9272f4d

Please sign in to comment.