We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0d8af commit 8a93c9aCopy full SHA for 8a93c9a
README.md
@@ -1,4 +1,7 @@
1
-# Parallel coroutine operations on Kotlin collections [](https://jitpack.io/#cvb941/kotlin-parallel-collection-operations)
+# Parallel coroutine operations on Kotlin collections
2
+[](https://jitpack.io/#cvb941/kotlin-parallel-collection-operations)
3
+[](https://jitci.com/gh/cvb941/kotlin-parallel-operations)
4
+
5
Provides parallelized *map*, *reduce*, etc. operations using coroutines in Kotlin.
6
7
The parallel *map* implementation is called *.mapParallel()*. It is implemented like this.
0 commit comments