| Version 3 (modified by , 15 years ago) ( diff ) | 
|---|
Boost.Iostreams Roadmap
Possible avenues for future developments include:
- Additional Filters and Devices
- Filter and Device concepts permitting additional optimizations:
- sharing of buffers between chain elements, à la APR bucket brigades
- scatter/gather operations
 
- New abstractions improving the standard library iostreams:
- Provide more metadata about a stream/stream buffer, e.g.,
- mode
- blocking/non-blocking
 
- more fine-grained stream state
- support for asynchronous and non-blocking I/O (see below)
 
- Provide more metadata about a stream/stream buffer, e.g.,
- Support for asynchronous and non-blocking I/O
- asio compatibility
- asynchronous and non-blocking device concepts
- abstractions for performing I/O using large collections of asynchronous/non-blocking chains [hopefully this can be implemented using asio]
 
- Better documentation
  Note:
 See   TracWiki
 for help on using the wiki.
    
