We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d41ced commit 528565aCopy full SHA for 528565a
README.md
@@ -9,8 +9,6 @@
9
* ***Hundreds of millions*** of logs per second
10
* Average latency of ***2-7 ns*** for basic data types
11
* See [benchmarks](https://github.com/p-ranav/binary_log#benchmarks)
12
-* Extracts static information at compile-time
13
-* Only logs the dynamic parts of the messages at runtime in the hot path
14
* Provides an [unpacker](https://github.com/p-ranav/binary_log/tree/master/tools/unpacker) to deflate the log messages
15
* Uses [fmtlib](https://github.com/fmtlib/fmt) to format the logs
16
* Synchronous logging - not thread safe
0 commit comments