Opened 12 years ago
#4234 new Bugs
Implementation of mapped_file is unnecessarily bloated
Reported by: | Domagoj Šarić | Owned by: | Jonathan Turkanis |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | iostreams |
Version: | Boost 1.44.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
This post http://lists.boost.org/Archives/boost/2010/03/164035.php goes over the issue in detail, with tests and real data.
Additionaly, the same functionality is duplicated in Boost.Interprocess (managed mapped files, which suffer less from the efficiency issues outlined in the above post) so it might be worthwhile to somehow kill the duplication with a single 'core'/'base' implementation.
Note:
See TracTickets
for help on using tickets.