fmtlog icon indicating copy to clipboard operation
fmtlog copied to clipboard

[Question] flushBufSize > membuf.size()应该会导致性能的降低趴

Open clee01 opened this issue 8 months ago • 0 comments

fmtlog::setFlushBufSize(bytes)设置的如果超过10000个字节(using MemoryBuffer = fmt::basic_memory_buffer<char, 10000>;)

考虑setFlushBufSize做下额外的限制不?

clee01 avatar Apr 24 '25 08:04 clee01