-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read data from vector tile with low memory approach #422
Milestone
Comments
springmeyer
pushed a commit
to mapbox/tilelive-bridge
that referenced
this issue
Apr 3, 2015
- this will help keep memory down until mapnik/node-mapnik#419 lands - also related to mapnik/node-mapnik#422
springmeyer
pushed a commit
that referenced
this issue
Jun 9, 2015
springmeyer
pushed a commit
that referenced
this issue
Jul 10, 2015
- Implements #419: `vt.parse()` no longer required - Keeps `vt.parse()` as a validator - refs #474 - Prep work toward #422 - Moves usage of google's libprotobuf and protoc generated code to cpp only in preparation for reducing or fully removing google dep in the future - Next step: port more functions away from using `vector_tile::Tile` to reduce the overhead of needing to create the object in most cases (except writing)
This was referenced Jul 10, 2015
springmeyer
pushed a commit
that referenced
this issue
Jul 13, 2015
What is done:
Next steps:
Would also be nice to hit eventually (but not performance critical):
Longer term, be able to completely remove libprotobuf dep:
|
springmeyer
pushed a commit
that referenced
this issue
Jul 15, 2015
springmeyer
pushed a commit
that referenced
this issue
Jul 30, 2015
status update:
|
Closed
3 tasks
closing this, will now track at pull that implements the majority of what we need for performance critical paths: #505 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flagging that this will be viable to consider once these upstream tasks are done:
vector_tile::Tile
inside mapnik.VectorTile object #419The text was updated successfully, but these errors were encountered: