aleksraiden opened a new pull request, #3189:
URL: https://github.com/apache/kvrocks/pull/3189

   Bump fmtlib to 12.0.0 (see full changelog: 
https://github.com/fmtlib/fmt/releases/tag/12.0.0)
   
   **Key changes**
   
   - Optimized the default floating point formatting. In particular, formatting 
a double with format string compilation into a stack allocated buffer is more 
than 60% faster.
   - Added FMT_STATIC_FORMAT that allows formatting into a string of the exact 
required size at compile time
   - Improved C++20 module support
   - Fix interaction between debug presentation, precision, and width for 
strings
   - Implemented allocator propagation on basic_memory_buffer move
   - Removed deprecated APIs 
   - Deprecated wide overloads of fmt::fprintf and fmt::sprintf
   - Fixed various warnings and compilation issues


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to