[HN Gopher] Fmt - A Modern Formatting Library
       ___________________________________________________________________
        
       Fmt - A Modern Formatting Library
        
       Author : int_hdlr
       Score  : 16 points
       Date   : 2020-05-24 22:07 UTC (52 minutes ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | grandmczeb wrote:
       | For those who don't know, much of the fmt library interface has
       | been standardized in C++20 as std::format. It's a great library,
       | and a very efficient alternative to ostream and friends.
        
       | nsajko wrote:
       | I kind of think that IEEE 754 (or other binary floating point) to
       | ASCII conversion should be its own project, or else in a
       | language's standard library, since it is quite involved,
       | especially if accuracy is important.
        
       | ncmncm wrote:
       | I see that the ostream comparison is cooked. On each iteration
       | they trigger a memory allocation.
        
       | qppo wrote:
       | (C++)
        
       ___________________________________________________________________
       (page generated 2020-05-24 23:00 UTC)