Monday, September 21, 2020

Digest for comp.lang.c++@googlegroups.com - 1 update in 1 topic

Paavo Helde <eesnimi@osa.pri.ee>: Sep 21 08:27AM +0300

20.09.2020 20:59 Jorgen Grahn kirjutas:
> performance, but I could see from 'strace -c' that the std::cout code
> path changed: in terms of system calls it used writev(2) instead of
> write(2), and it wrote twice as much at each call.
 
FWIW, I tried to call sync_with_stdio(false) as well, but it did not
make any significant difference with VC++ either.
 
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: