962bcf84c5
Wrapping render_thunk in std::unique_ptr is one extra allocation per element, with no purpose. The somewhat costly xyz_render_thunk move constructor is only called once upon insertion, regardless of whether we're emplacing render_thunk or unique_ptr. |
||
---|---|---|
.. | ||
mapnik | ||
build.py |