Closed nekrassov01 closed 8 months ago
Currently, log lines are processed synchronously without much consideration for performance. Consider whether performance can be improved by goroutine.
The optimization performed in 0.0.18 led to the conclusion that there is no need to force parallelization.
Currently, log lines are processed synchronously without much consideration for performance. Consider whether performance can be improved by goroutine.