mcy / best

The Best Library: a C++ STL replacement
Apache License 2.0
158 stars 1 forks source link

Implement `best::format()` and friends (and kill all uses of iostreams) #6

Closed mcy closed 3 months ago

mcy commented 3 months ago

This change adds our string formatting primitive, best::format(). In the process of doing so, I made compile times an order of magnitude slower, so a lot of this PR is bringing that back to normal (or better: best::span's tests went from taking 40s to compile to only taking 8s; there's other low-hanging fruit to chase after eventually).

Other additions include: