[dev] [sbase] Changing BUFSIZ

From: Mattias Andrée <maandree_AT_kth.se>
Date: Tue, 13 Jun 2017 21:23:10 +0200

On Linux, the performance of cat(1) can be doubled
when cat(1):ing from one pipe to another, by compiling
with -DBUFSIZ=(1<<16) (the default pipe capacity).
This is close to optimial for a read(3)/write(3)
implementation.

Received on Tue Jun 13 2017 - 21:23:10 CEST

This archive was generated by hypermail 2.3.0 : Tue Jun 13 2017 - 21:24:14 CEST