-
Couldn't load subscription status.
- Fork 125
Open
Labels
Description
There are some inefficiencies in the Log4j2LoggerBackend, and I have a couple of PRs to make it faster.
I saw drastic improvements to throughput (7 times faster in my microbenchmark), and large reductions in allocations, when running performance tests against the Log4j2LoggerBackend after applying these patches:
- performance optimisation for Log4j2LoggerBackend - get log4j context direct from the logger, and reduce allocations in the common path #418
- Feature/log4j perf enhance 2 #419
I have structured this as two PRs - the first one I hope will be uncontroversial. The second one may need some discussion.