Skip to content

This project compares streams from different libraries. More precisely: akka-streams, observable from monix, ZStream from ZIO

Notifications You must be signed in to change notification settings

6juara9/StreamsComparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to run jmh test

sbt> jmh:run t1 -f 1 -wi 10 -i 10 .*Metrics.*

where:

-wi <int>       Number of warmup iterations to do. Warmup iterations
                are not counted towards the benchmark score.
-i <int>        Number of measurement iterations to do. Measurement
                iterations are counted towards the benchmark score.

About

This project compares streams from different libraries. More precisely: akka-streams, observable from monix, ZStream from ZIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages