mirror of
https://github.com/KjellKod/g3log.git
synced 2025-02-24 07:21:30 +01:00
Update README.markdown
This commit is contained in:
parent
389a7d695c
commit
07c74bbbc3
@ -187,9 +187,9 @@ make
|
||||
```
|
||||
|
||||
#Performance
|
||||
G3log aims to keep all background logging to sinks with as little log overhead as possible to the logging sink. Depending on platform the average logging overhead will differ. On my laptop the average call, when doing extreme performance testing, will be about ~2 us.
|
||||
G3log aims to keep all background logging to sinks with as little log overhead as possible to the logging sink and with as small "worst case latency" as possible. For this reason g3log is a good logger for many systems that deal with critical tasks. Depending on platform the average logging overhead will differ. On my laptop the average call, when doing extreme performance testing, will be about ~2 us.
|
||||
|
||||
The worst case latency is kept very stabile with no extreme peaks, in spite of any sudden extreme pressure. I have a blog post regarding comparing worst case latency for g3log and other loggers which might be of interest.
|
||||
The worst case latency is kept stabile with no extreme peaks, in spite of any sudden extreme pressure. I have a blog post regarding comparing worst case latency for g3log and other loggers which might be of interest.
|
||||
You can find it here: https://kjellkod.wordpress.com/2015/06/30/the-worlds-fastest-logger-vs-g3log/
|
||||
|
||||
#Enjoy
|
||||
|
Loading…
x
Reference in New Issue
Block a user