You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@joto has created a solid design for new, higher performance and more minimalistic vector tile decoder and encoder as part of mapbox/vector-tile#20. This vtzero repo will be the home for this work.
This implementation will only depend on protozero and will make no assumptions about the property, feature, or geometry storage you will decode into or encode from. Rather it will provide handlers for minimal geometry and property decoding and encoding. The https://github.com/mapbox/vector-tile will be re-written to be a higher level wrapper around vtzero for handling vtzero <-> geometry.hpp, projections, and other APIs that will depend on C++ modules in the mapbox:: namespace.
@joto - let's use this ticket for the initial coordination. The next steps I'm seeing are:
@springmeyer creates initial skeleton of repo based on hpp-skel from the @mapbox/core-tech team.
@joto reviews and pings @springmeyer if any of the skeleton needs modified in major ways
@joto tags latest protozero at 1.5.3 (as I think latest vtzero depends on it)
@joto moves the vtzero code over from vector-tile to here.
After that there will still be much to do. Like writing tests, benchmarks, and docs (tracked in milestone 1). As well as back-porting fixes we make here that are appropriate for hpp-skel. But we can handle all those things in followup tickets.
The text was updated successfully, but these errors were encountered:
@joto has created a solid design for new, higher performance and more minimalistic vector tile decoder and encoder as part of mapbox/vector-tile#20. This
vtzero
repo will be the home for this work.This implementation will only depend on protozero and will make no assumptions about the property, feature, or geometry storage you will decode into or encode from. Rather it will provide handlers for minimal geometry and property decoding and encoding. The https://github.com/mapbox/vector-tile will be re-written to be a higher level wrapper around vtzero for handling vtzero <-> geometry.hpp, projections, and other APIs that will depend on C++ modules in the
mapbox::
namespace.@joto - let's use this ticket for the initial coordination. The next steps I'm seeing are:
After that there will still be much to do. Like writing tests, benchmarks, and docs (tracked in milestone 1). As well as back-porting fixes we make here that are appropriate for hpp-skel. But we can handle all those things in followup tickets.
The text was updated successfully, but these errors were encountered: