mapbox / mapbox/vector-tile-cs
Refactor processing of pbf bytes[]
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.