Post #4249293
2026-07-30 16:44 UTC
So 100kB fixed-case data tables in std::to_chars can be trivially eliminated and even the naive method is only 3x slower (which doesn't matter because it only affects "garbage" digits).
Replies (1)
-
@vitaut@mastodon.social 2026-07-30 16:48
and the naive method is still 10x faster than whatever printf does (I guess Dragon)