Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
odygrd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
odygrd
2y ago
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 loggin
2.
▲
by
odygrd
2y ago
7. https://github.com/odygrd/quill More modern than nanolog and also type safe supporting any type
3.
▲
by
odygrd
2y ago
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
4.
▲
Quill Low Latency Logging Library C++17
(github.com)
1 points
by
odygrd
2y ago
|
1 comments
5.
▲
Quill – C++14 Low Latency Logging Library – v1.4.0 released
(github.com)
5 points
by
odygrd
6y ago
|
1 comments
6.
▲
Quill – Asynchronous Low Latency Logging Library (C++14)
(github.com)
1 points
by
odygrd
7y ago
|
0 comments
7.
▲
Quill – An asynchronous low latency logging library (C++14)
1 points
by
odygrd
7y ago
|
0 comments