You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have benchmarks that compare co-log with raw putStrLn. However, it could be more useful to have benchmarks that compare co-log with other libraries, including:
co-log-polysemy
katip
monad-logger
fast-logger
logging-effect
hslogger
di
log
The following questions should be resolved during benchmarks:
Question 1: How these benchmarks should look like and what should they compare?
Question 2: What is the structure of co-log-benchmark package will be?
The text was updated successfully, but these errors were encountered:
Currently we have benchmarks that compare
co-log
with rawputStrLn
. However, it could be more useful to have benchmarks that compareco-log
with other libraries, including:co-log-polysemy
katip
monad-logger
fast-logger
logging-effect
hslogger
di
log
The following questions should be resolved during benchmarks:
co-log-benchmark
package will be?The text was updated successfully, but these errors were encountered: