Re: BUFSIZ-related pessimization in fvwrite.c

2024-03-29 Thread Christos Zoulas
In article , enh wrote: >(if anyone knows the equivalent freebsd list, please add them --- this >code is the same between all three bsds.) > >Apple patched their copy of the FreeBSD fvwrite.c to change BUFSIZ to >INT_MAX to massively improve the performance of large unbuffered >writes[1], and pat

BUFSIZ-related pessimization in fvwrite.c

2024-03-29 Thread enh
(if anyone knows the equivalent freebsd list, please add them --- this code is the same between all three bsds.) Apple patched their copy of the FreeBSD fvwrite.c to change BUFSIZ to INT_MAX to massively improve the performance of large unbuffered writes[1], and patched the buffered case to use th