You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as we have seen in #132, we can gain 10% performance "for free" by making sure that printbuf_memappend_no_nul can be inlined, that is is visible as a static function to the compile unit in question.
We should use a clean way to do that.
The text was updated successfully, but these errors were encountered:
as we have seen in #132, we can gain 10% performance "for free" by making sure that printbuf_memappend_no_nul can be inlined, that is is visible as a static function to the compile unit in question.
We should use a clean way to do that.
The text was updated successfully, but these errors were encountered: