Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten authored Dec 3, 2024
1 parent 791bc69 commit 3cc72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov](https://codecov.io/gh/davidmoten/kool/branch/master/graph/badge.svg)](https://codecov.io/gh/davidmoten/kool)


Alternative to `java.util.stream.Stream`:
Faster and more powerful alternative to `java.util.stream.Stream` for synchronous use:

* is sometimes much faster for synchonronous use ([benchmarks](benchmarks.md))
* has many [more operators](https://davidmoten.github.io/kool/apidocs/org/davidmoten/kool/Stream.html) and is generally **less verbose**
Expand Down

0 comments on commit 3cc72c9

Please sign in to comment.