Create Benchmarks For 2.x
Open
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
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.
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