mapbox / mapbox/vector-tile-cs

Refactor processing of pbf bytes[]

Open
#13 3 comments 0 reactions 1 assignee View on GitHub

@wilhelmberg is already working on this.

Since Nov 3, 2016.

Dominant language
C#
Stars
64
Forks
38
PR merge metrics
No merged PRs in 30d

Description

When walking thru the file currently the bytes for every message are [copied to a new dedicated array](https://github.com/mapbox/vector-tile-cs/blob/f62139a02e47b3e5ce1079eb3011885c44ff95df/src/PbfReader/PbfReader.cs#L69).

This was convenient during development but copying all those bytes around shouldn't be in production code.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.