I made #curl's internal printf implementation about 30% faster.
The internal implementation started out because we wanted snprintf() everywhere they that was not always present. But it has also provided ways to do internal printf style functions - with the knowledge that they work the same everywhere.