colomboe / KIO

A simple, lightweight IO monad implementation for Kotlin with effect rotation
https://colomboe.github.io/KIO/
Apache License 2.0
60 stars 4 forks source link

Benchmark against Arrow IO #2

Closed raulraja closed 4 years ago

raulraja commented 4 years ago

Since KIO will compete with the upcoming arrow IO that is Bifunctor and has environment support you may be interested in adding KIO to the set of arrow benchmarks to see how it compares to arrow and the Scala implementations. https://github.com/arrow-kt/arrow/tree/master/modules/benchmarks/arrow-benchmarks-fx/src/jmh/kotlin/arrow/benchmarks

colomboe commented 4 years ago

This is very interesting, I was wondering about the KIO performances and how to measure them. These benchmarks could be a very good answer 😄