Using modular version of fmt gives ~20% compile time speedup even compared to minimal fmt/core.h
Падабаецца 0
Рэпосты 0
Using modular version of fmt gives ~20% compile time speedup even compared to minimal fmt/core.h
As it is supposed to.
20% is a bit on the low side, though, given all the template stuff you have.
@DanielaKEngert fmt/core.h is very lightweight
Aren't you speaking about entire {fmt}?
@DanielaKEngert module includes everything but the benchmark compares against the core API which covers most of the usage