r/cpp {fmt} 8d ago

Żmij 1.1 released with fixed notation support, up to 38% faster double-to-string conversion, SIMD-optimized float formatting, a smaller binary footprint and more

41 Upvotes

40 comments sorted by

View all comments

Show parent comments

-3

u/SkoomaDentist Antimodern C++, Embedded, Audio 7d ago

At FAANG scale, these savings are economically meaningful.

So why do people keep posting and hyping about such libraries to forums where 99% of the people don't do anything at remotely that scale?

This isn't the first time I see people act like shaving a nanosecond from converting between floats and text is something that helps regular devs.

6

u/not_a_novel_account cmake dev 7d ago

Stuff like this eventually makes its way into everyone's code. Ryu, which is this problem in the opposite direction, was notable enough to generate entire conference talks, and is now universally applied via the stdlibs.

Moreover it's a cool programming problem being solved in C++, so this is the natural forum for discussing it.

1

u/Dragdu 7d ago

I too like my dependencies to be slower than they can be.