Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I just have merged a change which makes many C-style formatting as fast as 
f-strings (issue28307) and am working on supporting more format codes (%d, %x, 
%f, etc). Using C-style formatting can be a good option if you want performance 
and backward compatibility. It was faster than str.format() even without that 
optimization.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to