-
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
Low memory vtile decoding / replace google libprotobuf with protozero #505
Conversation
The code quite often has the pattern:
This should be replaced by the equivalent, but much simpler:
Also, for convenience, This overload of the constructor is also sometimes useful: Looking at the |
…swoop, this is the planned release for this anyhow. [publish binary]
…or, removed some code from coverage, added tests to getData around gzip compression. [republish binary]
- hit other parse throw by calling funtion that calls get_tile - ensure coverage of multi_point by ensuring points are not filtered and actual multipoint is returned
Okay, we're now 100% (https://coveralls.io/builds/3518078), so this is ready to merge. |
Low memory vtile decoding / replace google libprotobuf with protozero
Implements plan described in #422
Key context: #474
Before merging: