benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Benchmarks for various Scala streaming and task libraries

Results 1 benchmarks issues
Sort by recently updated
recently updated
newest added

While investigating the performance regression of Monix 2.1.x, I discovered that `ForkJoinPool` (which is backing Scala's own `global` execution context) has been migrated in the implementation of Scala 2.12 to...