The Problem
Hello! I\'m writing a logging library and I would love to create a logger, that would run in separate thread, while all applications threads
If I had to guess why pipes-concurrency perform more poorly, it's because every read and write is wrapped in an STM transaction, whereas the other libraries use more efficient low-level concurrency primitives.
pipes-concurrency
STM