mapbox / vt-pbf

Serialize Mapbox Vector Tiles to binary protobufs in javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prepareLayer is slow when there are lots of properties

anandthakker opened this issue · comments

prepareLayer's self time is not great, and it's because of https://github.com/anandthakker/vt-pbf/blob/master/index.js#L63-L80. I guess it's time to look into the performance of objects-as-maps