]> mj.ucw.cz Git - libucw.git/commit
Fastbuf: Rewritten bprintf()
authorMartin Mares <mj@ucw.cz>
Thu, 17 Oct 2013 14:00:16 +0000 (16:00 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 17 Oct 2013 14:00:16 +0000 (16:00 +0200)
commitf1149d882df3b1bfd12a33cef49430f559c3e0ee
tree3f9093be97b52d141a21099684bd38a74969e8b7
parent5ba5996e021177c1c7ddec0dd8525af9b2d14a39
Fastbuf: Rewritten bprintf()

The new version prints directly to the stream buffer, avoiding
unnecessary copies in the common case. Also, only small buffers
are allocated on the stack.
ucw/ff-printf.c