summaryrefslogtreecommitdiff
path: root/include/mbgl/util/char_array_buffer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Added CharArrayBufferBruno de Oliveira Abinader2016-06-301-0/+55
Implements a custom std::streambuf to avoid creating temporary std::string objects and thus optimizing image decode. Suggested by @artemp in https://github.com/mapbox/mapbox-gl-native/pull/5417#issuecomment-227700063.