Latency comparison with `Boost.Log`
It would be ideal to add Boost.Log in your latency comparison tables given its popularity. In order to have a fair comparison, one can use sinks::asynchronous_sink for asynchronous logging since BOOST_LOG_TRIVIAL is synchronous by default.
it's probably easy to add boost.Log locally and measure and share the results.
The reason it isn't added yet is because currently https://github.com/odygrd/logger_benchmarks has a clone of each different library code in the repo and pushing boost.Log there with all dependencies on core boost is probably too much. It would be easier to setup if everything was available e.g. on vcpkg
It will likely be slower, there is an older comparison with other loggers, but will look into adding it in the future
https://github.com/mattiasflodin/reckless/blob/master/doc/performance.md
Hi and thank you for the answer. Isn't it handy if you just link boost library without using the source code? apt install libboost-all-dev.
Boost.Log has been added