Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Switch circle layout features container to list from vector for bette…
Browse files Browse the repository at this point in the history
…r insert performance
  • Loading branch information
ahk committed Dec 4, 2019
1 parent b60151c commit 31f9616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mbgl/layout/circle_layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class CircleLayout : public Layout {
std::string bucketLeaderID;

const std::unique_ptr<GeometryTileLayer> sourceLayer;
std::vector<CircleFeature> features;
std::list<CircleFeature> features;
typename style::CircleLayoutProperties::Unevaluated unevaluatedLayout;
typename style::CircleLayoutProperties::PossiblyEvaluated layout;

Expand Down

0 comments on commit 31f9616

Please sign in to comment.