mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

Full adoption of protozero over libprotobuf #152

Closed springmeyer closed 8 years ago

springmeyer commented 9 years ago

In https://github.com/mapbox/mapnik-vector-tile/pull/114 we started allowing for the replacement of libprotobuf with APIs compatible with protozero (https://github.com/mapbox/protozero) for applications seeking more efficient memory usage. This ticket is meant to track potential further steps in this direction.

It makes sense for mapnik-vector-tile to offer API's for both libprotobuf and protozero side-by-side for some time, but the interfaces that don't yet support protozero are the three parts of vector tile creation:

Refs #151

springmeyer commented 8 years ago

done in #182 thanks to a huge push by @flippmoke!