mapbox / mapbox/vector-tile

Create Benchmarks For 2.x

Open
#24 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

2.x
Dominant language
C++
Stars
52
Forks
33
PR merge metrics
No merged PRs in 30d

Description

We do not have extensive benchmarks around the encoding and decoding of tiles in the 2.x branch currently. The following are good benchmarks that we could have:

Decode:

  • point
  • multipoint
  • linestring
  • multi linestring
  • polygon
  • multi polygon

Encode:

  • point
  • multipoint
  • linestring
  • multi linestring
  • polygon
  • multi polygon

/cc @GretaCB

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.

Research direction

No file or benchmark entry point is named. Review the existing benchmark setup in the 2.x branch and the current decode coverage, then add encode benchmarks for point, multipoint, linestring, multi linestring, polygon, and multi polygon. Done means all six unchecked encode cases have benchmarks alongside the listed decode cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
performance, testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.