binary_log
binary_log copied to clipboard
Fast binary logger for C++
Results
2
binary_log issues
Sort by
recently updated
recently updated
newest added
Would be interesting if you test your library versus the p7 library: http://baical.net/p7.html
in function _log(std::size_t pos, Args&&... args)_ it will execute multiple times buffer_or_write(&index, sizeof(uint8_t)); so it seems lockfree queue will not work for buffer write interfaces. but how to use lockfree...