summaryrefslogtreecommitdiff
path: root/sfeed_twtxt.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-02-05 13:36:53 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-02-05 13:42:38 +0100
commit4599b3b679d538c75fb7de8190fe5fc340beacc2 (patch)
tree0a36da4364123fec9496bafe0357f5dc0b5ad893 /sfeed_twtxt.c
parent4e0df8dcb868d12745470794a97f7ab0eda8da8c (diff)
sfeed: small optimization
For feeds with lots of content data: Small performance improvement (~2%) on systems that implement putchar as a macro. On some systems using a function call for putchar it can be easier to replace with putchar_unlocked. (On an older MIPS32 VM changing putchar to putchar_unlocked makes writing 5x faster).
Diffstat (limited to 'sfeed_twtxt.c')
0 files changed, 0 insertions, 0 deletions