mapnik/include
Mickey Rose 962bcf84c5 change render_thunk_list to std::list<render_thunk>
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.
2017-01-03 20:53:55 +01:00
..
mapnik change render_thunk_list to std::list<render_thunk> 2017-01-03 20:53:55 +01:00
build.py add geometry and value dirs 2016-10-11 18:01:30 +02:00