Boost logo

Boost :

Subject: Re: [boost] Code to address requirement 7(a) of IOStreams Roadmap
From: Gene Panov (gene.panov_at_[hidden])
Date: 2013-10-05 09:42:06


Good question, Bjorn.
Three main differences from iostreams from Asio:
 - formatting happens on the background thread which saves most of the
latency (for formatted output),
 - it will never make a kernel call on the calling thread except some
extreme contention (which saves latency again),
 - streams don't have to be associated with sockets.

Regards,
Gene

--
View this message in context: http://boost.2283326.n4.nabble.com/Code-to-address-requirement-7-a-of-IOStreams-Roadmap-tp4652450p4652461.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk