HackerTrans
トップ新着トレンドコメント過去質問紹介求人

odygrd

no profile record

投稿

Quill Low Latency Logging Library C++17

github.com
1 ポイント·投稿者 odygrd·2 年前·1 コメント

コメント

odygrd
·2 年前·議論
spdlog is designed as a general purpose logging library and it can’t beat low latency loggers. It doesn’t scale for multiple threads because it’s async mode is using a mutex and a cv to notify the background thread.

You can find some logging libraries benchmarks here https://github.com/odygrd/quill?tab=readme-ov-file#-performa...
odygrd
·2 年前·議論
7. https://github.com/odygrd/quill

More modern than nanolog and also type safe supporting any type
odygrd
·2 年前·議論
Quill is a cross-platform, asynchronous C++17 logging library I've been developing for a few years, with a strong focus on low latency.

I'm more than happy to offer support and welcome any suggestions for improvement. Feel free to check it out if you're interested!